登录

最新会员 最新下载

成为了本站VIP会员

11月01日 14:12

成为了本站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
已选条件
  1. 编程语言:C++
  2. 代码类别:网络编程
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. net

   网络编程代码,包含UDP,TCP和NET的源码,每种都保护服务器端和客户端(Network programming code, including UDP, TCP and NET source code, each protected server and client)

2
下载
121
浏览
2012-02-21发布

2. netspeedspyer

  Windows的网络流量速度检测。使用MFC作为开发平台。(A net speed spyer using MFC platform .)

9
下载
138
浏览
2012-02-21发布

3. wwwClient

  www客户机程序设计。 基于vs2010环境,mfc图形界面(failed to translate)

6
下载
175
浏览
2012-02-19发布

4. CalRemainder

  可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。(CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up procedure and a direct calculation program, for verification purposes. This program can be the perfect solution the CRC16 programming problem, the CRC32 and CRC8 also be of use.)

32
下载
152
浏览
2012-02-18发布

5. IOCP

实现服务器发送结构体到客户端 联合开发网 - pudn.com

115
下载
139
浏览
2012-02-14发布

6. D-Link

  通用的设置路由器局域网端口映射类源码,仅供参考(Set up the router LAN port mapping class source code, for reference only)

6
下载
163
浏览
2012-02-13发布

7. DMMidddleWare

  部署在服务器公网上 实现内外网通讯的源码,外部程序连接到这个程序,这个程序再连接内部服务器(Deployed on the server the public Internet to achieve internal and external network communication)

7
下载
150
浏览
2012-02-10发布

8. NDK_demo2012

  Network Development Kit is a set of simple classes for a client-server architecture. Network Development Kit is a set of simple classes for a client-server architecture.

4
下载
144
浏览
2012-02-10发布

9. mac

  使用C++代码编写获取计算机mac地址程序,返回为Char指针(Written in C++ code to get mac address computer program, returns a pointer to a Char)

6
下载
167
浏览
2012-02-01发布

10. udt.sdk.4.9.tar

  UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 (UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms)

12
下载
206
浏览
2012-01-16发布

11. routing_aodv

  aodv源代码,RREP路由回复,RREQ路由请求,RRER路由错误的编写,以及aodv中没有字段中每个参数的描述,以及函数的实现,数据发送的处理和数据接收的处理(aodv,RREP,RRER protocol ,RREQ)

27
下载
161
浏览
2012-01-10发布

12. CSharpudpchat

  C#局域网udp聊天工具,客户端和服务器,实现聊天功能(chat liaotiangongju)

11
下载
87
浏览
2011-12-23发布

13. Csharp-internet-programming

  C#网络编程基础一书的所有例子,涵盖从SOCKET到加密的所有功能,值得学习(C# Network Programming, a book of all the examples, ranging from SOCKET to encrypt all the features, it is worth learning)

15
下载
82
浏览
2011-12-23发布

14. QQ

说明:  模仿qq的一个小程序,值得VC++初学者学习(Qq imitate a small program, it is worth learning VC++ beginners)

0
下载
150
浏览
2011-12-08发布

15. class-book

  关于《C#网络编程及应用》一书的PPT及一些总要的实例(On " C# Network Programming and Applications," a book to be of the PPT and some examples of the total)

7
下载
121
浏览
2011-11-23发布

16. hack-code

  精通黑客编程光盘代码,适用于新手学习,不要用于非法用途,谢谢合作(CD proficient hackers programming code for beginners to learn, not for illegal purposes, thank you)

72
下载
229
浏览
2011-11-09发布

17. HLDS

  著名游戏CS(反恐精英)中,建立服务器的工具HLDS的源码. 可用VC++6.0编译!(Famous game CS (Counter Strike), create the tools HLDS server source code. Available VC++ 6.0 compiler!)

44
下载
173
浏览
2011-10-29发布

18. HttpDownLoad

  vc实现http下载的源代码 稍作改动可用来实现多线程 以及断点续传下载 对于想要学习http下载的朋友来说可以作为一个不错的参考(Vc realize the download HTTP source code can be used to make a little change to realize multithreading and netants download to want to learn HTTP download all of us can be used as a good reference)

10
下载
151
浏览
2011-10-28发布

19. network-advanced-programing

  学网络高级编程不可多得的好书,讲得很详细(High school network programming rare books, very detailed)

3
下载
104
浏览
2011-10-22发布

20. udp

  实现可靠的UDP封装传输类,可以进行多点传输,采用超时重发机制(Reliable transmission of UDP encapsulation type, can be multi-point transmission, the use of timeout retransmission mechanism)

144
下载
169
浏览
2011-10-15发布