搜索资源列表
hashtable
- 一个哈希查找算法,用c实现, gcc编译 如果使用vs可能会提示少stdint.h-A hash search algorithm, with c and gcc compiler to achieve, if you are using VS , you may get a "can t find stdint.h",
nRF24LE1-Keil-
- nRF24LE1 Keil C头文件 用于keil编译 -nRF24LE1 Keil C header files for keil compiler
framebuffer
- 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
inttypes.h_stdint.h
- 在X264等视频编码中至关重要的两个头文件inttypes.h和stdint.h。往往都会缺少。可以放在工程目录下-X264 video coding, such as in the crucial two and inttypes.h header file stdint.h. Often lack. Can be put on the project directory
firm
- Bluetooth xfu flash #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <err.h> #include <string.h> #inclu
Cximage7.01-for-vc9
- CxImage类库是一个优秀的图像操作类库。它可以快捷地存取、显示、转换各种图像。但是针对vs9的少见。-CxImage library is an excellent image manipulation library. It can quickly access, display, convert various images. But for vs9 is rare.
EVCVLC
- EVC4.0编译VLC,这个是第一步的程序,后续会再更改。-EVC4.0 compile VLC, this is the first step of the procedure, follow-up will be changed.
VlcSdkTest
- VLC SDK 调用示例代码 使用MFC调用-VLC SDK Sample
StdHeader
- This file emulates enough of stdint.h on Windows to make Javascr iptCore and WebCore compile using MSVC which does not ship with the stdint.h header for Linux.
c99int
- 兼容C99标准的stdint.h和兼容C99标准的inttypes.h-Compatible C99 C99 standard stdint.h and compatible standards inttypes.h
ostream
- Include the original <inttypes.h> if it exists, and if this file has not been included yet or if this file includes gnulib stdint.h which in turn includes this file.
stringify
- VS 2010 (_MSC_VER 1600) has stdint.h.
SkDisplayBounds
- Alternative stdint.h and stdbool.h headers are supplied in include c99 for systems that lack it.
ralloc
- Android defines SIZE_MAX in limits.h, instead of the standard stdint.h.
libc
- ISO C 99 <stdint.h> for platforms that lack it.
stdint
- size_t is defined by the GCC-specific <stddef.h>.
pubsync
- Use the real stdint.h if it s there (taken Paul Hsieh s pstdint.h). -Use the real stdint.h if it s there (taken Paul Hsieh s pstdint.h).
msinttypes-r26-fatal error C1083 stdint.h
- inttype类型定义,用于找不到头文件时可以自定义个文件既可(inttype type definition, can not be used to find a header file can be a custom file can be)
ST7920
- #include <htc.h> /* Global Header File */ #include <stdint.h> /* For uint8_t definition */ #include <stdbool.h> /* For true/false definition */ #include <delays.h>