搜索资源列表
windows_ndis_packet_capture
- N D I S协议驱动程序源代码用C语言完成,包括四个C语言源文件,分别为p a c k e t . c、o p e n c l o s . c、 r e a d . c和w r i t e . c。C语言头文件p a c k e t . h和资源文件p a c k e t . r c通过D D K提供的b u i l d工具编译生成驱动 程序可执行文件p a c k e t . s y s。-S I N D agreements driver source code using C l
C语言函数中文说明大全系列
- C语言函数中文说明大全系列,头文件所包含的函数-C language function Chinese explanation Encyclopaedia series, the first document contains the function
c语言中多线程文件
- 在C语言中实现多线程的的头文件,只要在C语言中加入pthread.h头文件就可以实现多线程功能。
LCD1602
- LC1602液晶模块通用C语言头文件,适用于51系统单片机.-this programming is my programing books
C_include_and_header
- C语言文件包含与头文件写法: c语言头文件件包含原理及头文件的写法-C_include_and_header: c include file
ctovb
- 这个代码可以实现把C++头文件转换为VB的.BAS模块文件。对于需要把C语言头文件进行转化为VB的朋友可以起到参考作用,整个源代码不是很完整,但转换很不错,大约有80-90 的样子。大家可以试试文件夹里的 WINGDI.H 进行转化。-This code can achieve the C++ header files converted to VB' s. BAS module file. For the C-header files need to be converted to VB
f2407_c
- tms320lf2407a的C语言头文件-tms320lf2407a C-language header file
NDISDriver
- 此源码为NDIS驱动程序,NDIS协议驱动程序源代码用C语言完成,包括四个C语言源文件,分别为packet.c、openclos.c、read.c和write.c。C语言头文件packet.h通过DDK提供的build工具编译生成驱动 程序可执行文件p a c k e t . s y s。-The source for the NDIS driver, NDIS protocol driver source code complete with the C language, includi
20103119282560
- 这个代码可以实现把C++头文件转换为VB的.BAS模块文件。对于需要把C语言头文件进行转化为VB的朋友可以起到参考作用,整个源代码不是很完整,但转换很不错,大约有80-90 的样子。大家可以试试文件夹里的 WINGDI.H 进行转化。 -This code can achieve the C++ header files to VB' s. BAS module file. For the C language header files need to be converted to VB
CPP3
- C语言头文件解析,详细说明C语言头文件的意思-C language header file parsing, a detailed descr iption of the meaning of the C language header file
The_introduction_of_utilization_for_header_files_i
- 该文件是一个PDF文档,介绍了C语言头文件使用中普通人都会犯的一些错误,并以实际的例子辅以说明,非常实用!-The file is a PDF document that describes the use of C language header files are ordinary people committed some errors, and supplemented with practical examples that, very useful!
Ch
- 关于C语言头文件的使用 C语言中的.h文件和我认识由来已久,其使用方法虽不十分复杂,但我却是经过了几个月的“不懂”时期,几年的“一知半解”时期才逐渐认识清楚他的本来面目。揪其原因,我的驽钝和好学而不求甚解固然是原因之一,但另外还有其他原因。-About the use of the C language .h file
cPP-head-code
- 本书介绍了各种C#语言头文件,及各种实用程序源代码。-This book describes the various C# language header files, source code and various utilities.
shutdown124
- Windows NT平台下关机代码,封装为C语言头文件,只需#include xSHUTDOWN.h 即可使用。-Windows NT platform shutdown code package for the C language header files, just# Include xSHUTDOWN.h to use.
shutdown124
- Windows NT平台下关机代码,封装为C语言头文件,只需#include xSHUTDOWN.h 即可使用。-Windows NT platform shutdown code package for the C language header files, just# Include xSHUTDOWN.h to use.
C语言一些头文件
- 在我们学习C语言过程中,经常遇到缺少头文件的问题,希望可以帮到大家
elevator
- 本人编写的电梯调度仿真,VS08下无错运行,需要更改电梯数与楼层数的在头文件中更改宏定义即可(I have written elevator scheduling simulation, VS08 no error running, you need to change the number of elevators and floor number in the header file to change the macro definition)
C语言头文件
- C编程常用头文件.h格式,总1309个文件(Programming VC++ commonly used header file)
C语言
- c语言基础,复习资料,以及头文件书写的方式和主程序的书写(C language foundation, review materials, and writing of header files and main programs)
c常用头文件
- 在C语言家族程序中,头文件被大量使用。一般而言,每个C++/C程序通常由头文件(header files)和定义文件(definition files)组成。头文件作为一种包含功能函数、数据接口声明的载体文件,主要用于保存程序的声明(declaration),而定义文件用于保存程序的实现 (implementation)(In the C language family program, the header files are used in large quantities. General