-
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,...
本程序需在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 subtraction of expression and the results of operations. The subtraction operation, if less than subtrahend minuend, shows that the "Divide Overflow" message.
- 2022-01-26 07:00:58下载
- 积分:1
-
very good
很好的哈达风景画 安定方法打发似的发达 安定反对发疯士大夫大 按时打发-very good
- 2022-12-10 15:00:03下载
- 积分:1
-
EEPROM记忆类IC的检测,可以设置地址,检测存储器任何地址上的数据,并带数码管显示功能
EEPROM记忆类IC的检测,可以设置地址,检测存储器任何地址上的数据,并带数码管显示功能-EEPROM-type memory IC testing, you can set the address to detect any memory address data, and with digital tube display
- 2022-01-21 23:56:04下载
- 积分:1
-
学生用书系统汇编程序编写的源代码,它只是txt文件
学生通讯录系统 用汇编写的 只有TXT文档
源码在里面-Student Book system written in assembler source code in it only TXT documents
- 2022-09-25 01:15:02下载
- 积分:1
-
录音机控制51源程序
录音机控制51源程序-recorders source control 51
- 2022-05-27 01:36:10下载
- 积分:1
-
用于背景问题的应用,通过链表解决相关背景问题的应用。
用于背景问题的应用,通过链表解决相关背景问题的应用。-Used in the context of the problem applications, through the list to resolve the issue of the application of the relevant background.
- 2022-05-24 12:10:27下载
- 积分:1
-
小灯控制程序,流水灯控制程序,四种变化方式。
小灯控制程序,流水灯控制程序,四种变化方式。-Small lamp control procedures, water lamp control procedures, four types of changes in the way.
- 2022-08-14 00:52:09下载
- 积分:1
-
ADuc812的各种功能程序的例子!很有参考价值
ADuc812的各种功能程序的例子!很有参考价值
- 2022-03-12 20:21:03下载
- 积分:1
-
这是MCS的应用子程序。很多模块的
这是MCS的应用子程序。很多模块的-This is the MCS Application subroutine. Many of the modules
- 2022-01-25 17:54:50下载
- 积分:1
-
Python对文件IO操作
filePath="c:/test/tt.txt"
#从文件中读取信息
f=open(filePath, "r")#运用读的方式打开文件,
for line in f: #每次读取文件的一行内容
print(line)
f.close()
#向文件中写入信息
f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据
f.write("我开始向文件中写入信息
")
f.writelines("我已经向文件写入了信息")
f.close()
- 2022-03-02 22:46:33下载
- 积分:1