-
使用epoll实现的udp server
用epoll实现的多线程UDP server;使用了epoll 的四个API: epoll_create, epoll_ctl, epoll_wait和close。
- 2022-01-26 07:45:26下载
- 积分:1
-
一个简单的聊天室程序
一个简单的聊天室程序-a simple chat room procedures
- 2022-02-07 18:37:09下载
- 积分:1
-
This information is for the Ajax
本资料为Ajax基础教程(金灵译)的源代码。-This information is for the Ajax-based tutorials (DRC Ling translated) source code.
- 2022-03-01 17:55:49下载
- 积分:1
-
Very intuitive and understandable tcp communication procedures, particularly tho...
非常直观易懂的tcp通信程序,特别适合与初学者与进阶者,让你了解四种端口类型,非常好入门案例!-Very intuitive and understandable tcp communication procedures, particularly those suited to beginners and advanced, so that you understand the four kinds of port types, a very good entry-case!
- 2022-05-05 22:19:06下载
- 积分:1
-
lates课件 只是一些课件 大家学习学习拉
lates课件 只是一些课件 大家学习学习拉-Lates Courseware only courseware we learn from Rafah
- 2022-03-23 03:25:32下载
- 积分:1
-
tomcat5.0,是tomcat最新的版本,使用比较方便。
tomcat5.0,是tomcat最新的版本,使用比较方便。-tomcat5.0, is the latest version of tomcat, the use of more convenient.
- 2022-03-01 03:20:50下载
- 积分:1
-
Imitate RealVNC412 compiled to view the contents of the file server of the lette...
模仿RealVNC412编的,查看服务端的盘符文件内容并且看到感兴趣的可以文件下载下来,同时也可以上传文件到服务端任意位置的通信和文件操作程序,支持单个文件以及一个目录下的所有文件上传或下载。照搬realVnc的网络通信功能,以及支持多客户连接功能。客户端也尽量模仿realvnc的客户端,包括断线重连,属性页对话框,以及主体交互对话框,都是直接用SDK编的,当然也是抄的RealVNC.客户端以及服务端源代码文件夹下的common文件夹是静态库文件,有的是照搬RealVNC412源码,有的是模仿写的。-Imitate RealVNC412 compiled to view the contents of the file server of the letter and see the files of interest can be downloaded, but can also upload files to a server anywhere in the communications and documentation procedures to support a single file and a directory of all file upload or download. Copy realVnc network communications capabilities, and support for multi-client connectivity. Client also try to imitate realvnc clients, including the disconnection re-connected, the property page dialog box, as well as the main interactive dialog box, and are directly compiled with the SDK, of course, is also a copy of RealVNC. Client-side and server-side source code folder under the common folder is a static library file, either copy RealV
- 2022-09-28 16:35:09下载
- 积分:1
-
捕获数学函数异常
捕获数学函数异常-capture mathematical function abnormalities
- 2022-01-21 03:25:04下载
- 积分:1
-
运用sokect 编程,发送http请求并接受请求到的报文
运用sokect 编程,发送http请求并接受请求到的报文-Application programming sokect, send http request and accept the request to the Message
- 2023-06-06 05:10:03下载
- 积分:1
-
德尔福 usb
//Descriptors 的 VS1000B 的 WinUSB 演示
const u_int32 mySerialNumber = 0x0000001 ;
const u_int16 myDeviceDescriptor [] ="p"//Descriptor 作为包装的字符串
"x 12"/ / 长度
"x 01"/ / 描述符类型: 设备
"x 10 x 01"//USB 规格版本号码
"x 00"/ / 类: 未定义
"x 00"/ / 子类: 未定义
"x 00"/ / 协议: 未定义
"x 40"/ / 端点 0 的最大数据包大小: 64 字节 (好任意值)
"xfbx19"/ / 0x19fb 的供应商 Id = VLSI 解决方案 Oy
"xe0xee"/ / 产品 Id 0xffe0 (eee0 eeef = VLSI 客户测试)
"x 00 x 00"/ / 释放 0x0000
"x 01"/ / 制造商字符串索引
"x 02"/ / 型号字符串索引
"x 03"/ / 序列号字符串索引
"x 01"/ / 编号的配置
- 2022-03-23 20:35:45下载
- 积分:1