代码转换工具:c99-to-c89
2022-02-08 09:06:32 2.33MB C99 C89 C99-to-C89
1
[数据结构与算法分析C++.描述].(美国)Mark.Allen.Weiss.扫描版.pdf ISOIEC+98992011_C(C99).pdf 标准C语言指南 完整带书签 清晰版.pdf
2022-01-23 15:30:04 131.95MB c指南 c99 数据结构 算法
1
中文翻译版
2022-01-17 19:04:47 1.22MB C99中文版 C语言标准
1
C99 标准完整版 最权威全英文版,不用再去找其他 的了
2021-12-27 22:00:34 3.33MB C99 标准
1
c/c++常用函数中文参考(c99标准api)。内容包含操作符优先级,ascii码对照表,c语言标准库,c++标准库,c++ STL等。
2021-11-29 16:07:32 116KB c/c++ api
1
DFT的matlab源代码meow_fft 我的轻松烦恼Wonderfull FFT 理查德·麦克斯韦(Richard Maxwell) 一个简单的,仅C99,仅标头,0条款BSD许可的快速傅立叶变换(FFT)。 例子 # define MEOW_FFT_IMPLEMENTATION # include < meow_fft.h > # include < malloc.h > void main ( char ** argv, int argv) { ( void ) argv; ( void ) argc; unsigned N = 1024 ; float * in = malloc ( sizeof ( float ) * N); Meow_FFT_Complex* out = malloc ( sizeof (Meow_FFT_Complex) * N); Meow_FFT_Complex* temp = malloc ( sizeof (Meow_FFT_Complex) * N); // prepare data for "in" array. // ... size_t
2021-11-21 20:47:02 15KB 系统开源
1
C语言 C99标准 INTERNATIONAL STANDARD ISO/IEC 9899:201x
2021-11-04 14:03:52 1.2MB c语言 C99 编程语言
1
NULL 博文链接:https://lippeng.iteye.com/blog/741031
2021-11-02 21:51:46 1.73MB 源码 工具
1
C99标准文档 Foreword ............................. xi Introduction ............................ xiv 1. Scope ............................. 1 2. Normative references ....................... 2 3. Terms, definitions, and symbols ................... 3 4. Conformance .......................... 7 5. Environment .......................... 9 5.1 Conceptual models ..................... 9 5.1.1 Translation environment ................ 9 5.1.2 Execution environments ................ 11 5.2 Environmental considerations ................. 17 5.2.1 Character sets .................... 17 5.2.2 Character display semantics .............. 19 5.2.3 Signals and interrupts ................. 20 5.2.4 Environmental limits ................. 20 6. Language ............................ 29 6.1 Notation .......................... 29 6.2 Concepts ......................... 29 6.2.1 Scopes of identifiers ................. 29 6.2.2 Linkages of identifiers ................. 30 6.2.3 Name spaces of identifiers ............... 31 6.2.4 Storage durations of objects .............. 32 6.2.5 Types ....................... 33 6.2.6 Representations of types ................ 37 6.2.7 Compatible type and composite type ........... 40 6.3 Conversions ........................ 42 6.3.1 Arithmetic operands ................. 42 6.3.2 Other operands ................... 46 6.4 Lexical elements ...................... 49 6.4.1 Keywords ...................... 50 6.4.2 Identifiers ...................... 51 6.4.3 Universal character names ............... 53 6.4.4 Constants ...................... 54 6.4.5 String literals .................... 62 6.4.6 Punctuators ..................... 63 6.4.7 Header names .................... 64 6.4.8 Preprocessing numbers ................ 65 6.4.9 Comments ..................... 66 6.5 Expressions ........................ 67 ... ... ... 7.22 Type-generic math ............... 334 7.23 Date and time .................. 337 7.23.1 Components of time ................. 337 7.23.2
2021-10-29 20:55:49 1.34MB C99 C99标准
1
C99 修订 TC2 , 替换掉C90
2021-10-04 17:00:06 2.64MB c99