-
ht7289b documents, including manuals and compilation of data and the C language...
ht7289b文档,包含数据手册和汇编及C语言源程序。另外还有演示文档,图文并茂,直观明了,不错哦-ht7289b documents, including manuals and compilation of data and the C language source code. Another presentation documents, illustrations, intuitive to understand, yes oh
- 2022-07-19 05:11:29下载
- 积分:1
-
henhaoyong a
henhaoyong a anifnainfanidf -henhaoyong a
- 2022-01-26 02:20:56下载
- 积分:1
-
C51 original procedure, useful for reference, I also have the electric car progr...
c51原程序,好用的参考一下吧,我也有电动车程序2051的,有要的跟我联系!13401330733 肖良军-C51 original procedure, useful for reference, I also have the electric car program in 2051, has wanted to contact me! Liang Xiao-jun 13401330733
- 2022-09-05 19:20:03下载
- 积分:1
-
反汇编工具borg2.27源码,文件齐全
反汇编工具borg2.27源码,文件齐全-anti-compilation tools borg2.27 source, the complete document
- 2022-12-09 05:40:02下载
- 积分:1
-
msp430的413单片机AD充放电程序
msp430的413单片机AD充放电程序-MSP430 Singlechip AD of 413 charge-discharge process
- 2022-06-28 09:47:42下载
- 积分:1
-
暴力搜索API的汇编代码,代码注释详细,一具有一般汇编功底的人都能掌握....
暴力搜索API的汇编代码,代码注释详细,一具有一般汇编功底的人都能掌握.-Violence english API assembly code, code notes in detail, one has a general compilation of people able to master the skills.
- 2022-08-07 21:02:26下载
- 积分:1
-
常见的调试命令,大家共同分享
常见的debug命令,与大家共同分享一下-common debug orders, we share common
- 2022-05-12 10:03:48下载
- 积分:1
-
Good multi
很好的多功能数字钟的HDL代码不可多得的哦-Good multi-function digital clock of the HDL code rare Oh
- 2022-03-17 05:36:11下载
- 积分:1
-
这是关于有刷直流电动机PWM控制方案的源码,上面那个是无刷电动机的PWM控制方案,芯片都是TI公司的TMSLF2407...
这是关于有刷直流电动机PWM控制方案的源码,上面那个是无刷电动机的PWM控制方案,芯片都是TI公司的TMSLF2407 -This is a brush DC motor on PWM control of the program source, the above is that the PWM brushless motor control program, TI
- 2022-03-11 03:18:45下载
- 积分: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