搜索资源列表
tcFunction_search
- c语言标准库函数速查手册电子版-c language standard storehouse function speed-searches the handbook electron version
qqqqq
- 用vc开发动态链接库.chm动态链接库(DLLs)是从C语言函数库和Pascal库单元的概念发展而来的。所有的C语言标准库函数都存放在某一函数库中,同时用户也可以用LIB程序创建自己的函数库。在链接应用程序的过程中,链接器从库文件中拷贝程序调用的函数代码,并把这些函数代码添加到可执行文件中。这 种方法同只把函数储存在已编译的.OBJ文件中相比更有利于代码的重用。
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等,
Cfunction
- C语言库函数查询———提供标准c函数和linux下的c函数查询-C language library function provides a standard query--- c function and c under linux function query
The-C-programming-Language-
- 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Denn
Quick-C-language-function
- C语言函数速查.chm,包含了C语句的标准库函数-Quick C language function. Chm, contains the standard C library functions statement
c-language-standard-library
- c 语言 标准函数库 集合 大全 chm格式-c language standard library collection
Cstdlib
- TC的库函数详解 C语言标准库函数的参考-Detailed TC C language library functions reference standard library functions
C-standard-library
- 一篇详细解读C语言标准库的文档,包含了许多常用的,基本的库函数。-A detailed interpretation of the C language standard library of documents, including many common, basic library functions.
CPP
- C语言标准库函数大全,常用的函数都包括,是很全面的-Grade C standard library functions, commonly used functions are included, is very comprehensive
C-standard-library
- 一篇详细解读C语言标准库的文档,包含了许多常用的,基本的库函数。-A detailed interpretation of the C language standard library of documents, including many common, basic library functions.
UART4_Printf_Scanf
- STM32F4串口程序,重定向C语言标准库函数pritnf和scanf到STM32F4的串口,这样程序中就可以使用printf和scnaf来做人机交互.-STM32F4 serial program, redirect C language standard library functions pritnf and scanf to STM32F4 serial, so the program can use printf and scnaf do human-computer interact
C
- C语言标准库,其中包含了各种C语言标准库函数的实现和书写,包括文件操作,数据类型和网络编程-the C language stand include printf fopen fwirte and so no
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.)