-
三分之一phthon的程序。
a third phthon program.
- 2022-03-13 21:54:54下载
- 积分:1
-
本程序是用汇编语言来写的一段关于lcd的使用,还有并行通讯口的内容...
本程序是用汇编语言来写的一段关于lcd的使用,还有并行通讯口的内容-This procedure is used assembly language to write a paragraph on the lcd use, as well as the contents of parallel communication port
- 2023-08-06 00:35:04下载
- 积分: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
-
This is a program for snake games.
这是一个很经典的游戏――贪吃蛇的游戏源码,用汇编编的。-This is a program for snake games.
- 2022-08-14 02:24:12下载
- 积分:1
-
Data Acquisition System programs. The water temperature control system designed...
数据采集系统方案.本设计以水温控制系统为载体完成数据信号的采集和数字信号的处理,利用SPCE061A自带的10位AD转换器,完成对水温的采样,通过数字滤波等技术消除干扰因素,并且对采集的温度值进行PID运算处理,实现对水温的控制。-Data Acquisition System programs. The water temperature control system designed to be completed as the carrier data signal acquisition and digital signal processing, use SPCE061A own 10 AD converter, to complete the sampling of water temperature through digital filtering techniques to eliminate interference factors, and on the acquisition value of PID temperature processing, to achieve temperature control.
- 2022-02-07 22:54:53下载
- 积分:1
-
该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果
清除,重新显示下次运行结果。本程序在dos中或windows98中运行。...
该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果
清除,重新显示下次运行结果。本程序在dos中或windows98中运行。-the program figures show a phalanx, procedures of the screen will be the last operation to remove a result, the next re-running show results. This procedure dos or running Windows98.
- 2023-05-10 04:05:03下载
- 积分:1
-
《汇编源代码大全》
《汇编源代码大全》-"compilation of source code Encyclopaedia"
- 2023-03-03 15:15:07下载
- 积分:1
-
本程序实现系统时间查看.
本程序实现系统时间查看.-system to examine.
- 2022-03-13 10:38:37下载
- 积分:1
-
实例为新手提供msp430开发注意事项,熟悉IAR编辑环境.
实例为新手提供msp430开发注意事项,熟悉IAR编辑环境.-Provide examples for new MSP430 development of attention editor familiar with the IAR environment.
- 2022-01-27 13:45:48下载
- 积分:1
-
Archive decompression there can not be password, easy to use upload data to writ...
压缩包解压时不能有密码,使用方便请认真书写上传资料的详细功能-Archive decompression there can not be password, easy to use upload data to write carefully detailed feature
- 2022-04-24 01:36:41下载
- 积分:1