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

搜索资源列表

  1. jishi

    1下载:
  2. 练习系统功能调用(屏幕清屏、光标坐标、字符字串显示、键盘读取)和过程调用与宏指令。显示年月日,时分秒,并按某键开始计时。-Practice system function call (screen screen clearing, the cursor coordinates, and character string display, keyboard read) and procedure calls and macro instruction. Display date, determin
  3. 所属分类:assembly language

    • 发布日期:2014-12-21
    • 文件大小:2048
    • 提供者:兰馨
  1. weiyuan

    0下载:
  2. 用汇编语言编写程序计算比赛成绩。 要求:① 比赛选手人数控制在30以下; ② 9个评委,每个评委给分范围为0~10分(整数),随机给出分数; ③ 9个评委的给分中,去掉一个最高分和一个最低分,余下7位评委的平均分即为参加者的得分(精确到小数点后一位); ④ 将分数在屏幕中间位置处用红色显示出来; ⑤ 将参加比赛的选手的排名顺序显示出来; -Assembly language programming to calculate the competition resul
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1915
    • 提供者:飞翔
  1. average

    0下载:
  2. 使用汇编语言,实现20个数的平均数运算,并输出到屏幕。-The use of assembly language, the realization of the 20average number calculation, and output to the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:737
    • 提供者:韩屹湛
  1. p188

    0下载:
  2. 在屏幕中间分别显示绿色、绿底红色、白底蓝色的字符串‘welcome to masm!’。-Green, green background of red, white and blue string welcome to masm! In the middle of the screen display.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:534
    • 提供者:尘缘
  1. 12

    0下载:
  2. 任意输入一个字符串,将该串倒序后在屏幕上显示的代码-Arbitrary input string, the string in reverse code displayed on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1085
    • 提供者:钟天
  1. 1x

    0下载:
  2. 利用DOS 功能调用从键盘输入一个小写字母,将其转换成大写 字母后在屏幕上显示;按ESC 键后返回DOS。若输入的不是小写字母,则响铃 一次,并在屏幕上显示“Please retry …”。-Using DOS the function calls from the keyboard a lowercase letters, converts it into capital After the letters on the screen display Press the ESC
  3. 所属分类:assembly language

    • 发布日期:2017-05-17
    • 文件大小:4696000
    • 提供者:尹望峰
  1. p3_10_2

    0下载:
  2. 一个8086汇编语言程序,向计算机显存写入数据并在DOS屏幕上显示。在DOS环境下进入文件目录,运行.exe文件即可看见运行结果。-An 8086 assembly language program to write data to the computer memory and displayed in the DOS screen. Enter the file directory in the DOS environment, run the exe file you can see th
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:344454
    • 提供者:王方秋
  1. VC

    0下载:
  2. 用Visual C++程序编写一个程序,使屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆, 并当每隔1/8个圆周期,圆的填充色和周边颜色都要变化。-Write a program with Visual C++ program, so that a center of the circle along the sinusoidal trajectory moving solid circle on the screen. And need to be changed every 1/8 r
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:514975
    • 提供者:陶喆
  1. 63

    0下载:
  2. 用汇编写的,键盘输入一个十进制数,然后把该数字以十六进制的形式在屏幕上显示出来-Written in assembler, keyboard input is a decimal number, then the number in hexadecimal form is displayed on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:160288
    • 提供者:slp
  1. unit2-for-Ss

    0下载:
  2. 两个数相加,得出结果,并在屏幕上显示,让后退出系统-Adding two numbers together, the findings, and displayed on the screen and exit the system, so that after
  3. 所属分类:assembly language

    • 发布日期:2017-05-22
    • 文件大小:6945203
    • 提供者:陆 飞
  1. 8-3

    0下载:
  2. 将加密过的数据进行解密,并将解密数据在屏幕上显示出来,其中显示功能由子程序OUTPUT完成。 数字0-9与加密和解密数据的对应关系如下: 原 数 字:0 1 2 3 4 5 6 7 8 9 密码数字:7 5 9 1 3 6 8 0 2 4 解密数字:7 3 8 4 9 1 5 0 6 2-Will be encrypted to decrypt the data, and decrypt the data displayed on the screen, which displ
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:536
    • 提供者:陈浩东
  1. shz22

    0下载:
  2. 通过利用汇编语言中的循环,堆栈,延时等技巧以及子程序,BIOS和DOS的调用,由用户选择,实现在屏幕中央输出A到Z或者显示黑客帝国式的屏保。-Through the use of the cycle, stack, and delay in the assembly language skills and the subroutine, the BIOS and DOS calls, selected by the user to achieve in the center of the scr
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1007
    • 提供者:permanent
  1. TIME

    0下载:
  2. 在微机屏幕上显示当前时间的时分秒。在程序启动时,可键入当前时间,回车键按下后,开始计时,微机屏幕上显示当前时间xxxx年xx月xx日xx时xx分xx秒。 -On the computer screen displays the current time when minutes and seconds. When the program starts, you can type the current time, the Enter key is pressed, start the tim
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3131
    • 提供者:wcx
  1. a5

    0下载:
  2. 此程序可以使用tc编译,功能是在dos下,如有使用鼠标,就可以显示鼠标在屏幕上的位置。对ec工程师debug时,是非常有用的哦!-This program can use the tc compiler, the function is in dos, if using the mouse, you can display the location of the mouse on the screen. For ec engineers to debug, is very useful!
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:966
    • 提供者:成宝
  1. wordtest

    0下载:
  2. 这是一个打字计时练习的程序,在缓冲区中预放了一些字母,运行时,可按照屏幕上 显示的字母输入练习,每输入完一行按回车键后,可显示出练习输入的时间.-This is a typing timing exercise program, put some letters in the buffer pre-runs, follow the onscreen Enter the letters displayed exercises are finished entering a line, pr
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1641
    • 提供者:曾华
  1. systime

    0下载:
  2. 这是一个显示系统时间的程序,运行时,在屏幕的右上角将以“时:分:秒”的形式 显示本机系统的时间。 该程序只能在DOS下运行。 -This is a program displays the system time, runtime, in the upper right corner of the screen will be: minutes: seconds " displayed on the local system time. The program can onl
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:839
    • 提供者:曾华
  1. 13

    0下载:
  2. 输入一个字符串,扫描该字符串,按数字、字母和特殊字符3类,把字符分类输出到屏幕,并计算其中数字字符的和,把求得的和以十进制数的形式输出到屏幕。-Enter a string, the string scanning, numbers, letters and special characters are three types of character output to the screen, and calculate one of the numeric characters, to ob
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:955
    • 提供者:翁美凤
  1. 123

    0下载:
  2. 输入一个字符串,扫描该字符串,按数字、字母和特殊字符3类,把字符分类输出到屏幕,并计算其中数字字符的和,把求得的和以十进制数的形式输出到屏幕。-Enter a string, the string scanning, numbers, letters and special characters are three types of character output to the screen, and calculate one of the numeric characters, to ob
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:836
    • 提供者:翁美凤
  1. clock

    0下载:
  2. MfC编写的时钟。在屏幕中央有一正在运行的指针式钟表,单击鼠标左键可弹出一对话框,用于调整当前时间。-MFC prepared by the clock. Analog watch running in the center of the screen, click the left mouse button to pop up a dialog box is used to adjust the current time.
  3. 所属分类:assembly language

    • 发布日期:2017-05-08
    • 文件大小:1887714
    • 提供者:王海
  1. TANK

    0下载:
  2. 汇编实现电脑屏幕上画出坦克,并用wsad键控制坦克上下左右的移动-Compilation on the computer screen to draw a tank and use the wsad keys to control the tanks up and down about the mobile
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1004
    • 提供者:风乱羽
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 24 25 »
搜珍网 www.dssz.com