Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - serialize
Search - serialize - List
Otherclock
DL : 0
圆盘时钟小程序,// CClockDoc construction/destruction CClockDoc::CClockDoc() { // TODO: add one-time construction code here } CClockDoc::~CClockDoc() { } BOOL CClockDoc::OnNewDocument() { if (!CDocument::OnNewDocument()) return FALSE // TODO: add reinitialization code here // (SDI documents will reuse this document) return TRUE } ///////////////////////////////////////////////////////////////////////////// // CClockDoc serialization void CClockDoc::Serialize(CArchive& ar) { if (ar.IsStoring()) { // TODO: add storing code here } else { // TODO: add loading code here } }-Disc clock applet,// CClockDoc construction/destructionCClockDoc:: CClockDoc () (//TODO: add one-time construction code here) CClockDoc:: ~ CClockDoc () () BOOL CClockDoc:: OnNewDocument () (if (! CDocument:: OnNewDocument ()) return FALSE// TODO: add reinitialization code here// (SDI documents will reuse this document) return TRUE }//////////////////// ////////////////////////////////////////////////// ///////// CClockDoc serializationvoid CClockDoc:: Serialize (CArchive
Update : 2024-05-09 Size : 50176 Publisher : 王风

实现ShapeManage图元管理 实现Serialize存取功能 实现点击拾取和包围拾取 实现弱编组状态下的图元修改(移动、删除、叠放层次、缩放、拉伸等) 实现强编组状态下的图元修改 实现基于操作链表的撤销与重复 -Pixel implementation ShapeManage achieve serialize access management implementation click pick up pick up and surrounded by weak implementation grouping state pixel Laws (move, delete, stacked levels, zoom, stretch, etc.) achieve strong grouping state pixel modification implementation Based on the operation of the revocation list with the duplicate
Update : 2024-05-09 Size : 156672 Publisher : 蒋毓

”青鸟影院”开始营业,需要一个售票系统: 使用XML和TreeView显示影院放映列表 使用泛型集合维护有继承关系的电影票对象 座位数可以在系统中指定 点击座位可购买不同类型的电影票 使用简单工厂模式创建不同类型的电影票 使用多态实现不同类型电影票的价格计算 使用接口实现电影票的打印 使用序列化和反序列化实现销售情况的保存和读取 -" Bluebird Theater" start of business,the need for a ticketing system: the use of XML and TreeView cinema list shows the use of generic collections have inherited the maintenance of the relationship between movie ticket object can seat a few clicks in the system designated seating may purchase different types of movie ticket use simple factory pattern to create different types of movie ticket using many different types of state implementation of the movie ticket price movie ticket using the interface of the print using the serialize and implementation of sales of the preservation and read
Update : 2024-05-09 Size : 6802432 Publisher : 廖国锐

DL : 0
M25P20 flash SPI口驱动程序-M25P20 flash SPI driver. . . . . . . . . . . . .
Update : 2024-05-09 Size : 5120 Publisher : 束庭中

DL : 0
VC++操作注册表写入程序注册信息,向我们演示了如何使用VC++编程操作Windows注册表,并向其写入程序安装注册信息及程序运行时所需的变量值。这对我们开发出符合标准的应用程序打下了基础.-VC++ to operate the registry to write procedures for the registration information to us to demonstrate how to use the VC++ programming operation of Windows registry, and its registration information into the process and procedures for the installation required to run the variable value. This is for us to develop applications that meet the standards laid a foundation.
Update : 2024-05-09 Size : 43008 Publisher : 108

DL : 0
序列化Python object by RPC-serialize python object by RPC
Update : 2024-05-09 Size : 7168 Publisher : 张红启

xml 序列化实例.提供xml 序列化的封装类, 方便重复使用.-xml serialize instance. provide xml serialization of the wrapper classes for easy re-use.
Update : 2024-05-09 Size : 32768 Publisher : chengrg

Serialize classes in XML files
Update : 2024-05-09 Size : 2048 Publisher : xdelvalle

嵌入式系统由于受到运行环境的约束,网络带宽一般较小,所以如何在有限的贷款里传输最大的数据,本程序给出了一个解决实例-data serialize is a trick technology .
Update : 2024-05-09 Size : 1147904 Publisher : 邵云鹏

孙鑫讲述的VC++视频,第十三课串行化操作-Serialize
Update : 2024-05-09 Size : 9216 Publisher : shaomeide

使用 MFC 串行化数据和 C++ 对象,三个简单的例子程序-The use of MFC serialization data and C++ object, three simple examples of programs
Update : 2024-05-09 Size : 666624 Publisher : 帅得心里烦

^- Serialize abstract data types -^ Terms of Agreement: By using this code, you agree to the following terms... 1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge. 2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws. 3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 4) You will abide by any additional copyright restrictions which the author may have placed in the code or code s description.-^- Serialize abstract data types -^ Terms of Agreement: By using this code, you agree to the following terms... 1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge. 2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws. 3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 4) You will abide by any additional copyright restrictions which the author may have placed in the code or code s description.
Update : 2024-05-09 Size : 19456 Publisher : Behrad Niazmand

DL : 0
将树形数据结构用于最小化DOM 模型XML 编解码器的开发。在解析XML 文本时,基于Expat 解释器将XML 字符串构造成树 状结构;编码时构造DOM 树结构,采用非递归深度优先法遍历树,将其串行化成XML 串。本编解码器解决了国际化语言关键问题,是 一个通用、高效的工业级XML 应用支撑模块。-This paper designs a DOM liked tree data structure for developing a minimal DOM based eXtended Marked Language(XML) coding and encoding module. When parsing XML text, based on expat, it puts the parsed content into the tree. When encoding, it constructs a DOM tree, then use non-recursion depth-first method to access the tree and serialize it into XML text. This module also solves the key problem of international language, and forms an universal, highly effective and industrial-level-reached basic module for XML application.
Update : 2024-05-09 Size : 66560 Publisher : czhui2000

DL : 0
This article shows you how to serialize a pure .NET object class to a fast binary data in Silverlight.
Update : 2024-05-09 Size : 272384 Publisher : sargam

DL : 0
java序列化原理与算法 java序列化原理与算法机制原力 Java序列化算法透析   Serialization(序列化)是一种将对象以一连串的字节描述的过程;反序列化deserialization是一种将这些字节重建成一个对象的过程。Java序列化API提供一种处理对象序列化的标准机制。在这里你能学到如何序列化一个对象,什么时候需要序列化以及Java序列化的算法,我们用一个实例来示范序列化以后的字节是如何描述一个对象的信息的。   序列化的必要性   Java中,一切都是对象,在分布式环境中经常需要将Object从这一端网络或设备传递到另一端。这就需要有一种可以在两端传输数据的协议。Java序列化机制就是为了解决这个问题而产生。   如何序列化一个对象-Principle and Algorithm of java serialization Principle and Algorithm of java serialization mechanism of the Force Java serialization algorithm dialysis Serialization (serialization) is a series of bytes will object to describe the process anti-serialization deserialization is a reconstruction of these bytes into an object of the process. Java Serialization API provides a standard handle object serialization mechanism. Here you can learn how to serialize an object, when you need Java serialization and serialization of the algorithm, we use an example to demonstrate the next sequence of bytes is how to describe an object s information.
Update : 2024-05-09 Size : 142336 Publisher : jan

DL : 0
java网络编程来实现序列给和反序列-java网络编程来实现序列给和反序列。。。。
Update : 2024-05-09 Size : 30720 Publisher : jim

利用MFC的序列化架构,稍加改动,实现MFC序列化到XML文档。(对象<===>XML文档)-MFC serialize to XML archive
Update : 2024-05-09 Size : 39936 Publisher : 牧师

DL : 0
创建运动员信息类,包含号码、姓名、出身年月、身高、体重、5个项目成绩、得分、总分和名次等信息,根据需要定义函数成员,完成程序功能,应派生自CObject类,并实现序列化操作;在文档类中添加表示库存书和已借出书的链表或数组(可用MFC的集合类),在文档类Serialize函数中实现序列化;通过菜单打开对话框,在对话框中实现报名、成绩输入和题目要求的查询功能并及时更新文档(用多个对话框);在视图类中输出查询结果;运动员信息可保存到文件并可读出。 -Create information class athletes, including the number, name, birth years, height, weight, 5 projects results, score, score and ranking and other information, according to the definition of the function members need to complete the program features should be derived from the CObject class, and to achieve sequence of operation in the document class book and added that stocks have been lent the book list or array (set of MFC classes available), the document class Serialize function to achieve serialization through the menu to open the dialog box, in the dialog box to achieve application, performance requirements input and questions and update the document search function (using multiple dialog) in the view class in the output query results player information can be saved to a file can be read.
Update : 2024-05-09 Size : 2151424 Publisher : asdsdfd

DL : 0
PHP数据采集源代码!本程序将百度的新歌TOP100和热歌TOP500列表里的音乐随机采集一个mp3或wma文件URL与歌手、歌名一起组成二维数组,并序列化保存在db.txt里 开启采集时要输入密码,防止恶作剧。密码是f-PHP source code data collection! Baidu' s song of the program will TOP100 TOP500 list and hot music song random mp3 or wma files collected a URL with the singer, the song together make up the two-dimensional array, and serialize the collection stored in db.txt in turn enter the password when to prevent the mischief. Password is fzz
Update : 2024-05-09 Size : 2048 Publisher : 蓝天

DL : 0
test chess gmasdadsada
Update : 2024-05-09 Size : 1024 Publisher : rxcyberz
« 1 2 34 5 6 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.