-
绝对经典,学习masm6.1的绝好东东,只可惜是E文版的。(注意设路径)。...
绝对经典,学习masm6.1的绝好东东,只可惜是E文版的。(注意设路径)。-absolute classics, and the excellent learning masm6.1 Wanton But it is a pity E version. (Note that established path).
- 2023-07-07 10:40:04下载
- 积分:1
-
Vehicle race
赛车- Vehicle race
- 2023-03-23 10:35:03下载
- 积分:1
-
大小写转换
大小写转换- The big small letter transforms
- 2022-05-01 02:22:38下载
- 积分:1
-
此源代码可以通过对数字钟的加与减来实现数字钟的调整
此源代码可以通过对数字钟的加与减来实现数字钟的调整-This source code on the digital clock can increase or decrease the number of minutes to realize the adjustment of
- 2022-04-12 04:31:35下载
- 积分:1
-
常用EEPROM芯片的读写操作,51单片机控制电路,实验时要用74LS373一片,AT28C16一片,AT28C17一片,电路十分简单,根据实际电路联接情况,自...
常用EEPROM芯片的读写操作,51单片机控制电路,实验时要用74LS373一片,AT28C16一片,AT28C17一片,电路十分简单,根据实际电路联接情况,自行确定存储地址,最后别忘了还要8个LED和470欧姆电阻.-EEPROM chip used to read and write operations, 51 MCU control circuit, experiment, use 74LS373 1, AT28C16 1, AT28C17 1, the circuit is very simple, based on the actual situation of the circuit connectivity, self-determined memory addresses, finally do not forget to also 8 LED and 470 ohm resistors.
- 2023-02-14 14:35:04下载
- 积分:1
-
TLC549的A/D转换程序,读取模拟输入量的值,并将其显示在LED显示器上,附有详细的电路说明和解释,包括c和汇编...
TLC549的A/D转换程序,读取模拟输入量的值,并将其显示在LED显示器上,附有详细的电路说明和解释,包括c和汇编-TLC549 the A/D conversion process, read the value of analog input and displays in the LED display, accompanied by a detailed description and explanation of the circuit, including the c and the compilation of
- 2022-03-11 00:38:39下载
- 积分:1
-
但是伏尔泰让他巍峨非道弘人问题为qefaFSADADQWD D
但是伏尔泰让他巍峨非道弘人问题为qefaFSADADQWD D-EFWEFEFGRGAGGWR WGAGWEGSG公司法人t
- 2022-02-06 17:07:18下载
- 积分: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
-
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file he...
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.-LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.
- 2022-10-23 22:55:03下载
- 积分:1
-
一个例子来说明如何设置内部调
An example to illustrate how to set the internal adjustable
CID gain and receive FSK or DTMF data.
Assume end-code of DTMF data string is "D".-An example to illustrate how to set the inte CID rnal adjustable gain and receive FSK or DTMF data. Assume end-of DTMF code data string is "D" .
- 2023-02-04 16:55:03下载
- 积分:1