资源列表
[Internet/网络编程] APIAdapterInfo
说明:VC++网络适配器接口类源程序,感兴趣的可以参考下。-VC++ source code network adapter interface class<郑卓奇> 在 2025-06-22 上传 | 大小:74kb | 下载:0
[ICQ/即时通讯] SocketDemo
说明:多线程,可实现局域网内的聊天,方便使用,实现即时聊天,功能性强。-Multi-threaded, enabling LAN chat, easy to use, to achieve real-time chat, functional.<曲雯雯> 在 2025-06-22 上传 | 大小:310kb | 下载:0
[Email客户端] 140925-smtp
说明:sen email in qt with ssl-sen email in qt with ssl<jimagua> 在 2025-06-22 上传 | 大小:7kb | 下载:0
[Internet/网络编程] juyuwang
说明:毕业设计用的作品,VC++编写的局域网办公软件,企业信使,用它可以发送发文件、发送消息、回复消息-Work with graduate design, VC++ written in the LAN office software, corporate messenger, you can use it to send the documentation, send messages, reply messages<> 在 2025-06-22 上传 | 大小:210kb | 下载:0
[Internet/网络编程] ftpserversrc
说明:老外用VC++写的小型FTP服务器源代码-Foreigners with VC++ to write a small FTP server source code<方梅兰> 在 2025-06-22 上传 | 大小:143kb | 下载:0
[ICQ/即时通讯] tcp-udp
说明:一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行。-An advanced chat program, the program integrates the TCP and UDP chat program, attention needs to be set when running command-line parameters can be set in the project setting<贾永鑫> 在 2025-06-22 上传 | 大小:423kb | 下载:0
[Email客户端] MailEncrypt
说明:简单的邮件加密系统 可自定义密钥 加密效果不错-Simple e-mail encryption key encryption system can be customized good results<贾永鑫> 在 2025-06-22 上传 | 大小:298kb | 下载:0
[Internet/网络编程] WinSock
说明:一个全面的WinSock类的程序 分别有服务器端和客户端源代码 并且有简单和多功能两个版本 可供读者研究-A comprehensive program WinSock class server-side respectively, and client source code and there is a simple and versatile of the two versions for readers<贾永鑫> 在 2025-06-22 上传 | 大小:9.3mb | 下载:0
[TCP/IP协议栈] chat
说明:程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on<ludwig> 在 2025-06-22 上传 | 大小:120kb | 下载:0