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

搜索资源列表

  1. LED_display

    0下载:
  2. 汇编编写的S52单片机控制的LED数码管灯显示2位16进制程序-compilation prepared by the S52 MCU control of the LED digital display of lights two 16-band procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1461
    • 提供者:小麦
  1. hextoasc-time

    0下载:
  2. 是一个将16进制转为ASC显示的程序,它是显示了系统当前时间的小程序,但是并不能实现时时显示当前程序,只是为了学习进制转换而写的。 有谁能够改进一点,请教教我。 QQ:254082939-is a band of 16 to show that the ASC procedures, it is an indication that the current time of the system of small procedures, but that will not always s
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:149084
    • 提供者:耿海瑞
  1. dos功能在汇编语言中的调用例子

    0下载:
  2. 本程序是汇编语言的一些基本功能的组合,例如:进制间的转换和dos功能的一些基本调用在汇编中的应用等-this program is a compilation of some of the basic language function of composition, for example : band switching between dos and some of the basic functions of call in the compilation of applications
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:551263
    • 提供者:帅哥
  1. jinzhizhuanhuan

    0下载:
  2. 本程序实现对二进制 十进制 十六进制的互相转换 1、 对进制进行判断 2、 数据的输入 3、 对数据做进制转换及输出 文件: tran.asm 源代码 设计思想.doc 简单介绍-this program right hexadecimal binary metric conversion of a mutual, the band judgment two, three data entry, data conversion and so-band output doc
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6184
    • 提供者:张玉峰
  1. sizeyunshuan

    0下载:
  2. 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6-This is downloaded from the Internet from a compu
  3. 所属分类:汇编语言

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

    0下载:
  2. 将内存中一16进制数(其高位为0)转换为ASCII码,请多多指教-memory of a 16-band (its high 0) converted to ASCII, exhibitions
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1985
    • 提供者:步步
  1. HuiBian_JiSuanQi

    0下载:
  2. 一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式-a computer program can achieve, plus or minus, by, in addition to the calculation. The program is acceptable to the 16-band number. Implementation required in the file name directly to keep
  3. 所属分类:汇编语言

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

    0下载:
  2. 将数据以16进制形式输出,在汇编语言环境下运行-data in the form of 16-band output in assembler language operating environment
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1271
    • 提供者:ami
  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. efgg

    0下载:
  2. 汇编语言制作的光带菜单及源程序单及源程序-assembly language produced by the band of light menu and single-source and source
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3791
    • 提供者:黑影
  1. 4Display

    0下载:
  2. 四位时程序,用于时钟计数,从1点到12点计时,带小数点显示.-procedures for counting the clock from 1:00 to 12:00 time, the band showed decimal point.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3575
    • 提供者:张振武
  1. BCD

    0下载:
  2. 生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func : 2-byte binary integers -- gt;
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:988
    • 提供者:高业恒
  1. random02

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

    • 发布日期:2008-10-13
    • 文件大小:1388
    • 提供者:凌超
  1. xiazai

    0下载:
  2. 关于汇编语言一些进制的转换方法-language on the compilation of some band Conversion
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2986
    • 提供者:贾术恒
  1. bandpass

    0下载:
  2. 汇编语言编写的TI54xxd的带通滤波器程序-assembly language TI54xxd prepared by the band-pass filter process
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1987
    • 提供者:前夕鸟
  1. kkk

    0下载:
  2. 从键盘输入两个数字(0~7)之间 (1)用16进制表示两个数的和 (2)用四位二进制表示两个数的差,结果一定>=0 (3)用两位十进制表示两个数的积 exemple:-keyboard input from the two figures (0 to 7) between (a) a 16-band, said the number two and (2) with four two binary said the number of poor, the results would cer
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1517
    • 提供者:李袄
  1. coutbx

    0下载:
  2. 用汇编语言实现将bx寄存器的内容以10进制形式在显示器上输出使用递归算法,共45条指令程序在masm5.1 link3.60 环境下调试通过-assembly language bx to register with the contents of 10 band forms on the screen output using recursive algorithm, a total of 45 procedures in order masm5.1 link3.60 through debu
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1805
    • 提供者:呀呀
  1. plane-wave-

    8下载:
  2. 用平面波展开法计算二维声子晶体带隙,里面附有注释,可以学习-With two-dimensional plane wave expansion method to calculate the phononic band gap, which is annotated, you can learn
  3. 所属分类:assembly language

    • 发布日期:2014-04-29
    • 文件大小:2048
    • 提供者:ANDY
  1. ASM

    0下载:
  2. 该软件包中包括了比较经典了几个汇编程序,如进制的装换,数据的输入输出,排序,等等。而且这些程序都是上机调试通过的,是初学汇编语言的理想资料-The package included a comparison of several classic compilation procedures, such as the band s equipment for data input and output, sorting, and so on. And that these procedures a
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:5293
    • 提供者:杨光
  1. clk

    0下载:
  2. 设计一个简易数字钟,具有校时功能: 1、以至少6位LED数码管显示时、分、秒,时为24进制。 2、采用最多8个键实现校时功能。 -The design of a simple digital clock with a school function: 1, to at least six LED digital display hours, minutes and seconds, time for the 24-band. 2, using up to eight key fun
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:60868
    • 提供者:ccc
« 12 3 »
搜珍网 www.dssz.com