资源列表
functions-of-C-language
- 《C语言库函数实用大全》,C语言常见函数的详细介绍。帮助了解函数的具体用法-functions of C language
C-language-shen-du-pou-xi
- 《C语言深度剖析》详细介绍C语言的许多问题,《C语言深度剖析》-C yu yan shen du pou xi
xu-shi-liang-suan-fa
- 《许士良常用算法程序集C语言》,具体内容可以从名字上可以看出-xu shi liang suan fa
DemoCalculatorLib
- 简易的计算器程序,基于VS2008开发平台,带运算记录功能-Simple calculator program, based on the VS2008 development platforms, with the operation record
Recursion
- 一个递归小程序,并且带有性能检测,一个比较差的程序。-A small recursive program, and with performance testing, a relatively poor program.
NCURSES-Programming-HOWTO
- How to use NCurses in C
string_quick_ref
- An AnsiString class reference
achieve-the-hex-string-to-decimal-
- 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Descr iption: can be any hex conversion
High-level-C-language-programmers-
- 高级C语言程序员测试必过的十六道最佳程序,面试的时候好好准备,加油-High-level C language programmers will test over the sixteen best program, the interview well prepared, come on! ! !
queue
- 队列的一系列操作源码,非常经典,非常实用,适合经常要用队列的同学。-Source queue a series of operations, very classic, very useful for the students often use the queue.
The-C-Programming-Language-2Nd-Ed
- 一本关于C语言的好书籍,尤其是对初学者有一定的帮助。-A good book on the C language, especially for beginners with some help.
the-use-of-variable-
- 变量代表了一段可操作的内存,也可以认为变量是内存的符号化表示。当程序中需要使用内存时,可以定义某种类型的变量。此时编译器根据变量的数据类型分配一 定大小的内存空间。程序就可以通过变量名来访问对应的内存了。 如果说变量的数据类型决定了对应内存的大小,那么存储类型则影响着对应内存的使用方式。所谓使用方式,具体说就是在什么时间、程序的什么地方可以 使用变量,即变量的生命周期和作用域。 先了解一些基本常识。一、在程序运行时内存中有三个区域可以保存变量:静态存储区、栈(stack)