-
SMC1602字符液晶的显示程序,封装很好,可直接调用
SMC1602字符液晶的显示程序,封装很好,可直接调用-SMC1602 character liquid crystal display process, package well and can be directly called
- 2022-01-23 11:07:15下载
- 积分:1
-
本程序是基于编码算法hufuman成熟的代码实现,通信。
本程序是基于Hufuman编码压缩算法的成熟代码实现,已经在通信设备数据传输中有成熟应用。-this program is based on the coding algorithm Hufuman mature code realized, communications equipment in a data transmission applications mature.
- 2022-03-19 12:06:09下载
- 积分:1
-
这是一个关于基于混合编码的图象压缩技术的实现,现在勉强可以实现关于小波的图象压缩实现。此程序可以将BMP格式的图象经压缩后以JPG的格式存储起来!压缩比一般可以...
这是一个关于基于混合编码的图象压缩技术的实现,现在勉强可以实现关于小波的图象压缩实现。此程序可以将BMP格式的图象经压缩后以JPG的格式存储起来!压缩比一般可以达到32:1。还可以显示编码压缩所耗时间-This is a mixed coding on the basis of the image compression technology, and now can barely be achieved on wavelet image compression achieved. This procedure can be BMP format images compressed by the JPG format to store up! Compression ratio generally can be reached 32:1. It also shows the time taken Coding
- 2022-09-28 23:35:02下载
- 积分:1
-
连续色调图像无损(近无损)压缩标准Jpeg_Ls源代码
连续色调图像无损(近无损)压缩标准Jpeg_Ls源代码-continuous tone image lossless (Near-lossless) compression standard source code Jpeg_Ls
- 2023-05-08 02:45:03下载
- 积分:1
-
【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示...
【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image-- an outbound trip. Yu Cheng text compression principle on repeated field using three symbols logo Act : (a) repeat prompt, such as @,#, etc.; (2) Run-length parameters, or the number of repeat, if using a byte, the largest the length of 255 to repeat the word; (3) repeat characters. More than three as part of a repeat factor. Visibility to gain compression efficiency, duplication of characters in three more. 2. Run-image compression for the principle of two binary images, a zero original data matrix, progressive compression deal with the matrix : (1) n a row, n; (2) consecutive n 0, expressed as-n.
- 2022-05-06 21:11:33下载
- 积分:1
-
.NET EXE压缩
在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET...
.NET EXE压缩
在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET程序压缩的工具,它也可以将一个EXE和多个DLL合并在一起执行。
如果要压缩一个EXE程序,只需要执行:
netz app.exe
如果要指定图标,可以执行:
netz app.exe -i app.ico
如果程序是控制台程序,需要执行:
netz -c app.exe
也可以把程序和DLL合并为一个应用程序:
netz -s app.exe lib1.dll lib2.dll
.NETZ的工作原理,实际上是先利用#ZipLib 对执行文件进行压缩。执行时在内存中先释放,再利用reflection来实现加载和调用。可以参考DDJ上的相关文章http://www.ddj.com/documents/s=9570/ddj0503m/0503m.html-err
- 2022-01-25 21:00:30下载
- 积分:1
-
javaME动画使用JavaME直接运行拷贝到C盘C:Documents and SettingsAdministratorj2mewtk2.5.2apps...
javaME动画使用JavaME直接运行拷贝到C盘C:Documents and SettingsAdministratorj2mewtk2.5.2apps-javaME animation using JavaME run directly copied to the C drive C: Documents and Settings Administrator j2mewtk 2.5.2 apps
- 2022-03-05 22:16:51下载
- 积分:1
-
哈夫曼编码法的压缩和解压缩,vc6.0编写的,对哈夫曼编码想要了解的朋友有一定帮助。...
哈夫曼编码法的压缩和解压缩,vc6.0编写的,对哈夫曼编码想要了解的朋友有一定帮助。-Huffman coding method of compression and decompression, vc6.0 prepared for Huffman friends want to know some help.
- 2022-03-20 15:24:50下载
- 积分:1
-
基本回音程式,可以改变parameter来测试其速度和音响。
基本回音程式,可以改变parameter来测试其速度和音响。-Basic response programs, can change the parameter to test the speed and sound.
- 2022-03-10 10:40:09下载
- 积分:1
-
rar under linux software, linux system after installation you can extract the ra...
linux下的rar软件,安装后linux系统下就可以解压rar以及相关的文件了。-rar under linux software, linux system after installation you can extract the rar and related documents.
- 2022-03-17 06:48:03下载
- 积分:1