登录

最新会员 最新下载

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48

成为了本站VIP会员

10月14日 20:46
已选条件
  1. 编程语言:WINDOWS
  2. 代码类别:Windows编程
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. VisualC++网络篇(示例包).好东西哦!欢迎大家使用

VisualC++网络编程篇(示例包).好东西哦!欢迎大家使用-VC Network Programming Part (Example RB). Good stuff! Everyone is welcome to use

1
下载
39
浏览
2023-04-27发布

2. gsoap 2.7.10 latest version, including source code.

gsoap 2.7.10最新版本,包括源码。-gsoap 2.7.10 latest version, including source code.

1
下载
54
浏览
2023-04-26发布

3. 一包WinPcap层

一个封装了Winpcap中二层函数的类-a package of Winpcap Layer-2 function category

1
下载
46
浏览
2023-04-25发布

4. mailine邮件信息平台(2)。拉链

Mailine 邮件信息平台(2.5).zip-Mailine mail information platform (2.5). Zip

1
下载
69
浏览
2023-04-25发布

5. IOCP模型代码所有封装好的VC原代码 有一定的学习研究作用 大家可以下载来...

IOCP模型代码所有封装好的VC原代码 有一定的学习研究作用 大家可以下载来-IOCP model code of all the original code package good VC has a certain degree of study and research the role of U.S. can be downloaded to

1
下载
76
浏览
2023-04-25发布

6. 单射函数问题 设函数f将点集S = {0,1, , n

单射函数问题 设函数f将点集S = {0,1, , n -1}映射为f (S) = { f (i) | iÎ S} Í S 。单射函数问题要 从S中选取最大子集X Í S 使f (X )是单射函数。 例如,当n=7, f (S) = {1,0,0,2,2,3,6} Í S 时, X = {0,1,6} Í S 是所求的最大子集。-Injective function, the function f the problem will be the point set based S = (0,1,  , n-1) maps to f (S) = (f (i) | iÎ S) Í S. Injective function of the problem from the largest subset of S, select the X Í S so that f (X) is injective function. For example, when n = 7, f (S) = (1,0,0,2,2,3,6) Í S, when, X = (0,1,6) Í S is a subset of the desired maximum.

1
下载
83
浏览
2023-04-24发布

7. 使用winpcap对报文进行过滤(需要下载winpcap库)

使用winpcap对报文进行过滤(需要下载winpcap库)-winpcap use of the packet filter (download winpcap Treasurer)

1
下载
56
浏览
2023-04-24发布

8. VB写的文件传输

VB编写的文件传输程序-VB prepared the file transfer process

1
下载
72
浏览
2023-04-24发布

9. 在IE的工具条上添加自己的按钮的

在IE的工具条上添加自己的按钮的程序- Increases own button on the IE tool strip the procedure

1
下载
48
浏览
2023-04-24发布

10. c# wifi串口测试

C# wifi串口测试。类似串口调试助手。搜索设备SendHex

1
下载
68
浏览
2023-04-24发布

11. 大名鼎鼎的indy控件组的示例序 for delphi 7.0 有ftp udp,http 等的示例...

大名鼎鼎的indy控件组的示例程序 for delphi 7.0 有ftp udp,http 等的示例 -The example programs of well-known indy controls for delphi 7.0 have ftp, udp, etc.

1
下载
68
浏览
2023-04-23发布

12. a UDP Multicast (multicast) example

一个UDP多播(组播)示例-a UDP Multicast (multicast) example

1
下载
77
浏览
2023-04-23发布

13. 支持多人连接的ftp服务器端,有权限分配功能,安全性有很大提高,有兴趣的可以继续完善...

支持多人连接的ftp服务器端,有权限分配功能,安全性有很大提高,有兴趣的可以继续完善-support people connected ftp server, the distribution of competences functions, security has greatly improved, interested can continue to perfect

1
下载
87
浏览
2023-04-23发布

14. 注册用户会员管理主页面,主体框架,靠自己添砖加瓦了

注册用户会员管理主页面,主体框架,靠自己添砖加瓦了-Member Registration User Management page, the main framework for the building blocks on their own

1
下载
63
浏览
2023-04-22发布

15. VNC 测试通过版(VC6下测试通过)开源代码 (包括服务端和客户端)...

VNC 测试通过版(VC6下测试通过)开源代码 (包括服务端和客户端)-VNC test version (VC6 under test) open source code (including server and client)

1
下载
64
浏览
2023-04-22发布

16. C#实现分段重组(segment/reassembly)协议

发送端:发送端每收到一个上层报文都会为其设一个唯一的序列号。收到的大报文进行分段,构造S/R报头,如 REF _Ref371456073 h 图表1所示。构造报头和数据部分连接后,按序从片段号=1的报文开始发送,并设置重传定时器,直到发送完毕。重传定时器截止之前,如果收到了接收端发送的完全确认,即数据分段全部被接收,则清除该该序列号报文的缓存和定时器;如果收到了部分确认则根据部分确认的指示重传丢失的分段;如果定时器截止时还没有收到任何接收端的回

1
下载
58
浏览
2023-04-22发布

17. achieving TCP and udp simultaneously network communications, including chat and...

实现TCP和udp 同时进行网络通信 包括聊天和传送文件 具有很高的学习价值 -achieving TCP and udp simultaneously network communications, including chat and transmission of documents with very high values of learning

1
下载
51
浏览
2023-04-21发布

18. Combination of BO and the Remote Control function of two procedures, a reference...

结合BO和Remote Control两个功能的程序,可供学习参考-Combination of BO and the Remote Control function of two procedures, a reference for the study

1
下载
51
浏览
2023-04-21发布

19. 用VC++写的socket通讯序,已经译通过,使用时去掉文件只读属性,译即可...

用VC++写的socket通讯程序,已经编译通过,使用时去掉文件只读属性,编译即可-With VC++ Write the socket communication program has been compiled through the use of paper when removed read-only attribute, the compiler can

2
下载
51
浏览
2023-04-20发布

20. 基于Socket的网络文件传输的例子,更简洁,容易下…

基于Socket TCP的网络文件传输例子,比较精练,简单易懂,对网络编程入门者有参考作用。-based on Socket TCP network file transfer example, more concise and easily understood. Network Programming for beginners as a useful reference.

1
下载
72
浏览
2023-04-20发布