-
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
-
这是个查看网络设置的代码 主要是显示本机器的的各种信息 主要有: Interface Name Type IP Address SubNet Mask Gete...
这是个查看网络设置的代码 主要是显示本机器的的各种信息 主要有: Interface Name Type IP Address SubNet Mask Geteway PrimaryWinsServer DHCP 这些信息 -View network configuration code is mainly shows that the machinery of the main information : Name Type Interface IP Address SubNet Mask Geteway PrimaryWinsServer DHCP information
- 2023-07-14 17:20:04下载
- 积分:1
-
mfc 开发的会议室
可以进行简单会议
mfc 开发的会议室
可以进行简单会议-mfc developer conference room can be a simple meeting
- 2023-03-04 22:20:04下载
- 积分:1
-
1.对地图进行基本操作。
2.可以在专题地图向导的指导下,创建自己想要的专题图。
3.制作专题图,完全可以由你来控制。...
1.对地图进行基本操作。
2.可以在专题地图向导的指导下,创建自己想要的专题图。
3.制作专题图,完全可以由你来控制。
-1. For basic operation maps. 2. Can be thematic maps under the guidance of the wizard to create a thematic map you want. 3. Production of thematic maps can be controlled by you.
- 2022-10-05 20:00:02下载
- 积分:1
-
网络编程中经常要用到的对ip地址&端口的扫描,此例程提供了一种端口扫描方法...
网络编程中经常要用到的对ip地址&端口的扫描,此例程提供了一种端口扫描方法-network programming to the regular use of the ip address & port scan, the routines provide a port scan methods
- 2022-03-20 07:09:09下载
- 积分:1
-
VC++实现的TCP实现P2P通信,TCP穿越NAT的方法,TCP HOL…
VC++实现TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞,有详细的说明文档,对于想了解P2P软件工作原理的人很有启发作用。-VC++ Realize TCP realize P2P communications, TCP through the NAT method, TCP holes, have detailed documentation for the P2P software would like to know the working principle of the people is very inspiring.
- 2022-03-21 18:23:20下载
- 积分:1
-
两台机器间的串口通讯,介绍了两台主机之间的串口通迅
两台机器间的串口通讯,介绍了两台主机之间的串口通迅-between the two machines serial communications, introduced the console between the two serial communications
- 2022-08-16 09:21:56下载
- 积分:1
-
超有用的网络库(http、rtsp)
封装了 http rtsp和其他工具,项目一直在用2年多了
http 主要是封装了客户端部分,存在若干类
rtsp 主要是封装了客户端部分,存在若干类
socket 封装了socket接口,可以直接使用
base64编码
总代码行数25455
- 2022-09-10 16:15:03下载
- 积分:1
-
UDP的服务器/客户端探测小程序。功能为:服务器开启后等待连接并负责回馈信息,客户端可用单播、多播、广播三种方式探测局域网内的服务器并发送消息。...
UDP的服务器/客户端探测小程序。功能为:服务器开启后等待连接并负责回馈信息,客户端可用单播、多播、广播三种方式探测局域网内的服务器并发送消息。-UDP server/client detection of small procedures. Function as follows: after waiting for the server to open connections and is responsible for feedback, the client can be used unicast, multicast, broadcast three ways to detect LAN server and send a message.
- 2022-04-27 11:37:35下载
- 积分:1
-
简单tcp,udp通信
这个项目可以实现简易的客户端和服务器端的通信,客户端和服务器端是任意指定的,通过这个程序,读者可以了解基于tcp的通信原理和基于UDp的通信原理以及两者之间的区别。
- 2023-08-23 18:05:05下载
- 积分:1