-
求一堆数里面的最大值
求一堆数里面的最大值-heap for the maximum number of inside! !
- 2023-05-31 17:35:03下载
- 积分:1
-
EM78的BCD码转十六进制表示的二进制码内带有详细注解.
EM78的BCD码转十六进制表示的二进制码内带有详细注解.-EM78 of the BCD to hexadecimal code of the binary code with a detailed annotation.
- 2023-06-16 02:15:03下载
- 积分:1
-
汇编语言程序设计
汇编语言程序设计-assembly language programming
- 2022-02-24 21:08:17下载
- 积分:1
-
一个不怕掉电的超级万年历源程序及文件,非常有意思,大家还可以提出修改意见!...
一个不怕掉电的超级万年历源程序及文件,非常有意思,大家还可以提出修改意见!-A super-power-down calendar is not afraid of the source code and documentation, very interesting, everyone can make changes!
- 2022-08-11 06:17:09下载
- 积分:1
-
用汇编语言编程,环境为keilC开发环境,显示温度
用汇编语言编程,环境为keilC开发环境,显示温度-Using assembly language programming, the environment keilC development environment, shows that the temperature
- 2022-08-16 12:39:28下载
- 积分:1
-
wendushangxiaxian baohu
wendushangxiaxian baohu -wendushangxiaxian baohu
- 2022-01-28 23:20:20下载
- 积分:1
-
HPA磁盘隐藏分区的安装生成源码,在MASM编译上可以通过,主要调用BIOS中断,端口等实现操作。...
HPA磁盘隐藏分区的安装生成源码,在MASM编译上可以通过,主要调用BIOS中断,端口等实现操作。-HPA hidden disk partition to install to generate source code in MASM compiler can be passed, the main BIOS interrupt call, port and so realize the operation.
- 2022-05-13 13:55:22下载
- 积分: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
-
基于C51单片机的串行数据传输,带有工作协议,可用于简单的无线串行通信。...
基于C51单片机的串行数据传输,带有工作协议,可用于简单的无线串行通信。-C51-based Microcontroller serial data transmission,with a working agreement,which can be used for a simple wireless serial communication.
- 2023-01-24 18:25:03下载
- 积分:1
-
MSP430F135的WDT操作代码,绝对的真实可行.放心下载
MSP430F135的WDT操作代码,绝对的真实可行.放心下载-MSP430F135 the WDT operation code, is absolutely true feasible. Rest assured Download
- 2023-01-18 20:15:03下载
- 积分:1