说明:用减奇数次数的方法,求一个数的近似平方根,这个平方根是一个整数。-Save odd-frequency method, find a number of approximate square root of the square root is an integer. <李朗华> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果-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 <李朗华> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果(用简化段源程序结构)。-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> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:简化的歌德巴赫猜想:任何一个大于6的偶数均可以表示为两个素数之和。现从键盘输入一个0~65535之间的无符号整数,试验证歌德巴赫猜想。
如输入数12,输出:
12=5+7
如输入数20,输出:
20=3+17
20=7+13
如输入数7,输出:
Must be even
如输入数3,输出:
Must be gre <liu> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:已知数组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> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:从键盘上输入一串字符(用回车键结束,使用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> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:在首地址为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> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:c语言程序设计的第十一章的课后练习的编程代码,可作参考-Chapter 11 after-school exercise programming code, c language program designed for reference <李树林> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:c语言程序设计的第十章的课后练习的编程代码,可作参考-Chapter 10 after-school exercise programming code, c language program designed for reference <李树林> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:由两个主控进程构成的相同功能的符号化Moore型有限状态机-Constituted by two master processes the same function symbol Moore finite state machine <liu> 在 2025-02-12 上传
| 大小:1kb | 下载:0
说明:我们经常要计算,从今天往后N天之后是哪一天(哪年哪月哪日)。现在我们就可以编写一个程序,推算指定日期之后的第N天是什么日期。
输入:
年 月 日
N
输出:
(年月日+N天后的)年.月.日
-We often want to calculate the next N days from today is the day (which which which day). Now we can w <吴> 在 2025-02-12 上传
| 大小:1kb | 下载:0