搜索资源列表
C++_stl
- C++ 标准库介绍,适合初学人员。 编写程序尽量用库函数,效率高
ANSIC
- 介绍了 ANSI C的标准库函数,便于查阅
Standard[2].C.library
- 标准C函数库 标准C函数库
c函数集
- c标准库函数使用手册
c库库
- C标准库 本文包括大部分C标准库函数,但没有列出一些用途有限的函数以及某些可以简单的从其他函数合成的函数,也没有包含多字节和本地化函数。
STL函数库
- STL最全的函数库,也包括标准c的库函数.从www.cplusplus.com网站整理.c++开发者最值得拥有的chm帮助文档.
C++中文帮助文档
- c和c++中文帮助文档,c的标准C库和c++的标准模板库的所有函数的介绍和使用方法
C-HandBook
- 标准C语言的函数库,可以随时查看,很详细,喜欢的朋友可以下载-Standard C language library, you can always see, in great detail, like a friend can be downloaded
IOSystemCall
- 在LINUX平台用c编程逆序一个文本文件,显示逆转结果的必须是原文件名。分别用两种方法:(task1):标准C的IO库函数(task2):Unix的IO数-In the LINUX platform using c programming reverse a text file, showing the result must be a reversal of the original file name. Were used in two ways: (task1): Standard C-I
Microstation-MDL-program-design
- MDL语言是一种结构化编程语言,它让我们生成一个应用程序的标准命令、函数和目标。MDL是这样一种语言,它采用C的结构,具有自己的运行时间库、编译程序、链接程序、库管理程序,并在MicroStation环境下运行。 本书将会结合MicroStation对MDL程序设计进行介绍,将MDL作为一种进入MicroStation内部来开发应用程序的工具。-MDL language is a structured programming language, it allows us to generate
msp430ac
- msp430标准c语言库函数是初学者必备的参考资料,高手也用的着,包含了全部的库函数-msp430 standard c library function is an essential reference for beginners, but also used a master containing all the library functions
c-function-data
- 关于c语言的函数使用手册,有c语言的标准函数库的介绍-C-language functions on the manual, there is a standard library c language introduction
libc-html_node.tar
- 标准C库函数介绍,关于linux环境下的-HOW to use standard C lib
C
- C语言的标准库函数,里面包含了函数的介绍及例子,非常全面-C language standard library functions, which includes the introduction of the function and example, very comprehensive
The-C-Standard-Library
- C标准库,对C自带的基本函数的说明进行介绍,对学习会有帮助的-C standard library of C comes with basic function are introduced, will be helpful in learning
IAR-C-430standard-library-functions
- 这个是IAR编译软件 C语言 MSP430单片机的标准库函数-This is the IAR Compiler MSP430 microcontroller C language standard library functions
C标准库-中文
- c语言标准库,包含c语言标准库中的函数的介绍(Introduce of functions in c standard library.)
Cprimerplus第六版答案
- 全书共17章。第1、2章学习C语言编程所需的预备知识。第3到15章介绍了C语言的相关知识,包括数据类型、格式化输入输出、运算符、表达式、流程控制语句、函数、数组和指针、字符串操作、内存管理、位操作等等,知识内容都针对C99标准;另外,第10章强化了对指针的讨论,第12章引入了动态内存分配的概念,这些内容更加适合读者的需求。第16章和第17章讨论了C预处理器和C库函数、高级数据表示(数据结构)方面的内容。附录给出了各章后面复习题、编程练习的答案和丰富的C编程参考资料。