搜索资源列表
differenct
- 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
cadremanager
- 是关于c++语言中派生类和对象的例子。是初学者了解此应用的很好的范例。同时,又有一定实际功能,可以用来进行人员管理
ne555
- 具体介绍了555的运用例子和各种电路的组成等,对要用555的初学者很有帮助和参考价值-Introduced a specific example of the use of 555 and various components such as circuit, 555 of the beginners to use and helpful reference value
11.doc
- 本文档是有关PID闭环控制的几个例子,对学习自动控制原理的朋友有很大的帮助!-This document is the PID closed-loop control of a few examples of automatic control theory of learning is very helpful friend!
ProE5.0-and-VS2008
- proe5.0的二次开发工具protoolkit在vs2008中的配置 最后有一个例子进行测试-the the the proe secondary development tools protoolkit in configuration in vs2008 last there is a small example test...
TheprincipleandexperimentalDHCP
- DHCP原理及实验资料,适合初学者,有关于DHCP的原理性介绍及使用例子的文档。-DHCP principle and experimental material, suitable for beginners, about the introduction and rational DHCP use example documents.
wenjianduqu
- c语言文件的建立,文件的读写操作。里面有大量例子供你学些-the establishment of the c language file, file read and write operations. There are plenty of examples for you to learn