搜索资源列表
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)
mflood
- 利用C++语言完成洪泛协议功能的,里面包含协议头文件,表头文件,及其相应的实现
FTP.rar
- 利用c++语言实现FTP的上传下载,包含头文件,应用文件,Using c++ language in FTP uploading and downloading, including the header files, application files
1223
- C语言实现病毒源码 当含有病毒部分的程序被执行时,首先进入病毒程序。它在磁盘上找扩展名为C的匹配文件,如果找到,查找是否有被传染过的标志“INFECTED”。如果有此标志,继续找其它的C文件,直至全部检查一遍。若没有这个标志,则 (1)在未被感染的C程序头部加入“INFECTED”已被传染标志。 (2)读取病毒文件的头文件,将其插入到即将被感染的文件头部。如果发现有重复则不插入。 (3)在主程序中插入“VIRUSES();”调用VIRUSES函数。寻找printf、for、whi
MyEmailClient
- 利用c++语言实现接收发送电子邮件,包含头文件,应用文件-Using c++ language to receive e-mail, including header files, application files
chat
- 利用c++语言实现网络聊天,包含头文件,应用文件-Using c++ language chat network, including the header files, application files
basic_thread_module
- 主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify
http_chunk_demo
- C语言实现,模拟chunked分块的http下载,chunked编码的是将大块数据分解成多块小数据,每块都可以自指定长度,也就是,解析http头的content-length属性,并不能知道详细的文件大小。 此Demo在一边接收数据,一边在缓冲区中组装,占用内存极少,效率极高。-C language, simulated chunked.http download, chunked encoding is to chunk data into multiple small data bloc
IEC103
- 非常全的103编程资料,以及C语言的103头文件定义代码,非常适合正在开发103通讯规约的朋友-103 very full program information, as well as 103 files define the C language code is very suitable communication protocol being developed 103 friends