-
C_LZ.rar 一个C写的LZS压缩算法 C_LZ.rar 一个C写的LZS压缩算法
C_LZ.rar 一个C写的LZS压缩算法 C_LZ.rar 一个C写的LZS压缩算法-C_LZ.rar 一个C写的LZS压缩算法
- 2022-01-26 04:04:46下载
- 积分:1
-
模拟了双周期光栅的衍射情况,给出了衍射图象
模拟了双周期光栅的衍射情况,给出了衍射图象-Simulation of a dual-cycle of the diffraction grating, the diffraction image is given
- 2022-02-11 17:49:19下载
- 积分:1
-
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串...
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。-① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically generated by the process of LL (1) analysis table ③ For a given input strings, should be able to identify the string to determine whether a given grammar sentence.
- 2023-07-09 00:45:03下载
- 积分:1
-
Shortest path algorithm C C++ Adjacency matrix realize Huffman Huffman tree algo...
最短路径算法C C++ 邻接矩阵实现
哈夫曼算法和哈夫曼树
RSA算法的C++实现
lzw压缩算法的c语言实现
计算日期程序(C语言)
-Shortest path algorithm C C++ Adjacency matrix realize Huffman Huffman tree algorithm and RSA algorithm C++ Realize LZW compression algorithm c language procedures realize the calculation date (C language)
- 2023-04-30 18:20:03下载
- 积分:1
-
Details about SBR ... how it increases the compression in audio
Details about SBR ... how it increases the compression in audio
- 2022-07-24 14:27:01下载
- 积分:1
-
Averlogic AL576芯片MPEG4压缩示例源程序,可用于AV576 MPEG4压缩解压程序开发...
Averlogic AL576芯片MPEG4压缩示例源程序,可用于AV576 MPEG4压缩解压程序开发-Averlogic AL576 chip MPEG4 compression sample source code that can be used AV576 MPEG4 compression decompression program development
- 2022-04-21 08:39:57下载
- 积分:1
-
这是老师送我们的他多年来开发的工具包,包括dateioarray
et等的处理...
这是老师送我们的他多年来开发的工具包,包括dateioarray
et等的处理-This is the teacher sent us over the years, he developed a toolkit, including the date io array net address, etc.
- 2022-12-07 19:25:03下载
- 积分:1
-
用一个完整的熵编码,用的是用C++编写的直接链接…
一个带有源码的完整的熵编码程序,使用vC++编写,直接编译链接就可以运行,执行速度比较可以-With a complete source of entropy coding, the use of vC++ Prepared directly link the compiler can be run, the implementation speed comparison, we can
- 2022-12-10 02:55:02下载
- 积分:1
-
lzw压缩解压算法源码
lzw压缩解压算法源码-The soruce of LZW compression algorithm
- 2023-04-04 06:40:04下载
- 积分: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