-
本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的...
本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, many of which are members of a private collection site on the Internet can not be found elsewhere The
- 2023-05-25 13:20:03下载
- 积分:1
-
使用HT1632 驱动点阵式LED显示屏显示小绿人
使用HT1632 驱动点阵式LED显示屏显示小绿人-HT1632 driver to use dot-matrix LED display shows the little green men
- 2022-05-20 14:14:38下载
- 积分:1
-
用汇编语言实现了计算器的功能。实验已经通过
用汇编语言实现了计算器的功能。实验已经通过-Using assembly language to achieve the functions of the calculator. Experiment has been passed
- 2022-01-26 04:05:50下载
- 积分:1
-
关于56F8346DSP芯片如果操作内部FLASH写入
关于56F8346DSP芯片如果操作内部FLASH写入-56F8346DSP chip on if the operator into the internal FLASH
- 2022-06-15 07:26:21下载
- 积分:1
-
24C01的汇编驱动程序。直接解压。 有注释
24C01的汇编驱动程序。直接解压。 有注释-24C01 compilation driver. Direct decompression. It Notes
- 2022-03-17 06:21:40下载
- 积分: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
-
lunar/solar calendar compilation conversion
农历/阳历汇编转换程序-lunar/solar calendar compilation conversion
- 2022-10-16 17:10:03下载
- 积分:1
-
霍夫曼编码,根据给定权值创建赫夫曼编码,显示每一步如何进行及所得编码...
霍夫曼编码,根据给定权值创建赫夫曼编码,显示每一步如何进行及所得编码-Huffman coding, according to the weight given to create Huffman codes, showing how each step and the resultant code
- 2022-11-17 16:05:03下载
- 积分:1
-
win32 pe 文件编程:文件加密.rar
win32 pe 文件编程:文件加密.rar
-programming document : document encryption. Rar
- 2022-11-13 01:05:03下载
- 积分:1
-
8259中断实验,在DVCC
8259中断实验,在DVCC-598实验箱上进行,中断信号为按下开关时产生的上升沿 8253发声程序.-8,259 interruption experiments, the DVCC- 598 experimental tank, interrupted signal? Switch to the rising edge 8253 audible procedures.
- 2022-11-12 09:30:04下载
- 积分:1