-
这个汇编程序可以显示ASC码,你可以学会如何显示字符…
this ASSEMBLY programme could show ASC codes ,you can leran how to show chars on display
- 2022-05-18 09:53:29下载
- 积分: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
-
遗传算法VC程序:用于搜索极值,极大值极小值均可
遗传算法VC程序:用于搜索极值,极大值极小值均可-Genetic Algorithm VC program: used to search for extremal, maximum value of the minimum can be
- 2023-02-20 17:30:03下载
- 积分:1
-
哈弗曼编码的实现,本人亲测完美运行。
编码内容:假设用于通信的电文仅由8个字母组成,字母在电文中出现的频率分别为7,19,2,6,32,3,21,10。试为...
哈弗曼编码的实现,本人亲测完美运行。
编码内容:假设用于通信的电文仅由8个字母组成,字母在电文中出现的频率分别为7,19,2,6,32,3,21,10。试为这8个字母设计哈夫曼编码。
要求:这8个字母任意,输出各字母的编码值。
-huffman Tree
- 2022-05-10 19:04:03下载
- 积分:1
-
VB6简丹禁方边石勇
Vb6jian dan ban fang bian shi yong-Vb6 jian dan ban fang bian shi yong
- 2022-08-17 03:28:17下载
- 积分:1
-
捕捉视频VB编写, 捕捉视频VB编写,捕捉视频VB编写
捕捉视频VB编写, 捕捉视频VB编写,捕捉视频VB编写-VB prepared to capture video, capture video prepared VB, VB prepared to capture video
- 2023-05-08 17:05:03下载
- 积分:1
-
WIN98 drive boot record, have my own notes. Watchable school compilation!
WIN98硬盘引导记录分析,有我自己的注释。学汇编必看!-WIN98 drive boot record, have my own notes. Watchable school compilation!
- 2022-01-21 06:13:58下载
- 积分:1
-
lcd液晶显示汇编程序,其中只写出了字符T和t的显示,大家看一看就能够明白...
lcd液晶显示汇编程序,其中只写出了字符T和t的显示,大家看一看就能够明白-lcd LCD compilation procedures, which only write the characters of T and t show that everyone can look at to understand
- 2023-02-03 16:30:04下载
- 积分:1
-
用于并行接口实验,运行环境为Winxp Xingyan 集成环境
用于并行接口实验,运行环境为Winxp Xingyan 集成环境-Parallel Interface for the experiment, operating environment integrated environment for Winxp Xingyan
- 2022-08-03 14:48:28下载
- 积分: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