搜索资源列表
C++程序设计语言(特别版)
- 本书介绍了标准C++以及由C++所支持的关键性编程技术和设计技术。标准C++较以前的版本功能更强大,其中许多新的语言特性,如名字空间、异常、模板、运行时类型声明等使得新技术得以直接应用。本书围绕语言及库功能来组织,内容涉及C++的主要特征及标准库,并通过系统软件领域中的实例解释说明一些关键性的概念与技术。 本书的目的就是帮助读者了解C++是如何支持编程技术的,使读者能从中获得新的理解,从而成为一名优秀的编程人员和设计人员。适合做
数据结构 C++语言描述--应用标准模板库代码
- 数据结构 C++语言描述--应用标准模板库(STL)(第2版)书中代码。
TC api文档
- C语言函数库,包含所有的C语言函数-C language library that encompasses all the C language function
tcFunction_search
- c语言标准库函数速查手册电子版-c language standard storehouse function speed-searches the handbook electron version
100道C语言经典实例
- 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong refere
regexpp3.tar
- 最牛的C++语言正则表达式库 regex++即将被纳入c++语言标准库成为c++语言不可分割的一部分,这也可以看出这个库的厉害之处。这个库本身是boost库的一部分,但是boost太大,使用不便。这是该库的作者独立发行的安装包。-C language is a regular expression library regex about to be incorporated into the standard language fo
course3
- C语言试题库及出题系统,可以导入试题,定制试卷,出题及修改试题,同时带上标准答案.-C language and the questions out systematically, into the questions, customized paper, and revise the topic questions, Meanwhile onto the standard answer.
C_lib
- C语言函数库的源代码,不是函数库的应用和资料,是各个标准函数的源代码-C language source code library, not the application of library and information standards is a function of various source code
glibc-2.9
- C 标准库函数最新实现,自 GNU 官方网站。版本 2.9. 学习 C 语言的人值得一看。-C standard library function, the latest achievement, from the GNU official website. Version 2.9. To learn C language, are worth a visit.
12864drive-string-codes
- LCD12864的驱动程序,可建头文件使用, C语言标准库中字符串的代码-LCD12864 driver can be built using header files, C language standard library code in a string
C-library-
- 关于C语言标准库函数的说明,包涵文件,用法及返回-On the C language standard library functions that it covers documentation, use and return
C-standard-library
- 一篇详细解读C语言标准库的文档,包含了许多常用的,基本的库函数。-A detailed interpretation of the C language standard library of documents, including many common, basic library functions.
C-standard-library
- 一篇详细解读C语言标准库的文档,包含了许多常用的,基本的库函数。-A detailed interpretation of the C language standard library of documents, including many common, basic library functions.
C
- C语言标准库,其中包含了各种C语言标准库函数的实现和书写,包括文件操作,数据类型和网络编程-the C language stand include printf fopen fwirte and so no
C标准库源代码
- C语言标准库文件源码,有需要的可以参考,比较完整(C language standard library files, if you have a need to make reference to it)
C语言题库
- 看看就好,标准答案,没事的时候练一练,其实也就是学校C语言上机机考答案(You can have a look, regard it as practicing and exercises)
C标准库-中文
- c语言标准库,包含c语言标准库中的函数的介绍(Introduce of functions in c standard library.)
C语言标准库函数
- C语言标准库函数介绍,可以在使用过程中起到事半功倍的效果(Introduction of C language standard library function)
stdLib
- 重构C语言标准库的部分功能函数。memcpy, memcmp, memset, strlen,strcmp,strcpy,strfind.(Refactoring the functional functions of the C language standard library. memcpy, memcmp, memset, strlen,strcmp,strcpy,strfind.)
《C语言程序设计现代方法》课后答案
- 《C语言程序设计现代方法》最主要的一个目的就是通过一种“现代方法”来介绍C语言,实现客观评价C语言、强调标准化C语言、强调软件工程、不再强调“手工优化”、强调与c++语言的兼容性的目标。《C语言程序设计现代方法》分为C语言的基础特性。C语言的高级特性、C语言标准库和参考资料4个部分。每章都有“问与答”小节,给出一系列与本章内容相关的问题及其答案,此外还包含适量的习题。