搜索资源列表
mflood
- 利用C++语言完成洪泛协议功能的,里面包含协议头文件,表头文件,及其相应的实现
TCP_IP_MSP430
- 用msp430的c语言编写的TCP\IP程序,包括pdf文件介绍(有密码作者未提供,请发email向作者要)-a TCP/IP programme with msp430 s c language,contains a pdf file explain.
TCP
- 用c语言编写的TCP文件,实现面向连接的传输功能-Using c language to write the TCP file to realize the connection-oriented transmission
FilePoster
- TCP UDP C 语言实现 大文件传输 可在不同PC上传输-C program TCP UDP big file
File_Transfer
- C 语言实现 大文件传输 可以在不同PC上传输-C program big file transfer
tanshishe
- 贪食蛇程序,用c语言编程,只能用c编译软件运行,(如turboC等)需先设置BGi所在的文件夹,如程序中的D:\\TCPP\\BGI-Snake program, with c language programming c compiler software can only run, (such as turboC, etc.) should first set the folder where BGi, such as the procedures in the D: \ \ TCPP \
TCP-IP
- tcp_ip编程实现文件传输(C语言)-tcp_ip file transfer programming (C language)
get-pcap
- 用c语言分析pcap格式文件,分析文件ip协议,tcp协议及输出信息部分-C language analysis pcap format, analysis of file ip protocol, tcp protocol and the output part of the
Access-to-network-card
- 获取网卡内容,抓IP、UDP数据包,储存在一个新建文件中,c语言-LAN access to content, focus on IP, UDP packet is stored in a new file, c language
chat
- 基于c语言实现视频聊天系统 有如下2个文件夹: 1. Client:保存了客户端的项目程序,使用Visual C++6.0打开文件Client.dsw,然后使用工具栏中的“Build”命令即可调试。 2. Server:保存了服务器端的项目程序,使用Visual C++6.0打开文件Server.dsw,然后使用工具栏中的“Build”命令即可调试。-C language based video chat system
TcpClient
- C语言实现TCP协议,本程序是客户端部分,包括程序的所有文件-design tcp client using c language,include all files
基于TCPIP协议的文件传输源码
- 基于C语言实现大文件传输,主要实现TCPIP协议,能实现单个文件超过4个G的传输,速度在局域网下能达到极限传输速度(This program achieved to transfer large file based TCP/IP protocal.)
标准C语言实现基于TCPIP协议的文件传输
- 标准C语言实现基于TCPIP协议的文件传输,其中包含服务端端实现:Server.c与客户端实现:Client.c