搜索资源列表
baseboot-8695
- ks8695 bootloader初始化代码,包含内存初始化,flash初始化及堆栈初始化,并最终中转到C语言入口-ks8695 Bootloader initialization code, including memory initialization, Initialization and flash stack initialization, and eventually change to the C language entrance
49636934Asm
- A1.asm 显示程序实验 STACK1 SEGMENT STACK DW 256 DUP(?) STACK1 ENDS DATA SEGMENT USE16 MES1 DB Show a as hex: ,0AH,0DH, $ SD DB a
闰年计算
- data segment ;定义数据段 infon db 0dh,0ah,'Please input a year: $' Y db 0dh,0ah,'This is a leap year! $' N db 0dh,0ah,'This is not a leap year! $' w dw
Vxwork5.6_usb.zip
- USB source code of Vxworks 5.6. It has device and the host stack. ,source code of USB 5.6 Vxworks. It has devic e and the host stack.
boot
- s3c44b0初始化的引导程序,包括系统初始化,定义堆栈,进入主程序。-S3C44B0 guidance initialization procedures, including system initialization, the definition of the stack into the main program.
bcd
- 单字节十六进制整数转换成单字节BCD码整数 入口条件:待转换的单字节十六进制整数在累加器A中。 出口信息:转换后的BCD码整数(十位和个位)仍在累加器A中,百位在R3中。 影响资源:PSW、A、B、R3 堆栈需求: 2字节-Single-byte hexadecimal integer into BCD code single-byte integer entrance conditions: to be the conversion of single-byte hexade
Sack
- 栈的基本应用!-The basic application stack!
mwyy
- 数据结构实习作业 魔王与语言 栈的应用-Data structure and language training operations devil Application Stack
lianzhan
- 链栈实现栈的基本操作,出入栈,删除元素,判空,销毁,清空。-Stack stack chain to achieve the basic operation, access to the stack, delete the elements, space-contracting, destruction, empty.
shunxuzhai
- 实现顺序,栈的小程序,C语言开发,简单,明了.-Implementation order, stack applet, C language development, simple, straightforward.
10to8
- 10进制与2进制之间的转换,方便而简单,用栈实现-10 M and 2 conversion between hexadecimal, convenient and easy, using the stack implementation
weiji
- 微机原理实验报告学习利用编译错误信息进行程序修改;(程序包含一个语法错误和一个逻辑错误) 学习程序流程控制: 条件跳转指令ja jb call指令,观察程序执行时堆栈的变化(学会用debug –g命令设置断点); -Computer experiment to study the use of the report compiled for the procedure to amend an error message (program contains
AT89C51
- 入口条件:被除数在R2、R3、R4、R5中,除数在R6、R7中。 出口信息:OV=0时商在R2、R3中,OV=1时溢出。 影响资源:PSW、A、B、R1~R7 堆栈需求: 5字节 -Entrance requirements: dividend in R2, R3, R4, R5, the divisor in the R6, R7 in. Export information: OV = 0 when in R2, R3 in, OV = 1 when overflow. T
LEDBLINK
- 发光管轮流闪烁 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等-LED flashes alternately 44binit.s---- interrupt initialization, memory, stack, system initialization, the establishment of C runtime environment p
test_beep
- 练习:蜂鸣器的周期鸣叫,汇编语言 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等-Practice: the cycle buzzer call, assembly language 44binit.s---- interrupt initialization, memory, stack, system initialization, the esta
stack
- 有关堆栈方面研究的11篇文章,感兴趣的人可以研究一下。-Study of the stack of 11 articles of interest can be studied.
stack.tar
- stack-stack
x86-Assembly-Registers-and-the-Stack
- x86 Assembly Registers and the Stack
Chain-store-stack-class-
- Chain store stack class,Dev C++
stack
- 数据结构:用栈的思想实现公式运算,符号@标志结束(Using the idea of stack to implement the formula operation, the sign @ sign is over)