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

搜索资源列表

  1. numbers

    0下载:
  2. 统计一串字符中正负数的个数,并且将结果显示在屏幕上-Statistics the number of a string of characters, Zhongzheng negative, and the results displayed on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:703
    • 提供者:芮婷
  1. character--and--case--calculation

    1下载:
  2. 小程序:先在屏幕上显示“input string,”,输入字符串 再显示“result=”。如为0~9的数字,则计数器加1,如为非数字,则直接显示,但不计数。-small routine:first show “input string,”on the screen ,then input string then show"result="。for example"0~9",couter+1,if it is not number,then show i
  3. 所属分类:汇编语言

    • 发布日期:2013-11-18
    • 文件大小:517
    • 提供者:张双鸣
  1. test3

    1下载:
  2. 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作 -1. Random input from the keyboard dozens of data, statistics on the number of negative and di
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:6926
    • 提供者:hyx
  1. MASM

    0下载:
  2. 将键盘收到的四位十六进制数转换为十进制数,再显示在屏幕上。-Four received the keyboard hexadecimal number to decimal number, and then displayed on the screen.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:193097
    • 提供者:玉琴
  1. ball_sub

    0下载:
  2. 通过8086汇编语言实现在屏幕上显示一个在边界碰撞的小球-Emulate a ball in the boarder of window
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:813
    • 提供者:bo0od
  1. Qn8035_sdk_driver_v1.6_111710

    0下载:
  2. 万能屏幕驱动调控程序,附源码,感兴趣的多学习哈,-Screen drive control program, with source code
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:316338
    • 提供者:黄魁
  1. 123

    0下载:
  2. 该对象可以完成屏幕图像截取操作,控制鼠标,键盘,如此便可以轻而易举地实现远程服务器的控制。本文向大家介绍如何用Java Robot对象实现远程服务器的控制,并给出了相应的Java源代码。
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:60626
    • 提供者:徐云
  1. MASM

    1下载:
  2. 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
  3. 所属分类:assembly language

    • 发布日期:2016-01-26
    • 文件大小:31001
    • 提供者:张陆军
  1. time

    0下载:
  2. 一个中断处理程序,要求在主程序运行过程中,每隔20秒响铃一次,同时在屏幕上显示信息”The bell is ring!”,按键后恢复原状。-An interruption of treatment procedures, the requirements at the main program is running, every 20 second ring time, at the same time information on the screen " The bell is r
  3. 所属分类:汇编语言

    • 发布日期:2013-12-05
    • 文件大小:615
    • 提供者:sixire
  1. littlebird

    0下载:
  2. 用汇编语言写成的小游戏,小鸟在屏幕上飞过,比较简单-Written in assembly language of the game, birds flying on the screen, relatively simple
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:538
    • 提供者:FranciseLee
  1. huibian

    0下载:
  2. 使用汇编语言编写程序,编写DOS下的TYPE命令,实现将磁盘中的某个已有的TXT文件的内容显示出来,要求程序在运行时先提示“Enter pathname:”,等待用户从键盘输入带路径的文件名,并在屏幕上显示此文件的内容,如没有此文件应有出错信息提示“Error”。-Assembly language programming, written under DOS TYPE command to achieve a disk in the TXT file contents have been s
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3945
    • 提供者:kelly
  1. showoutinasccode

    0下载:
  2. 程序把BX 寄存器内的十六进制数以 ASCII 码的形式在屏幕上显示出来。-the source code help what is in BX print out in asc
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:2851
    • 提供者:christian
  1. fly1

    0下载:
  2. 鸟的飞翔 用intel8086汇编语言编写程序,使一只鸟的图形飞过屏幕。飞鸟的动作可由小写字母v变成破折号来模仿。两个字符先后在两列上交替显示. -Birds fly by intel8086 assembly language programming, so that a bird flew over the graphics screen. Action by the birds into a dash lower case letters v to imitate. Has two
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:675
    • 提供者:王亚楠
  1. snow

    0下载:
  2. vb模拟雪花,想要电脑屏幕上有令人动容的雪花吗,想不到vb也能做到-vb simulated snow, want to have a computer screen you moving snow, can not think can be done vb
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:15883
    • 提供者:晓宇
  1. game123

    0下载:
  2. 基于汇编语言的小游戏.. 从屏幕上自动生成小球并下落,挡板接到小球则加分。 -game123
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:2736
    • 提供者:chenlin
  1. 8253_timer

    0下载:
  2. 8253计时器用手动逐个输入单脉冲,编程使计数值在屏幕上显示,并同时用逻辑笔观察OUT0电平变化-8253 timer manually individually input single pulse, programming the count value displayed on the screen, and at the same logical document observation the OUT0 level changes
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:3095
    • 提供者:李翔辉
  1. 2_1

    0下载:
  2. 计算杨辉三角形的前n(n<=10)行,并显示在屏幕上。要求计算及显示 用子程序形式实现。其显示格式为: 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1-Yang hui triangle calculation of n n < = before 10) line, and displayed on the screen. Requirements calculation and display Use subr
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2155
    • 提供者:skyfish
  1. dynamic_pic

    0下载:
  2. 汇编:动态的标题栏与图形。在屏幕中央动态的画一个彩色的圆环。画圆环的过程中变换两种颜色。-Series: dynamic title bar and graphics. In the dynamic center of the screen to draw a colored circle. Ring in the process of painting two color change.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:35501
    • 提供者:刘枫
  1. clock

    0下载:
  2. 调用系统时间,在屏幕上显示出来;获取键盘的按键值,判断键值并退出系统 -Call system time displayed on the screen access to the keys of the keyboard, the key to determine and exit the system
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:2653
    • 提供者:黄渊
  1. move

    0下载:
  2. 输入一个字符串,回车后,该字符串变成蓝底黄字,且在屏幕移动碰到边缘弹回,一直这样持续下去,直到有按键退出.-Enter a string, return, the character string into a blue yellow and touched the edge of the screen of mobile shell back, always continue until exit button.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1640
    • 提供者:张恒
« 1 2 3 4 5 67 8 9 10 11 ... 25 »
搜珍网 www.dssz.com