-
能够进行从0到24小时的计时,并设置时、分、秒的时钟程序。...
能够进行从0到24小时的计时,并设置时、分、秒的时钟程序。-Can be carried out from 0 to 24 hours of time, and set the hours, minutes and seconds, clock program.
- 2022-02-11 15:30: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
-
内置T6963C控制器的LCD实用显示子程序
内置T6963C控制器的LCD实用显示子程序-built T6963C LCD display subroutine practical
- 2023-06-08 14:35:03下载
- 积分:1
-
Matrix switchers chip assembler source code. Manufacturers provide.
矩阵切换器芯片的汇编程序源码。厂家提供。-Matrix switchers chip assembler source code. Manufacturers provide.
- 2022-10-27 05:30:03下载
- 积分:1
-
科学与工程数值算法
c#包括插值,微分方程的数值解法等
科学与工程数值算法
c#包括插值,微分方程的数值解法等-Science and Engineering numerical algorithm c#
- 2022-02-15 01:18:18下载
- 积分:1
-
汇编的windows创建进程的例子
汇编的windows创建进程的例子-The windows to create the process of compilation of examples of
- 2022-01-29 03:33:36下载
- 积分:1
-
遥控小车(51单片机开发例子子程序汇编语言编写)
遥控小车(51单片机开发例子子程序汇编语言编写)-Remote control cars (51 single-chip development to prepare examples of assembly language subroutines)
- 2022-10-12 15:40:03下载
- 积分:1
-
获取CPU频率和名字
获取CPU频率和名字-access to the CPU frequency and name
- 2022-02-05 21:06:47下载
- 积分:1
-
无线电源控制系统发射程序.T1为方式2(8位).设置串口方式1,允许接收.设置波特率:2400bit/s(晶振12MHz),调看门狗喂狗子程序....
无线电源控制系统发射程序.T1为方式2(8位).设置串口方式1,允许接收.设置波特率:2400bit/s(晶振12MHz),调看门狗喂狗子程序.-Wireless power control system of the launch procedures. T1 for Mode 2 (8). Set serial mode 1, the receiving permit. Set baud rate: 2400bit/s (crystal 12MHz), transferred喂狗watchdog subroutine.
- 2023-07-29 12:45:03下载
- 积分:1
-
ATMEL 24C02 countless examples of the boot, including read and write I2C protoco...
ATMEL 24C02 开机计数的例子,包括 I2C 协议的读写,24C02读取和保存数据-ATMEL 24C02 countless examples of the boot, including read and write I2C protocol, 24C02 read and save data
- 2023-03-27 09:00:03下载
- 积分:1