搜索资源列表
differenct
- 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
msp430_serial_programming_skills
- msp430串口编程与调试技巧,介绍如何设置串口速率,如何初始化串口参数-msp430 serial programming and debugging skills on how to set the serial rate, how to initialize the serial port parameters and so on and so on
NetInitial
- 说明如何对网卡初始化,采用芯片RTL8100系列或者RTL8019-How to initialize the network card using chip RTL8100 or RTL8019 Series
adi_ssl_Init
- The files adi_ssl_init.h and adi_ssl_init.c are used to define the functions adi_ssl_Init() and 慳di_ssl_Terminate()?which initialize and terminate all the Blackfin System Services in the appropriate order, for a particular EZ-Kit, depending
SSL-connection
- 详细介绍了SSL的实现,包括SSL初始化、建立SSL新连接、SSL通信、SSL释放以及SSL实现分析等等。-Introduce the realization of SSL,include the initialize of SSL\build new SSl connection\SSL communication\SSL realse and the analysis of SSL realization and so on.
nokia1100lcd
- a project that initialize and show some pictures and texts to the nokia 1100 lcd screen
Example_281xEvPwm
- 该程序用来生成pwm波形,是一个工程项目,头文件和初始化都有。-The program used to generate pwm waveform, is a project header files and initialize all.
01259361tubianlideyanshi
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<
TMS320LF2812C
- 2812初始化模块C代码及完整结构头文件。sci/spi等-2812 to initialize the module structure of C code and the complete headers. sci/spi, etc.
hd66789rev2
- This program is Initialize for LCD Driver IC. It s HD66789
GPRS-Data-Transfer
- 0 IP INITIAL 初始化 ( Original value.) 1 IP START 启动任务 ( login configuration.) 2 IP CONFIG 配置场景 ( Start LCP,NCP and IP) 3 IP IND 接受场景配置 no used 4 IP GPRSACT 场景已激活 (IP connection success) 5 IP STATUS 获得本地IP 地址 (Get local IP address)
sdcard
- SD卡_SPI总线协议 SD卡初始化及读取程序-SD card _SPI bus protocol SD card to initialize and read the program
EvPwm02
- 2812 PWM程序:初始化EVA,使得PWM1和PWM2输出互补的周期为1KHz的PWM波,占空比初始化为10 ,死区时间为4.27us-2812 PWM procedures: Initialize EVA makes PWM1 and PWM2 output complementary cycle 1KHz PWM wave, 10 duty cycle initialization, deadtime 4.27us
vega
- 详细的记载了学习vega时候笔记,如特殊效果初始化,火焰特效,大地形数据库的管理-Detailed records of learning when vega notes, such as special effects initialize flame effects, terrain database management
nRF_SPIInit_DataSeRe
- nRF24L10p与STM32F103xx连接后SPI初始化与数据收发代码。-SPI initialize and DATA send and receive code of nRF24L10p connected with STM32F103xx series.
iic
- 专业级飞思卡尔s12单片机,iic初始化及输入采集程序,初学者勿点-The professional level Freescale s12 microcontroller, iic the initialize and input acquisition program, beginners do not point
matrice-linear
- Initialize the variables Calculates products and standards Determination of matrices B, C and D After execute this command we find that p is the max of the third and column position q Resolution of the system of equation Resolution of
MSP430__URRT
- msp430f149串口初始化与收发程序-Initialize msp430f149 serial and transceiver procedures
Tiva-C-Series-PinMux-Utility
- 针对TI的ARM LM4F系列MCU的管脚复用功能的软件工具。通过这个工具,我们将能很容易的了解芯片的管脚复用情况和优先次序选择。-TI’s Tiva C Series PinMux Utility provides a quick and easyto- use tool for confi guring the GPIOs on Tiva C Series microcontrollers. Whether you are an experienced fi rmware eng
handlingArray
- 实现数组常见操作,包括: (使用输入值初始化数组) (使用随机数初始化数组) (打印数组) (对所有元素求和) (找出最大元素) (找出最大元素的最小下标值) (随意打乱) (移动元素) -Implementing common operations of array, including: (Use input values to initialize the array) (using a random number to