搜索资源列表
C++bianchengjichubiaozhunkubiancheng
- <C++编程基础库标准编程>自带光盘源码.码
thinkinC++code
- C++编程思想 第一卷:标准C++导引(美)Bruce Eckel著
xcjjdfj
- 《标准C++宝典》源码-"Both the standard C" source code
candc++languagereference
- 很好的一本工具书,提供了C/C++函数查询,分为以下几个方面阐述,预处理命令、关键字、标准C的I/O,String,Charactor,Math,Time,Data,Memory,以及C++的I/O,String,及标准模版类。推荐。
C_StandardLibSources
- C语言的标准库源代码,值得学习,研究与分析。-C language standard library source code, it is worth learning, research and analysis.
c
- 标准C语言学习代码,可以为初学者提供入门帮助。-Standard C language code, you can provide help getting started for beginners.
c
- C程序设计语言 第2版描述的是ANSI标准定义的C语言-C programming language described in version 2 is defined in ANSI standard C language
CppLibFunction
- C++的库函数,C/C++ 语言参考,包括C++ 标准模板库,标准 C 库.-C++ library function, C/C++ Language Reference, including the C++ Standard Template Library, Standard C library.
CUnleashed
- 《标准C语言实用全书》,Richard Heathfield、Lawrence Kirby等著。全书分为三个部分:C语言基础知识、数据结构、高级专题。另外压缩包里面附有该书的全部例子代码。-" Standard C language and practical book" , Richard Heathfield, Lawrence Kirby waiting. The topics are divided into three parts: C language base
CPP123
- C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ C++ I/O
CERT-C-Programming-Language-Secure-Coding-Standard
- CERT C Programming Language Secure Coding Standard,卡耐基梅隆大学计算机研究中心关于安全C语言编程的标准文档,非常有学习的必要。-CERT C Programming Language Secure Coding Standard, Carnegie Mellon University computer research center on security standards for C programming language docu
scale
- 做标平分库,标准c++ 相当好-good goog very good
C
- 微软自带计算器标准,日文版C#小型计算器,有加减乘除功能,程序繁冗,界面精致-Microsoft' s own standard calculator, the Japanese version C# small calculators, multiplication and division with addition and subtraction functions, procedures burdensome, interface refinement
ex1
- "纯汇编语言和rts.lib链接" 运行时支持库rts.lib,rts.lib包括标准C函数和编译器管理C环境的函数 rts.lib中包含的启动目标代码boot.obj,boot.obj初始化运行环境。 boot.obj中包含复位入口点函数 _c_int00,它是芯片复位时入口向量。-Pure assembly language and rts.lib link runtime support library rts.lib rts.lib including the sta
huffman.c
- C语言版哈夫曼树,满足书上的所有要求,而且标准无误-C language version of the Huffman tree to meet all the requirements in the book, and the standard is correct
C
- C语言标准库,其中包含了各种C语言标准库函数的实现和书写,包括文件操作,数据类型和网络编程-the C language stand include printf fopen fwirte and so no
C-Sharp-Rain-flow-counting-method
- C#编写的基于ASTM_E1049-85标准的雨流计数法 用 C # 语 言 开 发 的 雨 流 统 计 法 。 通 过 实 例 详 细 讲 述 雨 流 统 计 过 程
FFT-and-FFT-2D-ANSI-C
- 标准C语言实现的一维和二维快速傅里叶变换代码,代码运行时不需要额外占用多余的内存空间,简单易用,具体可见代码说明。-FFT and 2 dimension FFT algorithm acommplished with ANSI C.It occupies the least memory space while running after embeded into you project.The source code is easy and brief,you can check the t
C++標準庫示例
- C++标准库示例,包含了测试代码,来源候捷C++课程(c++ standard library)
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c