搜索资源列表
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)
头文件及c语言例程
- 关于2407的头文件以及一些c语言的例程-2407 on the first document as well as some language routines c
f2407a_h
- dsp 2407a 的C语言头文件 用起来最方便的那种-dsp 2407a C header files together with the most convenient kind of
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
reg(LPC)764
- 高速单片机LPC900系列的C语言头文件。
BMPTool
- 将BMP文件转换成32位或16位RGB格式C语言头文件的小工具-to BMP file conversion into 32 or 16 bit RGB format C header files small tools
oc_i2c_masterI2CIP
- *** *** ***OC_I2C_Master使用说明*** *** ***** 使用步骤:1.将OC_I2C_Master文件夹拷贝到安装盘\\altera\\kits\\nios2\\components目录下。 之后重新打开SOPC Builder,在可用元件列表的DeviceSOPC组中将出现OC_I2C_Master 元件,即可像其它Altera外设元件一样添加和使用。 2.hdl文件夹中包含有描述i2c逻辑的硬件描述文件,不能删除。 3.HAL文件
shutdown
- Windows NT平台下关机代码,封装为C语言头文件,只需#include \"xSHUTDOWN.h\"即可使用。
c语言函数库文件
- C语言函数库文件,包括各种头文件及说明文档--Library functions for C language, including header files and descr iptions.
C2vb
- 这个源码可以将C语言头文件(.h)转换为VB模块(.bas)!-this source will be the first C language files (. H) conversion of VB module (. Bas)!
C语言函数中文说明大全系列
- C语言函数中文说明大全系列,头文件所包含的函数-C language function Chinese explanation Encyclopaedia series, the first document contains the function
c语言中多线程文件
- 在C语言中实现多线程的的头文件,只要在C语言中加入pthread.h头文件就可以实现多线程功能。
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
C-header
- c语言头文件大全,最全的c语言头文件介绍-c language header files Daquan, the most complete c language header file
emc-c-head
- 义隆全系列单片机的C语言头文件,大家用C开发义隆单片机时,会用的上-Elan full range of microcontroller C language header files Elan microcontroller development with C on
C语言一些头文件
- 在我们学习C语言过程中,经常遇到缺少头文件的问题,希望可以帮到大家
C语言头文件
- C编程常用头文件.h格式,总1309个文件(Programming VC++ commonly used header file)
C语言十大经典案例
- 这是C语言里面的十大经典案例,可供大家学习,里面调用了dos(可以换为其他头文件)对编程能力是一个提高(This is the ten classic case of C language, for everyone to learn, which calls the DOS (can be replaced by other header files), programming ability is an improvement)
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