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

搜索资源列表

  1. erw

    0下载:
  2. 一个简单的汇编程序,通过对显卡是用汇编语句在屏幕上呈现一个简单动画。-A simple assembly program, through the compilation of statements on the card is used on the screen showing a simple animation.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1737
    • 提供者:MT
  1. JuChiBo

    0下载:
  2. 数/模、模/数转换实验 D/A0832产生三角 三角波经A/D0809转换后在屏幕上输出。-D/A, A/D conversion experiments D/A0832 generate triangle A/D0809 converted by the triangular wave output on the screen.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1101
    • 提供者:Yang Shuang
  1. mader

    0下载:
  2. 多线程闹钟指令+写屏幕点==中国多线程的Win98!=Win3.1-I have....
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:217154
    • 提供者:李小祥
  1. sort

    0下载:
  2. 从DATA_BUF(1000H)开始存放50个字节数据,编写程序将这些数据由小到大排序,排序后的数据仍放在该区域中。 要求原始数据在源程序中给出,排序前后的数据以每行10个的格式显示在屏幕上-From DATA_BUF (1000H) began storing 50 bytes of data, preparation of the program will sort the data from small to big, sort the data remains on the post
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:74820
    • 提供者:yangxiao
  1. cgjm.asm

    0下载:
  2. 利用PC机键盘和屏幕实现交通灯模拟器。必要的辅助功能-anolog inteface
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:980
    • 提供者:肉盾
  1. compiler_homework

    0下载:
  2. 我大一时候的作业,实现了以下功能: 用16位8086汇编语言编写下列程序之一: a) 两矩阵相加 b) 求Fibonacci数列 c) 输入一个正整数n, 输出1-n之间的所有素数 d) 矩阵相乘 e) 把一个十进制小数转换成IEEE754格式并输出的程序, 要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the fol
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:11958
    • 提供者:czxu
  1. c_jm

    0下载:
  2. 用C语言设计屏幕技术!有多种功能!下载吧!-Screen with the C language design technology! There are many features! Download it!
  3. 所属分类:assembly language

    • 发布日期:2017-05-14
    • 文件大小:3286810
    • 提供者:liuzhihai
  1. sort

    0下载:
  2. 提供16位的数值排序,采用选择排序算法,可以排序负数,可以从屏幕上直接输入数字-Order to provide 16-bit values, using selection sort algorithm, you can sort negative, you can enter numbers directly from the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2964
    • 提供者:Peter
  1. jisuanjijiekoushiyanbaogao

    0下载:
  2. 通过2CH、2AH号功能调用系统时间和日期,并将其显示在屏幕上;通过在主程序中判别从键盘输入的字符,实现不同的功能:结束程序、设置时间、显示秒表;在整个功能实现过程中,多次调用宏KEY、DELAY、PUSHA、POPA以减少程序代码。 -By 2CH, 2AH number call system time and date functions, and displays on the screen by the main program in the identification of
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:47245
    • 提供者:double
  1. search_phone

    0下载:
  2. (1)要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分 (2)程序可接收输入人名及相应的电话号码,并把他们加入电话号码表中 (3)凡有新的输入后,程序应按人名对电话号码重新排序 (4)程序可接受需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕上以如下格式显示出来. name tel. ****** **** -(1) requires procedures for the establis
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2323
    • 提供者:li
  1. LED128

    0下载:
  2. led点阵动态显示,大屏幕128*128,动画显示,有仿真,有c语言编的程序(单片机)-led
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:121594
    • 提供者:weixianqun
  1. findphonenumber

    0下载:
  2. (1) 要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; (2) 程序可接收输入人名及相应的电话码,并把它们加入电话号码表中; (3) 凡有新的输入后,程序应按人名对电话号码表重新排序; (4) 程序可接收需要查找电话号码的人名,并从电话号码表中查出其电话号码, 再在屏幕上以如下格式显示出来。 name tel. X X X X X X X X -(1) requires procedures for the es
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:冷静雯
  1. systime

    0下载:
  2. 这是一个显示系统时间的程序,运行时,在屏幕的右上角将以“时:分:秒”的形式 显示本机系统的时间-This is a display system time-consuming procedures, run-time, in the upper right corner of the screen will be " hours: minutes: seconds" format display local system time
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:945
    • 提供者:刘路
  1. textedit

    0下载:
  2. 出现的界面中输入任意文本内容,利用DEL键、 BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑, 按f1键激活菜单file,下移光标,选择save,输入文件名。也可以选择FILE菜单 的其他菜单项,他们的功能均可实现。-Interface appears, enter any text, use DEL key, BACKSPACE key, HOME key, END key, left and right cursor keys up and dow
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3863
    • 提供者:刘路
  1. ShowWindowsInScreen

    0下载:
  2. 一个在屏幕中心有三个小窗口,第一个和第二个窗口可以切换输入位置,第三个窗口显示输入的字符内容-A center of the screen there are three small windows, the first and the second window to switch input location, and the third window displays the contents of the input characters
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1208
    • 提供者:刘凤眼
  1. hitplan

    0下载:
  2. 一个打飞机的小游戏。高射炮可以左右移动,空格发射导弹,如果打到飞机则屏幕闪动则屏幕闪动。-A dozen aircraft game. Anti-aircraft can move around, space launch missiles hit the aircraft if the screen flashes the screen flashing.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1238
    • 提供者:董奇
  1. Io

    0下载:
  2. 按提示输入数据,在屏幕显示的运行结果中查看结果是否正确。并且可以实现数据的修改,即在不溢出的情况下实现任意数的求和。-Follow the prompts to input data, run the screen displays the results in view the results are correct. And modification of data can be achieved, that does not overflow the number of cases of
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1625
    • 提供者:liusong
  1. divideerror!

    0下载:
  2. 编写0号中断的处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回到DOS,吴泽乐-Write 0# interrupt handler, making the division overflow occurs, in the middle of the screen displays the string " divide error!" , And then return to DOS, Le WU Ze
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1631
    • 提供者:
  1. Huibian_shiyan4

    0下载:
  2. (1) 要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; (2) 程序可接收输入人名及相应的电话号码,并把它们加入电话号码表中; (3) 凡有新的输入后,程序应按人名对电话号码表重新排序; (4) 程序可接收需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕-(1) requires procedures for the establishment of a store 50 phone numbers table, e
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:59785
    • 提供者:M.T
  1. Set_the_cursor

    0下载:
  2. 编写一个控制光标位置和形状的程序,改程序具有以下功能 1:可用光标移动键↑↓←→来移动光标2:当光标已在第0列,则按←键,光标定在上一行的最后一列,若已在屏幕的左上角,则光标不动,且给出响铃,按→键时的边界处理类似。3:当光标在第0行,则按↑键,光标不动,且给出响铃,按↓键时的边界处理类似。4:按Home或End键,则光标移到当前行的行首或行尾.5:若按下数字或字母,则把该字符从当前位置依次显示到屏幕顶(在新位置显示当前字符时,原位置的符号被抹去)。6:按Esc ,结束-The prepar
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:2574
    • 提供者:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 25 »
搜珍网 www.dssz.com