英语人>词典>汉英 : 反序列 的英文翻译,例句
反序列 的英文翻译、例句

反序列

词组短语
antitone sequence
更多网络例句与反序列相关的网络例句 [注:此内容来源于网络,仅供参考]

Naturally, I decided to implement a solution that is able to serialize / deserialize these objects.

当然,我决定实施的解决方案,能够序列化/反序列化这些对象。

Static serialize and deserialize methods are part of the class.

静态序列化和反序列化方法的类的一部分。

We want to serialize and deserialize aniimals stored as a collection in a farm.

我们要序列化和反序列化作为一个集合存储在农场动物。

So what about a utility method that will serialize/deserialize an object?

那么,一个实用的方法,将序列化/反序列化的对象?

But the most important for me, to serialize and to deserialize the object using explicit codes are clearer than the implicit implementation of the Framework while serializing a tree structure.

但最重要的对我来说,序列化和反序列化的对象使用明确的代码是清楚不过的框架下实施,同时序列化一个树状结构。

The abstract class named BaseSerializable has basic functionality to serialize and deserialize itself.

抽象类名为BaseSerializable已基本功能来序列化和反序列化本身。"/页"

The serialization engine would serialize an object into an XML string and deserialize the XML string back into an object.

序列化引擎将序列化为XML字符串和反序列化的对象到对象的XML字符串返回。

NET profile manager uses XML serialization to serialize and deserialize custom types.

NET 配置文件管理器使用 XML 序列化对自定义类型进行序列化和反序列化。

There is a single solution included with this download, the solution contains a Win Forms project called "LinqToObjects"; this project contains two forms the main form (frmContactBook and a form used to display the total list of contacts, a serializable class called Contact (used to contain contact related data), and a class entitled, Serializer which contains two static methods used to serialize and deserialize the contact data (writing it to and reading it from a file).

有一个单一的解决方案,此下载包含的解决方案包含一个双赢窗体项目名为"LinqToObjects",这个项目包含两种形式(主要形式和用于显示的联系人总清单,一表一序列化类的所谓联系方式,以及一个名为,其中包含用于串行序列化和反序列化的联系资料两个静态方法类(书面形式并从文件中读取它)。

In this thesis, we study some aspects in analytic combinatorics. The main contents can be summarized as follows. In Chapter 2, by classical umbral method, we obtain some properties and identities of invariant sequences. More generally, we study the self-inverse sequences related to sequences of polynomials of binomial type and the self-inverse sequences related to Sheffer sets, and give some interesting results of these sequences.

本文研究组合分析学中的若干问题,具体内容如下:第二章用经典哑运算方法研究了不变序列的性质及满足的恒等式,随后又推广到更一般的情形,即关于二项式型多项式序列的自反序列和关于Sheffer序列的自反序列

更多网络解释与反序列相关的网络解释 [注:此内容来源于网络,仅供参考]

albedo:反照率

(growing)与水稻田休耕期 (fallowing)之小时平均土壤热通量变化 62图4-27水稻田生长期(growing)与水稻田休耕期(fallowing)光量子计之小时平均序列图 73图5-3土壤含水率(Soil water content)与反照率(Albedo)之时间序列图 90

antitone mapping:反序映射

antithesis 反题 | antitone mapping 反序映射 | antitone sequence 反序列

antitone sequence:反序列

antitone mapping 反序映射 | antitone sequence 反序列 | antitonic function 反序函数

antitonic function:反序函数

antitone sequence 反序列 | antitonic function 反序函数 | antitonicity 反序性

deserialize:反序列化

Serialization引擎保持对所有已经被序列化的对象引用的追踪,以确保相同的对象引用最多只被序列化一次. 经过BinaryFormatter序列化(serialize)的数据仍然能够通过BinaryFormatter反序列化(deserialize)回来.

infinite sequence:无穷序列

increasing sequence 递增序列 | infinite sequence 无穷序列 | inverted sequence 反序,逆序

obsolete :过时的

4 反序列化时,并不会调用属性的set. 而是直接操作字段(field)6 过时的(Obsolete)属性不会序列化.

serialize:序列化

发现构件的属 性、方法和事 件,然后利用生成工具提供的属性编辑器实现定 制. 永久性是将构件的状态保存在永久存储器中并能够一致恢复的机 制. Java 通过序列 化(Serialize)实现定制构件的永久性存 储,通过反序列化可以实现构件状态的恢 复.

antisense strand:反义链

相对的另一股单链是编码链(coding strand),也称反义链(antisense strand)或Crick链. (人卫六版)基因不连续性:真核结构基因两侧有不被转录的非编码序列,是基因表达的调控区. 在编码基因内部还有内含子(intron)、外显子(exon)之分,

object serialization:对象序列化

"对象序列化"(Object Serialization)是 Java1.1就开始有的特性. 简单地说,就是可以将一个对象(标志对象的类型)及其状态转换为字节码,保存起来(可以保存在数据库,内存,文件等),然后可以在适当的时候再将其状态恢复(也就是反序列化).