搜索资源列表
UDPMakeHole
- UDP打洞测试程序源码,语言为c#,包括客户端和服务器端。
P2P-UDP-Pass
- 本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。-This procedure works for UDP hole test program. For simplicity, the application server on the reception of
10
- 使用TCP和UDP协议编写服务器端和客户端的控制台程序,要求在客户端连续发送5条具体的信息,而在服务器接收并输出。-TCP and UDP protocols used to prepare the server side and client-side console program, requiring the client to send five consecutive specific information, while in the server to receive and ou
PACHONG
- 网络爬虫程序源码 这是一款用 C# 编写的网络爬虫 主要特性有: 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等
MyQQ
- UDP通讯 -实现类似QQ聊天功能-使用UDP通讯发送、接受消息(需中心服务器中转)-UDP communication- QQ chat to achieve a similar function- to use UDP communication to send and receive messages (need a central server transfer)
XNetFramework
- XNetFramework 是一个非常简单的.net网络通信框架,采用UDP实现,主要用于客户端-服务器模式,本框架实现模拟心跳包(实现断线等事件触发),消息封装等功能,利用本框架可以快速实现网络上基本 C/S模式的程序。-XNetFramework is a very simple. Net framework for network traffic, using UDP to achieve, mainly for the client- server model, the framewor
UDP
- 通过服务器 实现 客户端与客户端之间的交流 可直接运行-Client and the server to achieve communication between the client can be directly run
UDP
- UDP服务器 实现通信功能 用UDP协议传输数据-UDP server UDP protocol to transfer data communication function
UDPTCPWebServer
- 自己写的web服务器以实现UDP/TCP之间的通信-web server to communicate with UDP/TCP
Csharp_QQ
- C#写的模拟QQ聊天软件,可以学习网络编程。当用户第一次运行客户端程序时,将会弹出注册窗口进行注册,用户注册后,再次运行客户端程序时,将直接进行登录,无须注册。用户首先启动服务器端,如图1.1所示。单击“控制台”/“开始服务”命令,启动服务器端的UDP协议。在局域网的其它计算机中,启动客户端程序,如果用户第一次运行本程序,将弹出用户注册窗口。-When a user first runs the client program, registration window will pop up to
FTPandHTTPandUDPFTP
- 基于FTP和UDP协议的服务器端程序,可用作实验,或制作小程序-FTP and UDP in the server
cSharp_udp
- C#控制台编写客户端和服务器,采用UDP协议,互相发送与接收数据。-C# console to write client and server, using UDP protocol to send and receive data to each other.
WpfUdp
- 自己学习写的UDP调试助手,包括客户端和服务器程序,调试通过可用-Learning to write your own UDP debugging assistant, including client and server programs, debugging through available
UDPCommunication
- 这是基于基于WINDOWS网络编程课程学习中遇到的一个简单的UDP通讯实现客户机/服务器端中的简单通讯,仅供初学者学习交流,欢迎高手指点!-This is based on windows-based network programming encountered in the course of a simple UDP communication to achieve simple communication, client/server is only for beginners to l
UDP--socket-communication
- 基于UDP的网络socket通信,客户机服务器均在本机实现-based on the UDP socket communication, client server are realized in this machine
NetWork
- 包含TCP和UDP的客户端和服务器端的代码,适合Socket初学者-NetWork Protocol
hicode
- 使用vs2008编写的一个小基于UDP的程序,可以实现聊天,有服务器,有客户端-Using vs2008 prepared by a small UDP-based programs can chat with the server, the client has
TCPScoket
- 客户端 服务器端的小例子 大家可以看看。描述很费劲啊 UDP-中文(简体)英语日语 Client server-side example we can look at the small. The descr iption is very strenuous ah UDP
C#UDP聊天室
- Windows服务应用程序是一种需要长期运行的应用程序,它对于服务器环境特别适合。它没有用户界面,并且也不会产生任何可视输出。任何用户消息都会被写进Windows事件日志。计算机启动时,服务会自动开始运行。它们不要用户一定登录才运行,它们能在包括这个系统内的任何用户环境下运行。通过服务控制管理器,Windows服务是可控的,可以终止、暂停及当需要时启动。 Windows 服务,以前的NT服务,都是被作为Windows NT操作系统的一部分引进来的。它们在Windows 9x及Windows M