-
将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。...
将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。-Would be arbitrary for a specified text file in characters Huffman encoding, to generate a code file (compressed file) in turn, can be a compressed file decoding back into a text file.
- 2022-09-12 18:35:04下载
- 积分:1
-
this com port control for wince
this com port control for wince
- 2022-09-27 11:15:03下载
- 积分:1
-
C#上位机串口
根据网上搜索的DEMO 经过修改 作的一个上位机程序,但是在和单片机过程通讯的时候,只接收可以完整的打印出来,当处理一下数据的时候,接收的数据就会出现错乱 接收不全!
- 2022-03-23 01:01:09下载
- 积分:1
-
实现unicode及其它字符编码的转换源码
实现unicode及其它字符编码的转换源码-To achieve and other unicode character encoding conversion source
- 2022-06-19 06:11:52下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1
-
MFC技术内幕(配书源码CHAP06.rar
MFC技术内幕(配书源码CHAP06.rar-MFC Insider (book distribution source CHAP06.rar
- 2022-08-18 02:11:54下载
- 积分:1
-
PCI device driver development
PCI设备WINDOWS驱动程序的开发-PCI device driver development
- 2022-08-24 07:50:34下载
- 积分:1
-
汇编语言进行简单运算
将累加器A中的压缩BCD码拆开,形成非压缩BCD码,存入40H,41H单元
- 2023-01-21 15:45:04下载
- 积分:1
-
自编记事本程序,自动记录日期,自动更改记录格式
自编记事本程序,自动记录日期,自动更改记录格式-self Notepad procedures, automatically record the date, automatically recording format changes
- 2022-03-06 13:17:41下载
- 积分:1
-
DOS下的通用四串口测试程序,用于测试串口是否能正常工作。
DOS下的通用四串口测试程序,用于测试串口是否能正常工作。-DOS generic four serial test procedure for testing whether the serial port to work properly.
- 2022-05-28 08:52:00下载
- 积分:1