-
站长写的Unix和Windows下的socket通用函数,简单易用。带Unix下的小例子...
站长写的Unix和Windows下的socket通用函数,简单易用。带Unix下的小例子- Stationmaster writes under Unix and the Windows socket general
function, simple is easy to use. Brings under Unix the small example
- 2022-03-13 00:49:12下载
- 积分:1
-
Native like, synchronous remote method invocation.
Light
这是一个基于C++ template的面向对象的RPC框架库。-Native like, synchronous remote method invocation.
Light-weighted, clean and easy to use.
Normal C++ syntax for service definition.
1. Supports all c++ native data type and user defined data type.
2. Reference and pointer support.
3. Polymorphism for method parameter and return type.
Type safe.
As the framework is based on c++ template, all type mismatch will be raised at compilation time.
TCP/IP as underlying transportation protocol.
Full conformance to ISO c++ standard.
Unicode support.
- 2022-07-23 07:37:41下载
- 积分:1
-
串口发送接收数据,串口发送接收数据
串口发送接收数据,串口发送接收数据 -Sending and receiving serial data, serial port serial port to send receive data to send receive data
- 2022-02-04 03:37:02下载
- 积分:1
-
一个通过邮件槽来进行通信的例子
一个通过邮件槽来进行通信的例子-One through the mail slot to communicate examples of
- 2022-07-17 22:55:36下载
- 积分:1
-
LAN chat client and server
局域网聊天客户端与服务器端程序,可以传送文件,具有可扩展性,基于Winsock的VC编程。-LAN chat client and server-side program, you can transfer files with scalability, the VC based on Winsock programming.
- 2022-03-18 11:01:21下载
- 积分:1
-
用python制作的网站de收录模型,课文用与网站的快捷管理
用python制作的网站de收录模型,课文用与网站的快捷管理-using python site de production included model, using texts and efficient management of the site
- 2022-01-25 16:01:03下载
- 积分:1
-
一个VC下实现的TCP服务器,可以连接多个客户段,处理客户请求...
一个VC下实现的TCP服务器,可以连接多个客户段,处理客户请求-A VC under the TCP server, you can connect multiple clients paragraph, dealing with customer requests
- 2023-06-08 16:35:04下载
- 积分:1
-
use ie cache and development agreement http download the examples, applicable to...
利用ie cache 和 http 协议开发下载程序的例子,适用于简单的网络下载。-use ie cache and development agreement http download the examples, applicable to simple networks to download.
- 2022-02-15 07:56:33下载
- 积分:1
-
用Evc开发的Ping、UDP协议演示程序实例源码
用Evc开发的Ping、UDP协议演示程序实例源码-Evc development with the Ping, UDP demo program source code examples
- 2022-07-28 11:10:01下载
- 积分:1
-
nio服务端代码
JDK1.4 提供的无阻塞 I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。许多基于 NIO 的多线程服务器程序往往直接基于选择器(Selector)的 Reactor 模式实现。这种简单的事件机制对于较复杂的服务器应用,显然缺乏扩展性和可维护性, 而且缺乏直观清晰的结构层次。本文将通过一个基于事件回调的 NIO 多线程服务器的设计,试图提供一个简洁、直观、易于扩展的 NIO 多线程服务器模型。
- 2022-02-16 06:36:06下载
- 积分:1