调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。
上传时间: 2015-08-08
上传用户:ZJX5201314
堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在一块区域, 未初始化的全局变量和未初始化的静态变量在相邻的另一块区域。 - 程序结束后有系统释放 4、文字常量区—常量字符串就是放在这里的。 程序结束后由系统释放 5、程序代码区—存放函数体的二进制代码。 二、例子程序
上传时间: 2013-12-23
上传用户:yzhl1988
bluez is the standed offical bluetooth stack with all lib source under linux.
标签: bluetooth standed offical source
上传时间: 2014-05-25
上传用户:稀世之宝039
LPC214x USB stack LPC214x usb 协议
上传时间: 2013-11-29
上传用户:笨小孩
teach you to use java to implement STACK aghotim etc... java function have fun
标签: java implement function aghotim
上传时间: 2014-01-24
上传用户:清风冷雨
Release notes ST7 Assembler-Linker (ST7-ASM) ASM 4.49, LYN 3.16
标签: Assembler-Linker ASM Release notes
上传时间: 2014-07-08
上传用户:luopoguixiong
vawecom gsm modem gsm,gprs,ip stack documentation
标签: documentation gsm vawecom modem
上传时间: 2015-09-02
上传用户:chenlong
RTL-lwIP is the porting of the lwIP TCP/IP stack to RTLinux-GPL.The focus of the RTL-lwIP stack is to reduce memory usage and code size, making RTL-lwIP suitable for use in small clients with very limited resources such as embedded systems.
标签: RTL-lwIP the stack RTLinux-GPL
上传时间: 2015-09-05
上传用户:
it is used for initializing stack and c environment .you can open it with ADS 1.2,It is only experiment plan for your study!
标签: initializing environment stack it
上传时间: 2014-01-05
上传用户:xuanjie
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.cpp
标签: options other Predefined setting
上传时间: 2014-12-21
上传用户:zhangliming420