CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - stack

搜索资源列表

  1. baseboot-8695

    0下载:
  2. ks8695 bootloader初始化代码,包含内存初始化,flash初始化及堆栈初始化,并最终中转到C语言入口-ks8695 Bootloader initialization code, including memory initialization, Initialization and flash stack initialization, and eventually change to the C language entrance
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12047
    • 提供者:flyhorse
  1. 49636934Asm

    0下载:
  2. A1.asm 显示程序实验 STACK1 SEGMENT STACK DW 256 DUP(?) STACK1 ENDS DATA SEGMENT USE16 MES1 DB Show a as hex: ,0AH,0DH, $ SD DB a
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:28454
    • 提供者:bob
  1. 闰年计算

    0下载:
  2.  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
  3. 所属分类:汇编语言

    • 发布日期:2008-12-24
    • 文件大小:10752
    • 提供者:jackdawson0@
  1. Vxwork5.6_usb.zip

    0下载:
  2. 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.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:77352
    • 提供者:jose
  1. boot

    0下载:
  2. s3c44b0初始化的引导程序,包括系统初始化,定义堆栈,进入主程序。-S3C44B0 guidance initialization procedures, including system initialization, the definition of the stack into the main program.
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:4350
    • 提供者:zhaoyanxiang
  1. bcd

    0下载:
  2. 单字节十六进制整数转换成单字节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
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:2357
    • 提供者:陈宁
  1. Sack

    0下载:
  2. 栈的基本应用!-The basic application stack!
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:文浩
  1. mwyy

    0下载:
  2. 数据结构实习作业 魔王与语言 栈的应用-Data structure and language training operations devil Application Stack
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1000
    • 提供者:wanglei
  1. lianzhan

    0下载:
  2. 链栈实现栈的基本操作,出入栈,删除元素,判空,销毁,清空。-Stack stack chain to achieve the basic operation, access to the stack, delete the elements, space-contracting, destruction, empty.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1466
    • 提供者:林风
  1. shunxuzhai

    0下载:
  2. 实现顺序,栈的小程序,C语言开发,简单,明了.-Implementation order, stack applet, C language development, simple, straightforward.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4015
    • 提供者:无所谓
  1. 10to8

    0下载:
  2. 10进制与2进制之间的转换,方便而简单,用栈实现-10 M and 2 conversion between hexadecimal, convenient and easy, using the stack implementation
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:535
    • 提供者:许龙飞
  1. weiji

    0下载:
  2. 微机原理实验报告学习利用编译错误信息进行程序修改;(程序包含一个语法错误和一个逻辑错误) 学习程序流程控制: 条件跳转指令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
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:5729
    • 提供者:宋立泉
  1. AT89C51

    0下载:
  2. 入口条件:被除数在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
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:17431
    • 提供者:王海峰
  1. LEDBLINK

    0下载:
  2. 发光管轮流闪烁 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
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:128645
    • 提供者:bill
  1. test_beep

    0下载:
  2. 练习:蜂鸣器的周期鸣叫,汇编语言 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等-Practice: the cycle buzzer call, assembly language 44binit.s---- interrupt initialization, memory, stack, system initialization, the esta
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:101145
    • 提供者:bill
  1. stack

    0下载:
  2. 有关堆栈方面研究的11篇文章,感兴趣的人可以研究一下。-Study of the stack of 11 articles of interest can be studied.
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2320977
    • 提供者:王升
  1. stack.tar

    0下载:
  2. stack-stack
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:89072
    • 提供者:xuan1857
  1. x86-Assembly-Registers-and-the-Stack

    0下载:
  2. x86 Assembly Registers and the Stack
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:185688
    • 提供者:Hidden Dragon
  1. Chain-store-stack-class-

    0下载:
  2. Chain store stack class,Dev C++
  3. 所属分类:assembly language

  1. stack

    0下载:
  2. 数据结构:用栈的思想实现公式运算,符号@标志结束(Using the idea of stack to implement the formula operation, the sign @ sign is over)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-21
    • 文件大小:1681408
    • 提供者:赵自由
« 12 3 4 »
搜珍网 www.dssz.com