-
经过DCT变换用 LZW进行数据压缩 再还原回来
经过DCT变换用 LZW进行数据压缩 再还原回来-After DCT transform data using LZW compression and then restored back
- 2022-02-02 02:16:21下载
- 积分:1
-
insighttoolkit
InsightToolkit-1.4.0(有大量的优化算法程序)-InsightToolkit-1.4.0 (have a large number of optimization algorithms Procedure)
- 2023-08-26 22:45:07下载
- 积分:1
-
HT1621B flow crystal modules, procedures, must be adopted,
HT1621B流晶模块的,程序,一定可以通过的,-HT1621B flow crystal modules, procedures, must be adopted,
- 2022-07-08 14:36:28下载
- 积分:1
-
这是一个数据结构的遍历赫夫曼树的程序,是有C编程的
这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
- 2023-05-12 06:00:02下载
- 积分: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
-
staff communications management
人员通讯资料的管理-staff communications management
- 2023-03-28 05:05:03下载
- 积分:1
-
压缩解压,是unzip540的升级,这个外国网站摘来的源码,是evb编写....
压缩解压,是unzip540的升级,这个外国网站摘来的源码,是evb编写.-Compression decompression is unzip540 escalation, the foreign site to the source extraction is prepared EVB.
- 2022-07-24 05:37:11下载
- 积分:1
-
matlab program for finding PSNR
matlab program for finding PSNR
- 2022-02-05 07:09:55下载
- 积分:1
-
DS18B20+1602 thermometer code can be transferred in the 51 series on the microco...
DS18B20+1602温度计,代码可以移植在51系列上的单片机。-DS18B20+1602 thermometer code can be transferred in the 51 series on the microcontroller.
- 2022-07-03 18:41:01下载
- 积分:1
-
0_1背包问题使用一个给定n种去的动态规划解法…
0_1背包问题用动态规划解给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-0_1 knapsack problem using dynamic programming solution of a given n types of goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
- 2023-04-12 03:25:02下载
- 积分:1