搜索资源列表
newdilog
- 本程序是实现远程文件上传的程序,包含用户界面。主要应用了网络通信技术。-This procedure is a remote file upload process, including the user interface. The main application of the network communication technologies.
VCintelnet
- 自己写的一个网络测试程序,希望对大家有所帮组-Writing a network of their own testing procedures, and they hope to have everyone help group
ThreadPool
- 线程池的源文件和头文件用于网络编程的服务器端处理多个客户请求-ThreadPool.h and ThreadPool.cpp deal with serve for many of sclients
网络编程服务器和客户端
- 文件分别有客户端和服务器代码,利用visual studio打开任一代码文件即可打开整个项目(即客户端或服务器),点击调试即可出现MFC界面,服务器设定某一IP和端口号,客户端登录这个IP和端口号可以登录服务器,客户端登录服务器后可以发送信息给服务器,本程序涉及MFC界面以及WINSOCk知识。