-
描述用8051驱动lcd显示屏显示的全部程序及解释。
描述用8051驱动lcd显示屏显示的全部程序及解释。-Described using 8051 driver lcd screen shows all the procedures and interpretation.
- 2022-03-26 05:42:23下载
- 积分:1
-
功率放大器功能的程序,包括汇编原代码,可烧录文件,熟悉音乐播放的方法...
功率放大器功能的程序,包括汇编原代码,可烧录文件,熟悉音乐播放的方法-Power amplifier function procedures, including the compilation of the original code, recordable documents, familiar with the music player, the method
- 2022-03-04 03:23:24下载
- 积分:1
-
随着多样化需求的增加及作用距离的延伸,基带窄脉冲方式的超宽带技术又在原有的数据业务的基础上的到了提伸,IEEE802.15.4a就是一种采用基带窄脉冲方式的超宽...
随着多样化需求的增加及作用距离的延伸,基带窄脉冲方式的超宽带技术又在原有的数据业务的基础上的到了提伸,IEEE802.15.4a就是一种采用基带窄脉冲方式的超宽带综合业务的标准-With the diversification and the role of increased demand from the extension of a narrow base-band pulse of ultra-wideband technology in the existing data services based on the mentioned stretch, IEEE802.15.4a is a base-band using a narrow pulse of Ultra-wideband integrated services standards
- 2022-06-12 20:38:12下载
- 积分:1
-
8086 on the preparation of the compilation process for the preparation of the co...
关于8086汇编程序的编写,对于汇编的编写很有借鉴。-8086 on the preparation of the compilation process for the preparation of the compilation of a very useful reference.
- 2022-02-09 16:25:58下载
- 积分:1
-
该法可以让您了解用C是怎样编写通迅录的,你会发现很神奇的....
该法可以让您了解用C是怎样编写通迅录的,你会发现很神奇的.-the law allows you to understand how to use C is prepared correspondent recorded, you will find wonderful.
- 2022-10-06 10:30:03下载
- 积分:1
-
the code is mainly used in the real
本代码主要是用于在显示系统上实时显示:时,分,秒,-the code is mainly used in the real-time display system shows : when, minutes and seconds.
- 2022-05-16 12:18:28下载
- 积分:1
-
dsk5416的McBSP的应用。我已经调试以确保正确…
DSK5416的mcbsp应用.本人调试过,保证正确-Application of the McBSP DSK5416. I have been debugging to ensure that the correct
- 2022-06-28 23:06:01下载
- 积分:1
-
Timing counts subtraction. Input data between the three
定时减法计数。输入数据0到9之间三位数,开始计时,每秒减一。当计数完成时,可做二次开发。还可做简单加减法-Timing counts subtraction. Input data between the three-digit 0-9, start running, by one per second. When the count is complete, do the secondary development. Also to do simple addition and subtraction
- 2023-07-09 20:55: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
-
the procedures used assembly language to achieve HOOK technology, complete sourc...
本程序采用了汇编语言实现HOOK技术,有完整源代码,采用RadASM进行工程组织-the procedures used assembly language to achieve HOOK technology, complete source code, RadASM used for engineering organizations
- 2022-03-05 21:56:37下载
- 积分:1