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

搜索资源列表

  1. asmtest

    0下载:
  2. 一.输入7个个位数进行由小到大进行排序 要求: 1.键盘输入7个个位数并显示,每个数之间有一定的距离 2.换行输出排序后的数据 二.实现十位加法,例如:13+6=19 1.加数与被加数要有键盘输入并显示 2.运算输出结构显示 三.键盘输入任意一个字符,然后输出该字符,空两格后再显示该字符的ASCII码 1.键盘输入并显示 2.输出ASCII码-one. Seven imported each headed for the median rank
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5035
    • 提供者:李伟然
  1. chanshenshuijishu

    0下载:
  2. 本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。-the process required under the DOS operating. Every time running executable random.exe. two shows can be arbitrary number of 16 Decimal Ad
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1851
    • 提供者:xiaoqiang
  1. 5665

    0下载:
  2. 本动画先显示一些提示信息,然后按任意键进入,只见一个方框向中 间由大变小,并留下痕迹,然后出现一个心,按空格重复出现心,按其他 键将重复,按Q键退出程序,。-the animation first showing some hints information, and then by arbitrary keys to enter, I saw a box to the middle into small, and leave your mark, and then there appe
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2318
    • 提供者:李东东
  1. huibian_random

    0下载:
  2. 本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。-the process required under the DOS operating. Every time running executable random.exe. two shows can be arbitrary number of 16 Decimal Add
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2011
    • 提供者:詹庆锋
  1. DAZIgame

    2下载:
  2. 1) 从屏幕上方以一定的时间间隔随机落下可显示字符,字符的出现位置亦是随机的; 2) 在多个字符(可以简化为仅有一个字符)下落的过程中可输入任意键,若键入与其中的任意一个字符相匹配的键,则该字符高亮显示并发出蜂鸣声,同时计分; 3) 按ESC键结束练习并显示命中率; 4) 再次按ESC键退出。 2. 硬件和软件环境: 个人PC机,WINXP操作系统,MASM5.0编程环境 -1) from the top of the screen in a certain time i
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2626
    • 提供者:mong
  1. ZIDONGSHIJIANKONGZHI

    0下载:
  2. 定时器的程序,请不要乱修改程序,否则将导致程序不能正常工作-timer procedures, please do not arbitrary amendment procedure, or it will not lead to the normal work procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6386
    • 提供者:zjh
  1. BroadcastSongs

    0下载:
  2. 一个汇编程序,内有三首歌曲,任意选择一首后即可以播放-a compilation procedures within three songs, and an arbitrary choice after it broadcast
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3061
    • 提供者:wn
  1. huibian-random

    0下载:
  2. 本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。-the procedures required to run under DOS. Each operation random.exe an executable, will show two 16-band arbitrary number of expressions ad
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1384
    • 提供者:陈晓维
  1. masmspecialll

    0下载:
  2. 直线加法的实验报告 实现任意二位加法 (a+b)-(c+d)-straight Adder report on the achievement of arbitrary two Adder (a, b) - (c d)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:9175
    • 提供者:jiang
  1. crc2345

    1下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1645
    • 提供者:yzs
  1. anjianjishuqi

    0下载:
  2. 知识要点:理解熟悉散转结构的程序 运行结果:按P3.2 或3.3(低4 位的任意一个键盘)第一位数码管加1 直到9 循环 开始显示0把P3 送OFH,判断有没有按键,没有则反复循环,有按R0 加1,如到10 那么则清除, 最后根据R0 的值散转.-knowledge points : understanding the structure familiar to the casual result of running the program : by P3.2 or 3.3
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:514717
    • 提供者:xinxinjob
  1. 055Calculator

    0下载:
  2. 计算器程序,对于加法和减法可以输入任意多位,对于乘法和除法只能处理4为十进制,除法保留了8位小数。按‘c’可以重新输入,按‘q’退出-calculators procedures for addition and subtraction can be imported arbitrary number, For multiplication and division can handle only four to decimal, the division retains the eight d
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2943
    • 提供者:duyankang
  1. RENYIYAOKONGJIEMA

    0下载:
  2. 这是一个任意遥控器,按任意按键,数码管加一遥控解码程序。-This is an arbitrary remote control, according to a random keys, plus a digital remote control decoder procedures.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5165
    • 提供者:YIQIZHOUGUO
  1. cpld

    0下载:
  2. 一个好用的整数分频电路 保证你喜欢 能够实现对任意整数的分频电路设计-a handy integer frequency divider circuit assures you like to be able to achieve arbitrary integer frequency circuit design
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:王多奎
  1. 8253-2

    0下载:
  2. 利用PC机的硬件定时8253, 编制秒表延时(0~9秒)程序.要求: 按任意键,开始计时, 在屏幕上以1秒间隔从0到9显示 按ESC键,计时停止.-use of PC hardware-timed 8253, the establishment of a stopwatch Delay (0 ~ 9 seconds) program. Requirements : by the arbitrary button, the timer on screen to a second interval
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:周涛
  1. EX61

    0下载:
  2. 点阵放大汇编程序 功能强大啊! 可以任意放大倍数(1-12),还可以翻转和移动-lattice enlarge assembler powerful ah! Can arbitrary magnification (1-12), also reversed and mobile
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1771
    • 提供者:王巍
  1. 1_4_4

    0下载:
  2. 8086下的求一个序列的波峰波谷值的程序。 可以任意输入序列,显示波峰波谷值和相对位置。-under 8,086 for a sequence of the troughs trough values procedures. Can arbitrary input sequence, showing peaks and trough values relative position.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:804
    • 提供者:王巍
  1. 用汇编语言控制颜色变化

    0下载:
  2. 用汇编语言实现:通过键盘输入任意两点坐标,在屏幕上开一个窗口,并设定控制窗口的颜色,要求屏幕呈现颜色的变化。(huangyujie)-assembly language : 2:00 keyboarding arbitrary coordinates on the screen in an open window and set the color control window, the screen has requested a change in color. (Huangyujie)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1444
    • 提供者:黄裕杰
  1. 动画心案例

    0下载:
  2. 本动画先显示一些提示信息,然后按任意键进入,只见一个方框向中间由大变小,并留下痕迹,然后出现一个心,按空格重复出现心,按其他键将重复,按Q键退出程序,。-the animation first showing some hints information, and then by arbitrary keys to enter, I saw a box to the middle into small, and leave your mark, and then there appears a
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3454
    • 提供者:刘雷
  1. Signal.rar

    0下载:
  2. 单片机设计任意信号发生器,可输出正弦波,三角波,方波等,Arbitrary signal generator single-chip design can be output sine wave, triangle wave, square wave, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:421558
    • 提供者:宋玥
« 12 3 »
搜珍网 www.dssz.com