搜索资源列表
CorpServerService2
- 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
TCPliaotianfuwuqiduan
- 这是一个TCP聊天的服务器端的程序,对于学习网络编程挺有帮助的。-This a TCP Chat server procedures for Learning Network Programming quite helpful.
udpchuanshu2
- 利用tcp进行的网络通信源代码, 经过测试可以实现-use the network communication source code, the test can be achieved
MTServerSrc
- 一个多线程的TCP服务器,它使用自定义通信协议向客户方传递文件,本下载是服务器端工程
tcpS
- 一个用VC实现的tcp 服务器端源代码。
TFTPclientandserver
- 不论你是热衷于黑客技术的爱好者, 还是从事编写网络应用程序的程序员, 都需要掌握熟练的编程能力, 以及具备扎实的TCP/IP协议的扎实基础. 很多初学者都有这样的经历, 要么是能编一些复杂算法的程序,却不能结合到实际的应用中, 要么就是三卷W.Richard Stevens的圣经《TCP/IP详解》熟记于胸, 却无法用熟悉的编程语言将其实现. 这真是件很令人郁闷的事. 出于这样的目的, 本文就结合TCP/IP协议中的TFTP协议来分析, 并简单实现了Windows下TFTP的服务器和客户端.
src
- 计算机网络实验环境建立在TCP/IP 网络体系结构之上。各计算机除了安装TCP/IP 软件外,还安装了TCP/IP 开发系统,使各计算机具备了4.3 BSD UNIX 中进程通信套接字socket 的编程接口功能,可为用户提供网络进程通信功能。本实验利用这些功能,设计和实现一个简单的文件传送协议。
FTP
- 用VC6.0实现的基于TCP协议的聊天室,包括客户端和服务器代码,很有参考价值
mac
- 适用tcp协议的探测局域网内的活动机器的mac地址-Tcp agreement applicable to detect the activities of the LAN machines mac address
fuwuqi
- 基于TCP/IP的服务器,用vc++实现-Based on TCP/IP server, using vc++ Achieve
echoserv
- This program demonstrates a simple TCP/IP server. It will accept a connection from a client application, receive one line of text, echo that line back to the client and close the connection.
Tcp网络通讯VC++
- Using VC++ to design a simple communication tool for beginners to learn TCP communication protocol