搜索资源列表
C语言头文件 略述
- 对于使用C语言家族开发工具进行软件开发的技术人员来讲,头文件(后缀名为 .h 的文件)是再熟悉不过的了。头文件作为一种包含功能函数接口声明的一类文件,在C语言家族程序开发中被大量使用。-use of C language family of development tools for software development in terms of technical personnel, the first document (known as the suffix. H document)
cfile
- unix下的C语言文件传输服务器端源程序文件
http client C语言的http协议客户端
- 这个文件实现的主要功能是一个C语言的http协议客户端,用于初学C的http-This file implements the main functions of a http protocol C-language client for C-http beginners
p2p.rar
- 一个简单的p2p共享文件的程序,用c语言开发,包括server端和peer端,自定义了一套应用层的传输协议,对于理解socket编程有很大的帮助,A simple procedure for p2p file sharing, using c language development, including peer client and server-side, since the definition of a set of application-layer transport protoc
P2P.rar
- C++语言实现的p2p文件共享与分布式存储,p2p
FTP.rar
- 利用c++语言实现FTP的上传下载,包含头文件,应用文件,Using c++ language in FTP uploading and downloading, including the header files, application files
fileTransServer
- linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
FileTransfer
- 使用C语言编写的局域网文件传输程序,基于UDP实现了自己的应用层协议,使用多线程,文件传输速度很快,自带拥塞控制,模拟了TCP的选择重传机制-Using the C language of the LAN file transfer program, based on UDP to achieve its own application layer protocol, using multi-threaded, file transfer is fast, bring their own con
json-c-0.3.tar
- C语言解析JSON数据的库文件1-3,非常好用。全部验在linux下证过-C language parsing JSON data library files 1-3, very easy to use. All experience under linux Shanghai
Teapoy(20081025A)
- 支持C语言制作动态网页,支持静态网页浏览。支持文件上传下载、支持断点续传。 用MinGW开发,并且需要MinGW支持。供技术交流用。原创。-To support the C language dynamic pages to support a static website. Support for file upload to download, support for HTTP. Using MinGW development, and the need to support MinGW
1223
- C语言实现病毒源码 当含有病毒部分的程序被执行时,首先进入病毒程序。它在磁盘上找扩展名为C的匹配文件,如果找到,查找是否有被传染过的标志“INFECTED”。如果有此标志,继续找其它的C文件,直至全部检查一遍。若没有这个标志,则 (1)在未被感染的C程序头部加入“INFECTED”已被传染标志。 (2)读取病毒文件的头文件,将其插入到即将被感染的文件头部。如果发现有重复则不插入。 (3)在主程序中插入“VIRUSES();”调用VIRUSES函数。寻找printf、for、whi
vcftpclient
- ftp 客户端 C 语言编写,可以提供文件 的上传 下载等功能-ftp client
c
- 采用c语言实现的网络聊天室的源代码以及能够正常运行的可执行文件-Network using c language source code for chat room and the ability to properly run the executable file
ftp
- 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
C
- 用C语言实现一个病毒,并提供了杀毒源码。该病毒感染.C格式的文件-A virus with C language, and provides anti-virus source. The virus infection. C format
socket
- C语言版的SOCKET编程.实现客户端与服务端的文件传送.-C programming language version of the SOCKET. To achieve client and server file transfer.
ipmsg
- 基于LINUX 下,C语言实现的飞鸽传输项目,是学习linux网络编程比较好的项目例子。 主要包括:TCP/IP的协议,TCP实现文件的传输,UDP消息和广播,以及网络多线程操作实现。 此外还包含一个方便调试项目的飞鸽传输WINDOWS下的应用程序。 -Under LINUX-based, C language Dove transmission project is better to learn linux network programming examples o
基于TCPIP协议的文件传输源码
- 基于C语言实现大文件传输,主要实现TCPIP协议,能实现单个文件超过4个G的传输,速度在局域网下能达到极限传输速度(This program achieved to transfer large file based TCP/IP protocal.)
file1
- 对于文件1的符号进行处理,并输出到文件2 中(The symbols in the file A are processed and output to the B file)
标准C语言实现基于TCPIP协议的文件传输
- 标准C语言实现基于TCPIP协议的文件传输,其中包含服务端端实现:Server.c与客户端实现:Client.c