资源列表

« 1 2 ... .34 .35 .36 .37 .38 2739.40 .41 .42 .43 .44 ... 3005 »

[汇编语言dd

说明:人机对话 1. 程序执行后,首先询问: What’s your name? 2. 要求用户键入回答,例如输入:lily。 3. 再次询问: Which class are you in? 4. 要求用户再次键入回答,例如输入:CK09-12。 5. 回车换行。 6. 显示:Your name is lily,and your class is CK09-12. confirm(y/n)。 7
<fcc> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言ADD_BCD

说明:This routine performs a 2 Digit Unsigned BCD Addition It is assumed that the two BCD numbers to be added are in locations Num_1 & Num_2. The result is the sum of Num_1+Num_2 and is stored in location Num_2 and t
<crispyhan> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言BCD_SUB

说明:*** *** *** * Unsigned BCD Subtraction *** *** *** This routine performs a 2 Digit Unsigned BCD Subtraction. It is assumed that the two BCD numbers to be subtracted are in locations Num_1 & Num_2. The result is
<crispyhan> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言SQRT

说明: Square Root By Newton Raphson Method This routine computes the square root of a 16 bit number(with low byte in NumLo & high byte in NumHi ). After loading NumLo & NumHi with the desired number whose square
<crispyhan> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言get_the_square

说明:汇编精简实例程序,功能为:得到0-9中某个数的平方-get the square of the number that you typed in(0-9)
<许灵玉> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言colors

说明:在屏幕上显示出以不同颜色为背景的不同颜色的字母‘a’.汇编实例-Displayed on the screen in different colors as the background color of the different letters ' a' . Compilation of examples
<许灵玉> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言datefile

说明:汇编实例。得到当前的系统时间、日期等参数。-Compilation of examples. Get current system time, date and other parameters.
<许灵玉> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言Count_Key_Presses

说明:从键盘输入,程序记录所按的键的数目。汇编实例。-Input from the keyboard, the program records the number of the key pressed. Compilation of examples.
<许灵玉> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言number-of-assembly

说明:用汇编语言实现10个数从大到小排列,代码简单易懂,适合汇编语言初学者学习参考-10 the number of assembly language descending order, the code easy to understand for beginners to learn assembly language reference
<time> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言code3

说明:从键盘输入任意多个十进制无符号数,输入数据前有信息提示。从键盘输入的内容有正确性判断。-Enter any number from the keyboard unsigned decimal number, the input data before the information prompt. Input from the keyboard to determine the correctness of the content.
<徐倩> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言fj

说明:从buf单元开始存放10个8位无符号数,将10个数去掉一个最大的,去掉一个最小的,将其余的数的算术平均值计算出并存在AVERG字节单元中-Start buf storage unit from 10 8-bit unsigned number, will remove a maximum of 10 numbers, removing a minimum, the rest of the arithmetic mean to calcu
<徐倩> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言key

说明:是一个pIc键盘接口原程序-Is a pIc keyboard interface of the original program
<shilin> 在 2024-11-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 2739.40 .41 .42 .43 .44 ... 3005 »

源码中国 www.ymcn.org