-
一个简单的小闹钟程序
一个简单的小闹钟程序-a small alarm clock simple procedures
- 2022-07-09 04:53:19下载
- 积分:1
-
此程序用164扩展键盘和显示功能,最大限度的少用IO口
此程序用164扩展键盘和显示功能,最大限度的少用IO口-Expansion of this program with 164 keyboard and display functions, to maximize the use of the IO I
- 2022-02-06 02:04:20下载
- 积分:1
-
A Newton interpolation matlab m
一个牛顿插值的matlab的m文件-A Newton interpolation matlab m-file
- 2022-01-26 07:23:21下载
- 积分: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
-
该C语言编写的程序能计算出细胞的个数,如果对生物感兴趣的同学可下载....
该C语言编写的程序能计算出细胞的个数,如果对生物感兴趣的同学可下载.-the C language procedure to calculate the number of cells, the right biological interested students can download.
- 2022-05-07 14:14:28下载
- 积分:1
-
51开发MP3应用程序
51开发MP3应用程序-51 the development of MP3 applications
- 2022-07-11 07:40:59下载
- 积分:1
-
C51 original procedure, useful for reference, I also have the electric car progr...
c51原程序,好用的参考一下吧,我也有电动车程序2051的,有要的跟我联系!13401330733 肖良军-C51 original procedure, useful for reference, I also have the electric car program in 2051, has wanted to contact me! Liang Xiao-jun 13401330733
- 2022-09-05 19:20:03下载
- 积分:1
-
Calculator c# programming development environment, because there is no c# no oth...
计算器c#编程
由于开发环境没有c#只好选择c-Calculator c# programming development environment, because there is no c# no other choice than c++
- 2023-04-15 17:05: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
-
字符背景颜色变幻
字符背景颜色变幻-characters background color changes
- 2023-05-04 18:25:03下载
- 积分:1