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

搜索资源列表

  1. NO13

    0下载:
  2. 统计双字变量DDVAR的内容中二进制位是1的位数-Double word variable DDVAR statistical context is a bit of bits
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:563
    • 提供者:submarry
  1. counting

    1下载:
  2. 统计在双字变量DDVAR内容中二进制位是1的位数(masm编译通过!)-Statistics in the double word variable DDVAR content is a bit of bits
  3. 所属分类:汇编语言

    • 发布日期:2016-11-06
    • 文件大小:628
    • 提供者:张瑶
  1. lab3

    0下载:
  2. 从键盘接收输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。(输入学生个数<=50,可以不定) -Input from the keyboard to receive a ban of student achievement, and stored in 50 words grad
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1484
    • 提供者:李刚
  1. 1

    0下载:
  2. 1.屏幕出现菜单(格式自定,字体、字号、颜色) 2.菜单项目 ①屏幕显示一段文字,在下面照打。统计并显示打对和打错的个数以及正确率或成绩。 ②显示一段文字,在原文上覆盖打,打错时该字反显并响铃。统计并显示打对和打错的个数以及正确率或成绩。 ③建立一数组,用于保存打字者的名字和成绩,并能显示目前打字者的名次。-1. Screen menu (self-format, font, size, color) 2. Menu item ① text screen displa
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2848
    • 提供者:yaha
  1. E8251

    0下载:
  2. 8251自发自收实验。从键盘输入一个字符,将其ASCII码加1后发送出去,再接收回来在屏幕上显示,实现自发自收。 -8251 self-sending and self-receiving.Input a word from keyboard,then the project will let the ASCII code plus 1 and send back to the screen to show.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:867
    • 提供者:sunnielin
  1. 105a_wtdown

    0下载:
  2. 详细给出台湾NO.1 WORD宏病毒的源码,仅供学习-Taiwan' s NO.1 WORD macro virus source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:4092
    • 提供者:yangfu
  1. Archive

    0下载:
  2. 编制一程序,要求键入一个班的学生成绩,并存放于50字的ERADE数组中,然后根据ERADE中的成绩,把学生名次填入50字的RANK数组中,再按学号顺序把名次从终端上显示出来-The preparation of a procedure that requires the type 1 class student achievement, and stored in 50-word ERADE array, and then ERADE in the performance of their st
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1134
    • 提供者:ilsa
  1. rank

    3下载:
  2. 以grade为首地址的10个字的数组中保存了学生的成绩,其中grade+i保存学号为i+1的学生的成绩。要求建立一个10个字的rank数组,并根据grade中的学生成绩将学生名次填入rank数组中,其中rank+1的内容是学号为i+1学生的名次(一个学生的名次等于成绩高于该学生的人数加1)。-To grade, led the 10-word address stored in an array of student achievement, including grade+ i save th
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:644
    • 提供者:陈玉
  1. 3

    0下载:
  2. 用轻松汇编调试汇编语言例子(求双字DX:AX中的1的个数)-Easy assembly with debugging assembly language example (find double word DX: AX in the number of 1)
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:732
    • 提供者:梦飞琴谷
  1. Project1_Origin

    0下载:
  2. To manipulate arrays using assembly language.-## First declare an array A of integer numbers 3,7,12,15,21. ## The program prompt user for an input between 1-50. And count down the entered number to 0. Print out the result. ## Print out the conten
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2938
    • 提供者:kevin Hwang
  1. 1

    0下载:
  2. 汇编语言16位画圆程序 计算三角形水平边平方 计算半径r平方 双字减法,入口参量:bx减数的低16位,cx减数的高16位-Circle 16-bit assembly language program to calculate the level of the triangle the square of the radius r side of the square of double word compute the subtraction, the entra
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1120
    • 提供者:曲正钢
  1. 092

    0下载:
  2. 编写一个程序,记录某个字存储单元数据中1的个数,以十进制形式显示结果。 -Write a program to record a word in a data storage unit number to display the results in decimal form.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2606
    • 提供者:吴阳
  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. 1

    0下载:
  2. 将二进制字以十六进制方式显示,将二进制字以十六进制方式显示-Will the binary word to hex display Will the binary word to hex display
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:591
    • 提供者:潘多
  1. count-the-number-of-the-words

    0下载:
  2. 为一个字符串或者一段字符串(包括多个字符串)定义一个类Word,这个类至少包含2个成员变量,1是这个字符串(用指向动态数组的指针表示),2是字符串中单词的个数(若还需要其他成员变量,自己定义)。-how to count the number of the word
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1554766
    • 提供者:gao
  1. 22

    0下载:
  2. 查找匹配字符串 1.查找匹配字符串SEARCH 2.要求: 程序键入的一个关键字及句子,如果句子中不包含关键字,则显示“NO MATCH!”;如果句子中包含关键字,则显示该字在句子中的位置用十六进制数显示出来-Find a matching string 1 to find a matching string SEARCH (2) requirements: Program, type a keyword and sentence, if the sentence doe
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:932
    • 提供者:黄雨辰
  1. word

    0下载:
  2. 模拟实现WORD中“查找/替换”功能。程序结构的主要功能有三个:1.文件的打开与读写2.文件中单词的查找3.文件中单词的替换 -Simulation realize WORD "search/replace" function. The main function of the program structure are three: 1. The file open and reading and writing 2. File of words search 3. File of wor
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:98024
    • 提供者:周琳
  1. 1

    0下载:
  2. 汇编程序 文本方式下字处理程序的设计与实现-Design and Implementation of the word processing program in assembler text
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:19811
    • 提供者:包包
  1. Microsoft-Word-

    0下载:
  2. 1、 编制程序,将输入的一行字符加密和解密。加密时,每个字符依次反复加上“4962873”中的数字,如果范围超过ASCII码的032(空格)~122(‘z’),则进行模运算。解密与加密的顺序相反。编制加密和解密函数,打印各个过程的结果。(输出结果见课本183页8.4)-1, the preparation process will be a row of characters input encryption and decryption. Encryption, each character
  3. 所属分类:assembly language

    • 发布日期:2017-12-07
    • 文件大小:3679
    • 提供者:zengsuisui
  1. sum

    0下载:
  2. .org 3000 la r1, 9 counter for outer loop la r4, 36 initialize offset for saving area in memory lar r31, outerloop save target address for outerloop lar r30, innerloop save target address for innerloop outerloop: la r3, 0 initialize sum l
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:430642
    • 提供者:HoTaek Noh
« 12 »
搜珍网 www.dssz.com