搜索资源列表
FTP协议
- 网络通讯编程包括FTP协议Email协议ICMP协议 协议等-network communications programming, including FTP protocol agreement Email ICMP agreement.
UDPDirectShow
- DirectShow编程参考例子之一:基于UDP通讯
UdpChat_exe
- 1、说明: 本程序是一个局域网内的字符界面聊天程序,使用UDP协议及端口729,在VC6.0+Windows XP下编译通过。程序分为发送端与接受端,使用一个Workspace,打开ChatSrv文件夹下的ChatSrv.dsw文件即可。程序的编制也较简单,建立UDP连接后一方发送一方接收,可以算是一个基本的UDP编程范例。 2、用法: 使用本程序在局域网内聊天,需知道服务端的IP地址,可在服务端的cmd下运行ipconfig/all命令查看。使用时在一方先运行C
ICQ_Server
- 用vb写的ICQ通讯程序Server端,值得借鉴一下,它与Client 端一起构成通讯传输。
vc编写的FTP通讯
- vc编写的FTP通讯程序源码,包括服务器端和客户端程序,很适合FTP通讯,包括窗体页面
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
WARPCOMM
- WARP COM 口通讯 C 语言源程序 -WARP COM port communication C language source
zjhftp
- 自己写的FTP服务器,包括完整的makefile,上传下载,断点续传,限速,更改目录等等功能。自定义哈希表读写,读取配置文件等,linux多文档多进程编程,多进程之间通讯。-Write your own FTP server, including the complete makefile, upload and download, HTTP, speed limits, change directories and more. For learning to use custom hash t
Tcp网络通讯VC++
- Using VC++ to design a simple communication tool for beginners to learn TCP communication protocol