-
usinf pic16c57 to achive copy machine for pic16c65/66(programmer)
usinf pic16c57 to achive copy machine for pic16c65/66(programmer)-usinf pic16c57 to achive copy machine for p ic16c65/66 (programmer)
- 2022-11-13 03:20:03下载
- 积分: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
-
查看本地文件信息
查看本地文件信息-View local file information
- 2023-07-10 19:00:03下载
- 积分:1
-
EEPROM5045的汇编读写程序,费了很大劲才写好的哦
EEPROM5045的汇编读写程序,费了很大劲才写好的哦-EEPROM5045 a compilation of reading and writing procedures, costs a great deal written劲才Oh
- 2022-07-09 04:12:16下载
- 积分:1
-
运行结果后产生华夏字样,在提示符后从键盘上输入Q(或q)退出这个程序。,,Asm...
运行结果后产生华夏字样,在提示符后从键盘上输入Q(或q)退出这个程序。,,Asm
-operating results generated from the Chinese words, at the prompt input from the keyboard Q (or q) to withdraw from the process. ,, Programmers
- 2022-03-06 12:56:28下载
- 积分:1
-
排序(适合新手)
在3000h输入10个数,接着运行,在到3100h看排序结果...
排序(适合新手)
在3000h输入10个数,接着运行,在到3100h看排序结果-order (for newcomers) in the importation of 10 3000h number, and then run in order to see results 3100h
- 2022-03-20 11:34:13下载
- 积分:1
-
MCS96常用子程序
MCS96常用子程序-used subroutine Processor
- 2022-07-03 00:37:14下载
- 积分:1
-
汇编语言程序设计入门学习,学习汇编语言的好教材
汇编语言程序设计入门学习,学习汇编语言的好教材-assembly entry
- 2022-10-31 12:25:03下载
- 积分:1
-
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目...
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目-The system time display made by assembly language editor can be used in curriculum design and other projects
- 2023-02-25 04:50:04下载
- 积分:1
-
view 下窗口切分,适合多文档始创,分厂好用
view 下窗口切分,适合多文档始创,分厂好用-view under the window segmentation for multi-document, Pioneer, factory-to-use
- 2022-07-22 04:40:08下载
- 积分:1