搜索资源列表
Java-TCP服务器】
- 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
telnet
- 包括telnet服务器端和客户端完整代码,是学习和理解telnet的好东西-Including telnet server-side and client integrity code, study and understanding are good things telnet
source code
- java网络编程员代码,前八章,涉及到基本服务器,客户端编程,和多线程的基本例子,十分适合初学者。-Network programmers java code, the former eight chapters, covering the basic server, client-side programming, and basic example of multi-threaded, very suitable for beginners.
网络编程服务器和客户端
- 文件分别有客户端和服务器代码,利用visual studio打开任一代码文件即可打开整个项目(即客户端或服务器),点击调试即可出现MFC界面,服务器设定某一IP和端口号,客户端登录这个IP和端口号可以登录服务器,客户端登录服务器后可以发送信息给服务器,本程序涉及MFC界面以及WINSOCk知识。