-
testmemory procedures under dos, you can compile and run through.
dos下testmemory程序,可以编译通过并运行。-testmemory procedures under dos, you can compile and run through.
- 2023-02-21 11:45:03下载
- 积分:1
-
a second python program.
a second python program.
- 2022-07-03 11:10:46下载
- 积分:1
-
Stepper motor program control is a delicate describes the stepper motor work and...
经典的GPS原理书,有深度,并且有matlab实例-GPS classical principle of the book, depth, and have matlab examples
- 2023-04-11 03:15:33下载
- 积分:1
-
一个实现交通路口红黄绿灯分别轮流亮灭的汇编语言小程序
一个实现交通路口红黄绿灯分别轮流亮灭的汇编语言小程序
- 2022-10-02 06:05:03下载
- 积分:1
-
有关统计学生成绩的汇编程序,详见压缩文件内容
有关统计学生成绩的汇编程序,详见压缩文件内容-Relating to the compilation of statistics on student achievement program, as detailed in the contents of compressed files
- 2022-03-13 19:09:45下载
- 积分:1
-
高手所写模拟WINDOWS界面的汇编源码,实属经典
高手所写模拟WINDOWS界面的汇编源码,实属经典-master simulated Windows interface written compilation of source code, it is classic
- 2022-02-12 19:17:06下载
- 积分: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
-
crout 比较经典 很好的一个方法 大家可以试一试
crout 比较经典 很好的一个方法 大家可以试一试-crout
- 2022-01-25 14:29:09下载
- 积分:1
-
程序用中断扫描7段数码显示,有外部中断10MS中断串行通信中断等...
程序用中断扫描7段数码显示,有外部中断10MS中断串行通信中断等-Interruption of scanning process with paragraph 7 digital display, there are external interrupt MS serial communication interruption, such as interruption
- 2022-02-07 12:07:58下载
- 积分:1
-
此程序的功能是实现不通过外设而直接发出声音,程序里用到主程序调用辅助的程序实现语言是汇编语言...
此程序的功能是实现不通过外设而直接发出声音,程序里用到主程序调用辅助的程序实现语言是汇编语言-this procedure is the function peripherals is not passed directly to voice their opinions. Lane procedures used in the main program called auxiliary program language is assembly language
- 2022-05-26 22:12:18下载
- 积分:1