搜索资源列表
typeof
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
Matrix
- this a header file that i have built in C++ that processes all matrices arithmatics-this is a header file that i have built in C++ that processes all matrices arithmatics
I2C
- i2c in lpc1114 (header files and c code files)
test-the-Member-function
- 在一般的程序开发过程中,类或者类库往往是以动态库的形式向用户发布的,所以在程序发布之前必须对程序中的所有函数进行集成测试 1 )测试头文件给出的Utility类中所有的成员函数 2 )用四种方式完成1,继承 2,友元 3,访问声明 4,using声明 -Classes or class libraries in the program development process, often based on a dynamic library released to the use
pl0
- PL0编译器的功能扩展,编译原理课设要求,对for的增加,包括测试程序与头文件-PL0 compiler extensions, compiler theory courses set requirements for the increase, including the test program and header files
FileAnalyze
- c语言编写,对指定文件目录下的.c和.h进行解析,得到包含的头文件,声明的函数,定义的函数,及调用的函数-c language, specify the file directory under c and h parse contains header files, functions declared, defined functions, and the called function
code_analyze
- c++编写,解析指定目录下的.c/.h文件,能够获取c文件的基本元素,如宏定义,头文件包含,函数声明,函数定义,函数调用等,并实现了简单依赖关系查找-c++ write, parse .c/.h files in the specified directory, have access to the basic elements of the c file, such as macro definitions, header file contains function declarations
snake
- /*--- --- -----编译过程使用的头文件*/ #include<graphics.h> #include<stdlib.h> #include<dos.h> /*-----------------宏定义用到的数量关系(键盘上、下、左、右按键的值)*/ #define N 200 #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000
74HC595
- 74HC595 libary. It s a Shift-Bit-Register. Using these header to create led matrix, led 7 segments.
Desktop
- w25q64的驱动头文件,可以在SPI flash的操作中使用,STM32。-w25q64 driver header files, you can use the SPI flash operation, STM32.
18f2520-header
- 18F2520 Header file - compatible with mplab and mikroc compilers or editors
tdelay
- This header is for arm micro controller AT91SAM7 series which uses Timer2 for exact timing
MAX21100-library
- C library (source and header) for Maxim MAX21100 6-axis accelerometer
SDL
- 全面详细sdl数据库,头文件。有1也有2的,本人亲测,可行。可应用于codeblocks,dev c++,vc++还有visual studio2013等-Full details sdl file header. There are also 2 1, I pro-test, is feasible. Can be applied codeblocks, dev c++, vc++, etc. as well as visual studio2013
queue
- 2016年春夏学期面向对象程序设计的的3次作业,队列(Queue)是一种先进先出(FIFO)的线性表,允许在表尾插入元素,在表头删除元素。队列的主要操作包括入队(将一个元素添加至表尾)、出队(删除表头元素并返回该元素)、查询队列大小以及判断队列是否为空等-3rd Job 2016 spring and summer semesters of object-oriented programming, and queue (Queue) is a first in first out (FIFO)
XJad
- jad是一款使用非常广泛地Java反编译工具,上面这款Jadclipse就是基于jad的反编译插件,JAD 文件包含 MIDlet 套件的标题信息,例如开发应用程序的公司、应用程序名称和大小。(JAD is a widely used Java decompile tool. The above Jadclipse is JAD based decompile plug-in. JAD file contains header information of MIDlet suite, such