登录

最新会员 最新下载

成为了本站VIP会员

今天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. P2P NAT通信

NAT(Network AddressTranslators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(NetworkAddress/Port Translator)。    最开始NAT是运行在路由器上的一个功能模块。        最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。    因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为一个全球唯一的IP然后发送出去。(基本的NAT会改变IP包中的原IP地址,但是不会改变IP包中的端口)

1
下载
100
浏览
2016-11-22发布

2. ceshi

  实现本地程序从远程服务器下载文件。保存到本地。同时,具备断点续传的功能。可以在下载一部分的情况下,再次下载从断点处继续下载。(Implement a local program to download files a remote server. Saved locally. At the same time, with the functions of HTTP. You can download a part in the case, once again download continue downloading the breakpoint.)

5
下载
189
浏览
2016-10-26发布

3. cmd1012

  服务级后门T-Cmd源代码服务级后门T-Cmd源代码(Service-level backdoor T-Cmd source service-level backdoor T-Cmd source code)

2
下载
153
浏览
2016-10-22发布

4. WindowsFormstest

  从计算机某个UDP端口接收数据并且按照一定格式解析后存放于数据库中(UDP data receive program)

6
下载
71
浏览
2016-09-28发布

5. TCPIPclient

  基于MFC的TCP/IP socket编程,一个客户端程序,适合初学者学习,开发平台vs2015(TCP/IP SOCKRT programing based on MFC,A client program ,very good for first learner the develop platform is vs2015)

11
下载
177
浏览
2016-09-23发布

6. mailtoServer123

  mail to server mail to server mail to server mail to server mail to server mail to server (mail to server mail to server mail to server mail to server mail to server )

2
下载
135
浏览
2016-09-19发布

7. UDP

  仿照TCP协议的UDP封装,用ACK,和滑动窗口(Modeled on the TCP protocol UDP encapsulation, with ACK, and sliding window)

5
下载
144
浏览
2016-09-19发布

8. NetTraffic

  VC++流量监控程序,记录选择的接口号,得到接口号为interfaceNumber的接口流量。采用PDH技术对网卡的数据包进行测量,类似360的流量监控工具一样,可以实时观察上网流量的变化,包括上传流量与下载流量。(VC++ traffic monitor, record selection interface number to obtain the interface number of the interface traffic interfaceNumber. Using PDH technology for measuring card packet, similar 360 traffic monitoring tools, real-time observation of changes in Internet traffic, including download and upload traffic flow.)

6
下载
153
浏览
2016-09-08发布

9. Chat

  程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。(This program realizes the chatting fuction using the multithread technique and socket programming.)

1
下载
145
浏览
2016-07-24发布

10. torbrowser

  torborwser 洋葱路由安装包,隐藏IP地址。(Torborwser onion routing package, hide IP address.)

1
下载
353
浏览
2016-07-19发布

11. client-server

  多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)

16
下载
189
浏览
2016-07-11发布

12. WCF实现文件传送(亲测通过)

利用WCF实现文件传送,主要注意MessageContract的使用 本示例的主要功能 就是 client.exe通过wcf 将本机的 sample.docx文件传输到 server.exe端 亲测通过了

1
下载
98
浏览
2016-06-24发布

13. Test

  网络编程大作业,一个网页的点名系统,包含客户端和服务器,界面不错,有部分CSS类容。(Network programming large operations, a page named systems, including client and server interface well, some CSS class content.)

5
下载
93
浏览
2016-06-03发布

14. MyPing

  网络延迟测试工具。测试出网络速度带宽,大小( Network latency test)

8
下载
197
浏览
2016-05-28发布

15. ask_answer

  该程序模拟知乎,作为网上问答系统,用户能注册,登录,提问,回答,点赞,关注,取关,查找问题,等一系列操作,一个服务器端可以同时连接多个客户端,能够同步各个客户端操作结果。程序分为客户端和服务器端,用户gui采用mfc编写,通信方式为socket方式,开发环境为win7 vs2015,编译器v140.(The program simulates know almost as online quiz system, users can register, login, questions, answers, thumbs up, focus on, take off, find the problem, and a series of operations, a server can be connected to multiple clients simultaneously, it is possible to synchronize each client operating results. Program is divided into client and server side, the user using mfc gui written communication for the socket, the development environment for win7 vs2015, compiler v140.)

16
下载
163
浏览
2016-05-17发布

16. Qizi

  闲来无事,2003年国庆编的一个程序,在google或者baidu上可以查关键字“拦路棋子 1.0”可以得到。请站长审阅,看看是否可以让我得到下载点数,(nothing better to do, and in 2003 a series of the National procedures, the engines on google or can check the keyword " roadblocks pawn 1.0" can be. Please head examined to see if I can be downloaded points, huh)

1
下载
85
浏览
2016-05-07发布

17. GetMACaddress

  VB 获取网卡 MAC地址源代码!希望对新手有用(VB source code to get MAC address! Want to be useful for the novice)

1
下载
102
浏览
2016-04-29发布

18. SetFDMData

  主要用于flightgear与matlab联合仿真中的udp通信(Mainly used udp communications flightgear joint simulation with matlab)

15
下载
207
浏览
2016-03-30发布

19. TCPIPxieyijiwangluobiancheng

  TCP/IP协议及网络编程技术,是网络编程学习或者爱好者的从入门到精通的一本必备电子书籍!!!!(TCP/IP protocol and network programming, network programming enthusiasts or learning entry to master an essential e-books! ! ! !)

2
下载
87
浏览
2016-03-28发布

20. sourcenode

  以点为基础,对基于TDMA的adhoc网络进行复用的时隙分配。(Point based on time slots multiplexed TDMA-based adhoc network distribution.)

6
下载
182
浏览
2016-03-17发布