资源列表
[Ftp客户端] ftpsss
说明:FTP(File Transfer Protocol),是文件传输协议的简称。用于Internet上的控制文件的双向传输。同时,它也是一个应用程序(Application)。用户可以通过它把自己的PC机与世界各地所有运行FTP协议的服务器相连,访问服务器上的大量程序和信息。-FTP (File Transfer Protocol), File Transfer Protocol is the short title. For the Internet on the two-way transmi<雪浪> 在 2025-06-09 上传 | 大小:338kb | 下载:0
[Internet/网络编程] service
说明:LINUX下的一个TCP服务器小程序。学习unix网络编程的朋友可以下来参考参考-LINUX under a TCP server applet. Learning unix network programming friends can down reference reference<黄晟> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[Internet/网络编程] client_o
说明:linux下基于TCP协议的客户端小程序。学习网络编程的朋友可以参考参考-Based on the TCP protocol under linux client applet. Learning Network Programming friends can refer to reference<黄晟> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[Internet/网络编程] video-monitor
说明:用visual c++开发的网络视频监控系统,分为网络端和客户端的系统两个模块-Using visual c++ Development of Network Video Monitoring System, is divided into network-side and client systems two modules<sue_Langsujuan> 在 2025-06-09 上传 | 大小:1.23mb | 下载:0
[Web服务器] iocpserver
说明:完成端口写成的高性能可伸缩性服务器,可同时处理多个客户端的连接。改正了以前代码的一些bug。-Completion port written in high-performance scalable servers, can simultaneously handle multiple client connections. To correct some of the previous code bug.<周智达> 在 2025-06-09 上传 | 大小:39kb | 下载:0
[Internet/网络编程] yy
说明:是一个很好的语音通信的源码程序,对于初学者相当实用-Is a good source of voice communications procedures, useful for beginners<新> 在 2025-06-09 上传 | 大小:1.92mb | 下载:0
[Internet/网络编程] Server
说明:第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Bind()方法绑定EndPoint; 第四步:用socket对像的Listen()方法开始监听; 第五步:接受到客户端的连接,用socket对像的Accept()方法创建新的socket对像用于和请求的客户端进行通信 第六步:通信结束后一定记得关闭socket -Step one: use the specified port number<zhou> 在 2025-06-09 上传 | 大小:16kb | 下载:0
[Internet/网络编程] Client
说明:第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求; 第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息; 第五步:用socket对像的Receive()方法接受服务器发来的信息 第六步:通信结束后一定记得关闭socket; -Step one: us<zhou> 在 2025-06-09 上传 | 大小:14kb | 下载:0