-
HT46R23控制电磁炉程序功能齐全已经试验成功效果不错有人需要的请下载...
HT46R23控制电磁炉程序功能齐全已经试验成功效果不错有人需要的请下载-HT46R23 functional control Induction procedure has been successfully tested its effectiveness was required, download
- 2022-08-13 21:56:17下载
- 积分:1
-
This file were downloaded from the Program mers Heaven CD
This file were downloaded from the Programmers Heaven CD-Rom.
More information about this CD-Rom can be found at the following WWW pages:
http://www.algonet.se/~synchron http://www.infomagic.com
synchron@algonet.se orders@infomagic.com-This file were downloaded from the Program mers Heaven CD-Rom. More information about stories "s CD-Rom can be found at the following Web pages : http://www.algonet.se/ ~ synchron http :// or www.infomagic.com synchron@algonet.se ders@infomagic.com
- 2022-02-25 02:36:07下载
- 积分:1
-
实现2 * 2键盘扫描,用于扫描扫描方式的行列
实现2*2键盘扫描,使用的扫描方式为行列扫描法-Realize 2* 2 keyboard scan, used for scanning the ranks of scanning method
- 2023-09-06 21:10:03下载
- 积分:1
-
将利用I2C总线对24C01进行数据块读写
将利用I2C总线对24C01进行数据块读写-Will use the I2C bus of the 24C01 data block read and write
- 2022-03-02 22:22:30下载
- 积分:1
-
a simple compilation of the audible language procedures keyboarding 1
一个简单的汇编语言编制的发声程序 键盘输入1到8的数据串后回车 程序按音乐发声 9 退出程序-a simple compilation of the audible language procedures keyboarding 1-8 after a string of data on the transport procedures music audible exit 9
- 2022-12-24 04:55:03下载
- 积分:1
-
The programm introduce how to choose points to create line_circle.
The programm introduce how to choose points to create line_circle. -The programm introduce how to choose points to create line_circle.
- 2022-04-02 01:19:09下载
- 积分: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
-
汇编语言编写的二十一点小游戏程序。可以直接运行
汇编语言编写的二十一点小游戏程序。可以直接运行-Written in assembly language programs blackjack game. Can be directly run
- 2022-02-20 06:17:52下载
- 积分:1
-
Bootload assembly language
bootload 汇编语言
-Bootload assembly language
- 2022-03-13 02:49:48下载
- 积分:1
-
蜂鸣器在单片机上的应用,汇编语言,附原理图及说明学习文档 蜂鸣器的正极性的一端联接到5V电源上面,另一端联接到三极管的集电极,三极管的基级由单片机的P2.4管脚...
蜂鸣器在单片机上的应用,汇编语言,附原理图及说明学习文档 蜂鸣器的正极性的一端联接到5V电源上面,另一端联接到三极管的集电极,三极管的基级由单片机的P2.4管脚通过一个与非门来控制, 用户可以通过程序控制P2.4管脚的置低和置高来使蜂鸣器发出声音和关闭。 蜂鸣器的声音大小及音调可以通过调整P2.4管脚的置高时间及输出的波形进行控制,这一点可以在调试程序的时候来试验。-On the buzzer in single-chip applications, assembly language, with a schematic diagram and instructions to study documents the positive polarity of the end of the buzzer connected to the 5V power supply above, the other end connected to the transistor" s collector, the base level by the single-chip transistor Machine P2.4 pin through a NAND gate to control, the user can be programmed to set pin P2.4 low and set high to make the buzzer sound on and off. Buzzer sound size and pitch can be set by adjusting the P2.4 pin of the high time and output waveform control, and this point could be the time to test the debugger.
- 2023-07-19 04:45:03下载
- 积分:1