-
DSP序列化反序列化对象SDK开发包
DSP(Dynamic Serialize Packet)是一个动态序列化和反序列化对象的SDK开发包,使用DSP可...
DSP序列化反序列化对象SDK开发包
DSP(Dynamic Serialize Packet)是一个动态序列化和反序列化对象的SDK开发包,使用DSP可以将对象序列化成数据流保存到文件中,或者将序列化后的数据流通过Socket传递给远端;也可以使用DSP从文件或Socket中读取数据,然后反序列化成对象。-DSP series of anti-sequence objects DSP Development Kit SDK (Dynamic Packet Serialize) is a dynamic sequence and the anti-sequence objects SDK development kits, the use of DSP target sequence can be turned into data flow to your document, or the sequence of data flow through the transfer to the distal socket; Also DSP can use Socket from the documents or to access data, and then turned into anti-sequence objects.
- 2023-07-09 04:25:03下载
- 积分:1
-
用于局域网内文件的传输,不论文件多在都能正确无误地传到目的地。...
用于局域网内文件的传输,不论文件多在都能正确无误地传到目的地。-For LAN file transfers, regardless of file can be more correctly conveyed to the destination.
- 2022-09-17 13:20:03下载
- 积分:1
-
A network port monitoring program be free to choose the port to monitor
一个网络端口监控程序
可自由选择端口监控-A network port monitoring program be free to choose the port to monitor
- 2022-05-19 22:18:17下载
- 积分:1
-
基于ACE网络库的天气预报信息获取工具。代码展现了1:ACE socket的基本用法;2:unicode与GBK互转;3:base64编码;...
基于ACE网络库的天气预报信息获取工具。代码展现了1:ACE socket的基本用法;2:unicode与GBK互转;3:base64编码;-A weather reporter tool based on ACE. you can learn to know the usage of the ACE_Sock_Stream and Base64 algorithm
- 2022-08-09 09:01:23下载
- 积分:1
-
聊天采用TCP IP服务器
Chat server using tcp ip
- 2023-07-09 15:30:09下载
- 积分:1
-
演示进程同步和通信的例子(141KB)
演示进程同步和通信的例子(141KB)
-demonstration process of synchronization and communication examples (141KB)
- 2022-02-01 06:44:38下载
- 积分:1
-
一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误....
一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误.-a good chat LAN systems, client and server, debugging, no mistakes.
- 2023-06-17 15:40:03下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
- 2023-01-29 23:25:03下载
- 积分:1
-
简单模拟路由器转发的源代码,其中采用了WFQ算法及令牌桶机制!...
简单模拟路由器转发的源代码,其中采用了WFQ算法及令牌桶机制!-Simple simulation of a router forwarding source code, which uses WFQ algorithm and the token bucket mechanism!
- 2023-04-07 07:05:04下载
- 积分:1
-
一个使用socket传输文件的实例,包含最基础的socket使用方法,初学者适用。...
一个使用socket传输文件的实例,包含最基础的socket使用方法,初学者适用。-a socket to transfer files using examples include the most basic use of the socket, beginners apply.
- 2022-02-05 12:34:13下载
- 积分:1