资源列表

« 1 2 ... .49 .50 .51 .52 .53 454.55 .56 .57 .58 .59 ... 3005 »

[汇编语言tanque-original

说明:tank that fills when key is pressed
<vaporlaute> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言6-3

说明:用减奇数次数的方法,求一个数的近似平方根,这个平方根是一个整数。-Save odd-frequency method, find a number of approximate square root of the square root is an integer.
<李朗华> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言6-1

说明:从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果-A series of characters entered from the keyboard (with a carriage return), according to the letters, numbers and other characters differential count, and finally the resul
<李朗华> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言61

说明:从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果(用简化段源程序结构)。-A series of characters entered from the keyboard (with a carriage return), according to the letters, numbers and other characters differential count, the last
<liu> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言44

说明:简化的歌德巴赫猜想:任何一个大于6的偶数均可以表示为两个素数之和。现从键盘输入一个0~65535之间的无符号整数,试验证歌德巴赫猜想。 如输入数12,输出: 12=5+7 如输入数20,输出: 20=3+17 20=7+13 如输入数7,输出: Must be even 如输入数3,输出: Must be gre
<liu> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言43

说明:已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数。试编制一个程序,把既在A中又在B中出现的整数存放于数组C1中。-A known array contains 15 distinct integer array B contains 20 distinct integer. Trial preparation of a program stored in both an integer of B in A in the
<liu> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言41

说明:从键盘上输入一串字符(用回车键结束,使用10号功能调用。)放在STRING中,试编制一个程序测试字符串中是否存在数字。如有,则把CL的第5位置1,否则将该位置置0。-Enter a string of characters from the keyboard (with the end of the Enter key, 10 function calls.) On the STRING, the existence of a digi
<liu> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言42

说明:在首地址为DATA的字数组中,存放了100H个16位补码数,试编写一个程序,求出它们的平均值放在AX寄存器中;并求出数组中有多少个数小于此平均值,将结果放在BX寄存器中。-The number of words in the first address as DATA group, storage 100H 16 complement number, try to write a program, average them on the
<liu> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言SCHK

说明:由两个主控进程构成的相同功能的符号化Moore型有限状态机-Constituted by two master processes the same function symbol Moore finite state machine
<liu> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言63

说明:用减奇数次数的方法,求一个数的近似平方根,这个平方根是一个整数。如求17的平方根,可以用17相继减去奇数1、3、5、7、…,当结果为 负数时停止,即: 17-1-3-5-7-9<0 可以看出,17在减去5次奇数后结果变为负数,可以近似认为17的平方根在4与5之间,计算NUM的平方根,如果NUM=17,则ANS中保存结果4。 -Save odd-frequency method, find a number
<张一> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言32-bit-cla-adder

说明:This a code that describe 32 bit carry look ahead adder in VHDL(32 bit CLA).-This is a code that describe 32 bit carry look ahead adder in VHDL(32 bit CLA).
<hskim> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[汇编语言2_4

说明:编写程序使一只鸟的图形飞过屏幕(来回两次)。飞鸟的动作可由小写字母 v(ASCII 码 76H)变为破折号(ASCII 码 0C4H)来模仿,这两个字符先后交替在两列上显示。鸟的开始位置是0 列20 行,每个字符显示1/10秒,然后消失。-Program the movement of a bird flying graphics screen (twice) back and forth. The birds Actions by l
<杰克> 在 2024-11-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 454.55 .56 .57 .58 .59 ... 3005 »

源码中国 www.ymcn.org