-
这个程序教大家如何再多文档中应用程序的状态条
这个程序教大家如何再多文档中应用程序的状态条-This process taught everyone how to further document the status of the application of Article
- 2022-07-03 11:03:53下载
- 积分:1
-
Good multi
很好的多功能数字钟的HDL代码不可多得的哦-Good multi-function digital clock of the HDL code rare Oh
- 2022-03-17 05:36:11下载
- 积分:1
-
汇编中调用动态链接库的一个例子。
汇编中调用动态链接库的一个例子。-compilation called dynamic link library an example.
- 2022-07-23 18:44:09下载
- 积分:1
-
modbus RTU
51单片机 ASM源代码
modbus RTU
51单片机 ASM源代码-modbus RTU51 Singlechip ASM source code
- 2023-06-28 14:20:03下载
- 积分:1
-
a Serial
一个串口转TCP/IP的原码,已经经过实际应用,没有问题-a Serial-to-TCP/IP in the original code has been through practical applications, no problem
- 2022-07-25 21:18:27下载
- 积分: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
-
汇编语言编程认识实验
可能对初学汇编和ASM平台的用户有帮助!...
汇编语言编程认识实验
可能对初学汇编和ASM平台的用户有帮助!-Experimental understanding of assembly language programming may be compiled and novice users ASM platform to help!
- 2022-08-16 23:30:38下载
- 积分: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
-
Guangxi M achinery No.2,2002 工程设计资料线图数据的MATLAB程序化...
Guangxi M achinery No.2,2002 工程设计资料线图数据的MATLAB程序化-Guangxi M achinery No. 162-163 engineering design information and map data MATLAB program
- 2022-08-18 12:30:03下载
- 积分:1
-
with DSP5410 achieve PN code, assembly language programming
用DSP5410实现PN码,汇编语言编程-with DSP5410 achieve PN code, assembly language programming
- 2022-01-26 01:31:15下载
- 积分:1