-
通过本程序,让朋友们了解1620LCD的编程。
通过本程序,让朋友们了解1620LCD的编程。-Through this process, so that friends know 1620LCD programming.
- 2023-06-01 16: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
-
汇编语言编写的电荷DS1302时钟,时间是一个多
汇编语言编写DS1302充电时钟,time是多字节读写,timexie是多字节写,timedu是单字节读-Compiled languages charge DS1302 clock, time is a multi-byte read and write, timexie are multi-byte write, timedu is single-byte read
- 2022-05-23 04:35:34下载
- 积分:1
-
单
单片机液晶显示,可以作为参考源程序,希望有用-Single-chip liquid crystal display can be used as a reference source, I hope useful
- 2022-08-07 09:21:04下载
- 积分:1
-
汇编语言 封装的输入输出函数 可以直接调用
汇编语言 封装的输入输出函数 可以直接调用-Assembly language package input and output functions can be directly invoked
- 2022-03-18 10:25:34下载
- 积分:1
-
it can help you use C++ program we
it can help you use C++ program we
- 2022-04-13 15:44:34下载
- 积分:1
-
xiaoche
这个是一个小车的模仿小车运行的小程序,是用汇编语言完成的-xiaoche
- 2022-07-27 02:08:15下载
- 积分:1
-
4种不同模型的程序 对雷达杂波方针很有用的
4种不同模型的程序 对雷达杂波方针很有用的-is important to radar clutter moleling
- 2022-08-13 18:25:14下载
- 积分:1
-
F2812的实验程序,八个按键蜂鸣器和液晶显示器
F2812实验程序,8位键控蜂鸣器与lcd-F2812 experimental procedure, eight keying buzzer sounded with the lcd
- 2023-04-06 06:00:04下载
- 积分:1
-
本系统以AT89S52单片机为核心部件,外加温度采集电路、及显示电路和越限报警等电路。采用单总线型数字式的温度传感器DS18B20,使系统具有测温误差小、分辨率...
本系统以AT89S52单片机为核心部件,外加温度采集电路、及显示电路和越限报警等电路。采用单总线型数字式的温度传感器DS18B20,使系统具有测温误差小、分辨率高、抗干扰能力强,动态显示的方式等特点。本设计既可以对当前温度进行检测又可以对温度进行数码显示,两位整数两位小数的显示方式具有更高的显示精度,若超越极限温度则触发蜂鸣器报警。利用功能强大的Keil和具有互动电路仿真的Proteus进行程序的编写和仿真。-The system AT89S52 microcontroller as its core components, plus the temperature acquisition circuit, and display circuitry, and the more limited alarm circuits. Single bus-type digital temperature sensor DS18B20, the system has a temperature measurement error of the small, high resolution, anti-interference ability, dynamic show the way and so on. This design not only can detect the current temperature can also right temperature digital display, two integers with two decimal places are displayed to show a higher precision, if the temperature is beyond the limits of buzzer alarm is triggered. Keil and the use of powerful interactive circuit simulation of the Proteus programming the preparation and simulation.
- 2022-09-14 18:05:02下载
- 积分:1