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

搜索资源列表

  1. baogeascii

    0下载:
  2. 一、用表格形式显示字符 1、题目:用表格形式显示ASCII字符 2、实验要求: 按15行*16列的表格形式显示ASCII码为10H-100H之间的所有字符,即以行为主的顺序用ASCII码递增的次序依次显示对应的字符.每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开. 3、提示: (1)显示每个字符可能使用功能号为02的显示输出功能调用,使用方法如下: MOV AH,02H MOV DL,输出字符的ASCII码 INT 21H 本题中可
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1454
    • 提供者:庄宁文
  1. 7-3

    0下载:
  2. data array sdword 2 dup(?) str1 byte \"Please input one 32-bit sign number :\",0dh,0ah,0 str2 byte \"The result is : \",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,l
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:942
    • 提供者:张钊
  1. arm_push

    0下载:
  2. ARM push assembly example
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8786
    • 提供者:ChWeng
  1. pwr_mgmt

    0下载:
  2. This directory contains example ADSPBF535 code, written in assembly, that changes the frequency and voltage using the push button switches on the board.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7137
    • 提供者:gaofeng
  1. phone

    0下载:
  2. 在本次试验中需要注意基址寄存器BX的移动方法,对以字为单位的数组,BX的移动方式 是每移动一次加2或者减2 另外函数调用的过程中需要小心PUSH和pop的调用是否安全,例如在name_sort中pop CX的 时候没有先Push CX,导致了name_sort函数不可以调用 此程序使用比较高效的方法只是对号码单的首地址进行排序,为此开辟了一个地址数组 AdTable,类似C语言中的指针数组 在每个名字的前面存有每个名字的长度,有利于对名字进行比较,体现了空间
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1797
    • 提供者:朱旭浩
  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. Aexp8-1

    0下载:
  2. 声-光报警程序 运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作* 2.按下"q"或者"Q",退出-this is a sound-light alarm program. Steps:1. push switch3,starting alarm,push switch3 again,it will stop. 2. push Q then quit.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1444
    • 提供者:cjy
  1. c-Quelltexte

    0下载:
  2. * Servo control for max. 8 Servos an PB0 bis PB7. * Ext. Oszi. an T1 * Push Left an PD2 * " Right an PD3 * " Select Servo an PD4 -* Servo control for max. 8 Servos an PB0 bis PB7. * Ext. Oszi. an T1 * Push Left an PD2 * "
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:10208
    • 提供者:eco123u
  1. nwj

    0下载:
  2. 汽车自动报站器,当有键按下时,蜂鸣,显示站号和站名-when push the button,it tell you the state
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1326
    • 提供者:nwj
  1. VotingmachineNew

    0下载:
  2. voting machine code asm 4 users available voting by push button switches lcd output
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:984
    • 提供者:maniac
  1. masm

    0下载:
  2. win32 汇编语言 播放歌曲的小程序 完整 STACK SEGMENT DB 200 DUP ( STACK ) STACK ENDS CODE SEGMENT ASSUME DS:DATA,SS:STACK,CS:CODE START: MOV AX,DATA MOV DS,AX MOV aH, 0 MOV AL,00 INT 10H ********** 定义一个宏显示 waitf proc near
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:176720
    • 提供者:xuwenjiao
  1. 8086MASM

    0下载:
  2. 8086 汇编语言六大编程指令集 一、数据传输指令 它们在存贮器和寄存器、寄存器和输入输出端口之间传送数据. 1. 通用数据传送指令. MOV 传送字或字节. MOVSX 先符号扩展,再传送. MOVZX 先零扩展,再传送. PUSH 把字压入堆栈. POP 把字弹出堆栈. -8086 assembly language instruction set a six programming, data transfer instructions a
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:2474
    • 提供者:Alice
  1. Matriz_Push

    0下载:
  2. 89s52 matrix leds push button display message
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:85151
    • 提供者:carlos
  1. 58IVl7V7

    0下载:
  2. 推箱子游戏 只做到了前四关 有其他的内容可以继续补上-Push the case
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:82073
    • 提供者:史一凡
  1. AT90S2313-Push-Switch-Led-Blinking

    0下载:
  2. AT90S2313 Push Switch Led Blinking
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:24877
    • 提供者:vimal
  1. BlinkLED

    0下载:
  2. AT90S2313 Push Switch Led Blinking AT90S2313 Push Switch Led Blinking
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:575
    • 提供者:vimal
  1. CSharp-Tcp

    0下载:
  2. TCP同步在线推送 这个网站正垃圾别人的东西传上去不好意思为了下载点东西-TCP synchronous online push this website is a thing of the other people pass up to download something
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:136473
    • 提供者:习大大
  1. EWND

    1下载:
  2. OD插件 自动获取易语言窗体ID等等 push必备神器哦-OD widget automatically obtain easy language form the necessary push artifact ID, etc. Oh,
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:80818
    • 提供者:sama
  1. anjian

    0下载:
  2. 单片机89C51控制按键按钮,可以使用按键完成其功能-89C51 microcontroller control push buttons, you can use the button to perform its function
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:168130
    • 提供者:韦结
  1. t1.txt

    0下载:
  2. toggle relay based on switch first and second based on push button switch AVR Code
  3. 所属分类:assembly language

    • 发布日期:2017-05-06
    • 文件大小:801213
    • 提供者:suhas
« 12 »
搜珍网 www.dssz.com