搜索资源列表
StandardC99.pdf
- C语言C99标准,下载下来当字典用吧。下载下来后把zip后缀去掉即可。
WSBOOKC
- winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而
linklist
- 涵盖了常用的线性链表操作,符合c99标准-Generic link sequence list opterations.
C99
- C99的标准一直都是业界C和C++的标准,了解C的标准有利于写出更出色的代码-C99 has been the industry standard C and C++ standard, the standard understanding of C will help to write better code
X86IEE32
- 这个东西可以帮你解析执行32位的X86指令。不包括FPU,也不包括MMX之类的东西。代码符合C99标准,理论上应该没限制的,不过根据不同的编译器实现,需要修改下cpu_BasicType.h类型定义。测试时在VS2005(禁止语言扩展特性、/W4)和GCC 3.4(-std=c99 -O1或者-ansi -O1)中编译通过-This thing can help you resolve the implementation of the X86 32-bit instructions. Not
ANSI-C
- ANSI-C的标准详解,完全C99标准,不用花钱去购买了。-Detailed ANSI-C standard, full C99 standard, do not spend money to buy.
snprintf_2.2.tar
- 可移植的snprintf,遵循C99标准。-portable snprintf,comply with C99
C99(ISO_IEC_9899_1999)
- C语言国际标准C99(ISO_IEC_9899_1999),英文版-C language international standard C99
765657
- C99标准、CPP2003标准,精选ios编程学习源码,很好的参考资料。-C99 standard, CPP2003 standard, selection of learning IOS programming source code, a good reference.
c99int
- 兼容C99标准的stdint.h和兼容C99标准的inttypes.h-Compatible C99 C99 standard stdint.h and compatible standards inttypes.h
TSP-PROBLEM
- C99标准实现的动态规划法和分支定界法解决TSP问题-Dynamic Programming Method and Brand-and-Bound Method Solving TSP Problem Under C99 Standard
avahi-
- atlab的C编译函数mex时,定义了C99_OK的宏(EMDS/make_emdc.m (28行)),利用的是ANSI C99标准如果个人的电脑中没有相关- Matlab-HHT transform three ways three ways Matlab HHT transform Matlab
test_FFT
- FFT变换与带通滤波 C语言 c99标准 可采用codeblocks 编译-FFT变换与带通滤波 C语言 c99标准 可采用codeblocks 编译
C标准
- C语言规范标准-C99 ISOIEC 9899-201x-C语言标准规范(Standard standard for C language)
musl-1.1.18c
- Musl是一个轻量级的C标准库,设计作为GNU C library (glibc)、 uClibc或Android Bionic的替代用于嵌入式操作系统和移动设备。它遵循POSIX 2008规格和 C99 标准,采用MIT许可证授权,使用Musl的Linux发行版和项目包括sabotage,bootstrap-linux,LightCube OS等等。(musl is a libc,an implementation of the standard library functionality d