搜索:Serialization
找到约 11 项符合「Serialization」的查询结果
结果 11
https://www.eeworm.com/dl/633/214482.html
Java编程
A class whose clone method uses serialization.
A class whose clone method uses serialization.
https://www.eeworm.com/dl/633/391508.html
Java编程
OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI r
OReilly.Java.Rmithis book provides strategies for working with serialization,
threading, the RMI registry, sockets and socket factories, activation,
dynamic class downloading, HTTP tunneling, distributed garbage
collection, JNDI, and CORBA. In short, a treasure trove of valuab ...
https://www.eeworm.com/dl/686/489636.html
VC书籍
深入浅出MFC,作者:侯俊杰,深入介绍Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Messag
深入浅出MFC,作者:侯俊杰,深入介绍Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技术。
https://www.eeworm.com/dl/633/479982.html
Java编程
Java中对象的序列化(serialization)允许把采用Serializable接口的任何对象转换成字节流序列;同时它也允许把字节流序列转换回对象本身。其机制不依赖于操作系统
Java中对象的序列化(serialization)允许把采用Serializable接口的任何对象转换成字节流序列;同时它也允许把字节流序列转换回对象本身。其机制不依赖于操作系统,也就是说,你可以通过网络传递该对象,并在网络连线的另一端把它们恢复。 ...
https://www.eeworm.com/dl/633/431212.html
Java编程
JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projec
JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projects. The library contains miscellaneous classes that support:
* configuration and dependency management code
* a general logging framework
* text utilities
* user i ...
https://www.eeworm.com/dl/635/314911.html
网络
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. Th ...
https://www.eeworm.com/dl/660/267433.html
J2ME
利用SyncML开发客户端程序的中间件
利用SyncML开发客户端程序的中间件,J2ME版本。
This library is a collection of basic utilities for: object serialization
and persistence on the RMS, Logging and string manipulation.
This document describes the Funambol JavaME Common API library, which purpose is giving support and ...
https://www.eeworm.com/dl/519730.html
源码
QuasarRAT-1.3.0.0
C#远控源代码
* TCP network stream (IPv4 & IPv6 support)
* Fast network serialization (NetSerializer)
* Compressed (QuickLZ) & Encrypted (AES-128) communication
* Multi-Threaded
* UPnP Support
* No-Ip.com Support
* Visit Website (hidden & visible)
* Show Messagebox
* Task Man ...
https://www.eeworm.com/dl/621/198979.html
教育系统应用
Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到
Recite(一个辅助英语学习软件源码)
该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。
另外使用了BOOST库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序 ...
https://www.eeworm.com/dl/686/266592.html
VC书籍
本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础
本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,不过,甚于我个人的学习经验以及教学经验,我的挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。本篇只不过是提纲挈领而已,并不企图取代 Visual C ...