联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(494) 
按平台查找All Visual C++(494) 

[网络编程] Router

软件路由器基本功能的实现,仅仅是主程序,思路仅供参考
Software implementation of the basic functions of a router, just the main program, the idea is for reference only (2015-01-13, Visual C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1421147384990625.html

[网络编程] gloox_demo

基于gloox的xmpp通讯客户端,服务器需要使用openfire搭建
The xmpp gloox based messaging client, the server needs to use to build openfire (2013-08-28, Visual C++, 4550KB, 下载80次)

http://www.pudn.com/Download/item/id/2341616.html

[网络编程] ipxiugaigongju

IP修改工具,IP/DNS修改器,兴趣爱好者可以试试,挺好玩的
IP editing tools, IP/DNS modifier, hobbyists can try, really fun (2013-03-10, Visual C++, 47KB, 下载9次)

http://www.pudn.com/Download/item/id/2154555.html

[网络编程] zubo

介绍路由器组播原理的实现,基本方法的简介以及介绍方式
To introduce the realization of the principle of routers multicast profiles as well as the introduction of the basic methods (2012-12-18, Visual C++, 320KB, 下载5次)

http://www.pudn.com/Download/item/id/2088248.html

[网络编程] JustChat

基于CS模式的聊天软件,具有加密功能,服务器端得数据库操作自己实现。
base on CS model chat tool (2011-07-28, Visual C++, 168KB, 下载16次)

http://www.pudn.com/Download/item/id/1608748.html

[网络编程] portscan

扫描器 实现windows下MFC C语言的tcp syn扫描
on windows MFC vc++6.0 port scan !tcp syn scan it has a little simple! (2011-05-02, Visual C++, 11KB, 下载16次)

http://www.pudn.com/Download/item/id/1514123.html

[网络编程] TEST

基于TCP的网络聊天程序,采用套接字编程实现服务器与客户端网络连接
TCP-based chat program, using the socket programming and client server network connection (2011-03-09, Visual C++, 4382KB, 下载6次)

http://www.pudn.com/Download/item/id/1449883.html

[网络编程] GetTime

用vc++编程,获取服务器时间的soket编程,有具体的窗体运行界面
Using vc++ programming, access to the server time soket programming interface to run a specific form (2010-06-15, Visual C++, 5122KB, 下载61次)

http://www.pudn.com/Download/item/id/1213545.html

[网络编程] IPv6analyee

ipv6分组分析器,可以对IPv6数据包进行分析,读取头部等信息
ipv6 packet analyzer, you can analyze IPv6 packets, read the head and other information (2010-01-26, Visual C++, 1380KB, 下载28次)

http://www.pudn.com/Download/item/id/1051441.html

[网络编程] samplebrower

一个简易的上网浏览器的源代码,VC++编写,可以熟悉HTTp的编程
a sample source code for internet brower, wrote by VC++. It can be used for HTTP programming (2009-10-13, Visual C++, 62KB, 下载7次)

http://www.pudn.com/Download/item/id/937249.html

[网络编程] CgiScan

vc6编写的多线程扫描web服务器端脚本漏洞程序。
vc6 prepared by the multi-threaded web server-side scripting vulnerability scanning program. (2009-10-03, Visual C++, 71KB, 下载36次)

http://www.pudn.com/Download/item/id/928098.html

[网络编程] MulThreadHttpSvr

利用vc6开发的多线程的Http服务器端程序
Vc6 to develop the use of multi-threaded server-side procedures Http (2009-06-07, Visual C++, 82KB, 下载6次)

http://www.pudn.com/Download/item/id/796504.html

[网络编程] TCPtalk

基于tcp的聊天室系统,主要包含了客户端和服务器端两个程序
Tcp-based chat room system, mainly contains the client and server-side two procedures (2008-11-14, Visual C++, 40KB, 下载49次)

http://www.pudn.com/Download/item/id/580021.html

[网络编程] Ciscorouting

思科的路由器分析与入侵研究方面的文章,对于今天到处是思科路由的网络是很有用的
Cisco (2008-07-20, Visual C++, 263KB, 下载14次)

http://www.pudn.com/Download/item/id/514217.html

[网络编程] T-DNSsrc

Windows下DNS ID欺骗的原理与实现在DNS数据报头部的id(标识)是用来匹配响应和请求数据报的。现在,让我们来看看域名解析的整个过程。客户端首先以特定的标识向DNS服务器发送域名查询数据报,在DNS服务器查询之后以相同的ID号给客户端发送域名响应数据报。这时客户端会将收到的DNS响应数据报的ID和自己发送的查询数据报ID相比较,如果匹配则表明接收到的正是自己等待的数据报,如果不匹配则丢弃之。 假如我们能够伪装DNS服务器提前向客户端发送响应数据报,那么客户端的DNS缓存里域名所对应的IP就是我们自定义的IP了,同时客户端也就被带到了我们希望的网站。条件只有一个,那就是我们发送的ID匹配的DSN响应数据报在DNS服务器发送的响应数据报之前到达客户端。 (2008-04-10, Visual C++, 13KB, 下载58次)

http://www.pudn.com/Download/item/id/434380.html

[网络编程] newasp200611355547891

这是一个用VC++编写的网络嗅探器,对研究这方面的人很有帮助
This is a used VC++ Prepared network sniffer to research in this area were very helpful (2008-01-04, Visual C++, 362KB, 下载15次)

http://www.pudn.com/Download/item/id/388142.html

[网络编程] sniffercode

通过该程序可以实现透视CGI扫描器的原理和实现过程代码
The program can be achieved through CGI scanner Perspective Principle and realize the process of code (2007-09-30, Visual C++, 4KB, 下载3次)

http://www.pudn.com/Download/item/id/340168.html

[网络编程] 会话通信程序1

该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如输入50,那么客户端会从"data0"到"data49"发送50个字符串,输入0退出.
completed an example of the server and client simple oral communication process. Asked on the mainframe installed TCP/IP protocol and set the IP. Servers and clients using the same host of different ports, the use of the server port to 2000, clients use the port number as 3000. server operating procedures first, the first initialization Winsock, and then create socket, in 2000 ports on bonding, then the 2000 port for the interception, and entered the wait state. client after running the same protocols of the first initialization, and then create socket, and then try to server connections. connecting once established, can the server and client communications between. the client suggested the importation of a number, such as the importation of 50, then the client will "data0" to (2005-07-28, Visual C++, 534KB, 下载58次)

http://www.pudn.com/Download/item/id/104970.html

[网络编程] ServerBB

一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程
a server process to receive the client data, the use of asynchronous socket programming (2005-05-16, Visual C++, 28KB, 下载37次)

http://www.pudn.com/Download/item/id/1116245705194268.html

[网络编程] IP_protector

用VC编写的IP冲突防护器,借此可以熟悉网络编程.
VC IP conflict prepared by the protective device to be familiar with network programming. (2005-02-03, Visual C++, 443KB, 下载66次)

http://www.pudn.com/Download/item/id/1107443700735573.html