搜索资源列表
Convertor_src
- VC版本2,8,16等进制转换,算法全部又C语言标准库编写.-VC version CLP.Biopterin as base for the conversion, the algorithm also all standard C language library prepared.
regexpp3.tar
- 最牛的C++语言正则表达式库 regex++即将被纳入c++语言标准库成为c++语言不可分割的一部分,这也可以看出这个库的厉害之处。这个库本身是boost库的一部分,但是boost太大,使用不便。这是该库的作者独立发行的安装包。-C language is a regular expression library regex about to be incorporated into the standard language for c c become an integral part
tcFunction_search
- c语言标准库函数速查手册电子版-c language standard storehouse function speed-searches the handbook electron version
qqqqq
- 用vc开发动态链接库.chm动态链接库(DLLs)是从C语言函数库和Pascal库单元的概念发展而来的。所有的C语言标准库函数都存放在某一函数库中,同时用户也可以用LIB程序创建自己的函数库。在链接应用程序的过程中,链接器从库文件中拷贝程序调用的函数代码,并把这些函数代码添加到可执行文件中。这 种方法同只把函数储存在已编译的.OBJ文件中相比更有利于代码的重用。
数据结构 C++语言描述--应用标准模板库代码
- 数据结构 C++语言描述--应用标准模板库(STL)(第2版)书中代码。
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.
C-library-
- 关于C语言标准库函数的说明,包涵文件,用法及返回-On the C language standard library functions that it covers documentation, use and return
c语言的AES加解密算法
- aes加解密算法C语言实现,纯C语言实现,不调用任何标准C外的函数库,分为加密和解密两个c源文件,由于是纯C语言实现,适合于移植到其他操作系统,如LINUX等,
12864drive-string-codes
- LCD12864的驱动程序,可建头文件使用, C语言标准库中字符串的代码-LCD12864 driver can be built using header files, C language standard library code in a string
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
Modbus.C
- Modbus C语言标准库,C语言,Keil C51-Language standard library Language standard library Language standard library
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)
C++标准函数库
- C语言,C++编程标准库,使用库,功能库,初级库,简单易学库。(java standard library)
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语言的用法和规则。(Use a narcissus program to show the basic usage of the C language.)