-
某些运动的答案
Answer of certain exercise-Answer
- 2022-11-10 06:20:04下载
- 积分:1
-
a relatively simple VB Access from the development of the system, please see slo...
一个比较简单的由VB+Access开发的系统,请慢看-a relatively simple VB Access from the development of the system, please see slow
- 2023-09-06 19:05:04下载
- 积分:1
-
哈夫曼压缩程序Huffman哈夫曼压缩…
哈夫曼压缩程序哈夫曼压缩哈夫曼压缩哈夫曼压缩程序
- 2022-11-08 03:25:03下载
- 积分:1
-
文件自动解压缩程序
文件自动解压缩程序-documents automatically extracted
- 2022-02-02 11:05:01下载
- 积分:1
-
本程序提供了哈夫曼编码的压缩和解压缩函数,并实现了图象文件的压缩和解压缩...
本程序提供了哈夫曼编码的压缩和解压缩函数,并实现了图象文件的压缩和解压缩-the procedures provided Huffman coding compression functions, and to achieve the image file compression
- 2022-07-04 00:43:27下载
- 积分:1
-
基于改进K
基于改进K-means的压缩IP
由于k-means本身受异常点影响较大,这里采用迭代k-means的方法,降低异常点的影响,减少计算量和提高聚类数目的灵活性。并添加合并异常聚类方法,提高聚类的均匀性-K-means based on improved compression IP
As k-means itself is influenced by outliers, where an iterative k-means method to reduce the impact of outliers, reducing the number of cluster computing capacity and enhanced flexibility. And add the combined abnormal clustering method to improve the uniformity of clustering
- 2023-03-31 12:15:04下载
- 积分:1
-
g722的压缩和解压缩源码
g722的压缩和解压缩源码-compression FOSS
- 2022-12-23 21:55:03下载
- 积分:1
-
字模for LCD 8x8 16x16
字模for LCD 8x8 16x16
-Matrix for LCD 8x8 16x16
- 2022-01-20 22:33:57下载
- 积分:1
-
ZPAV (H265) pnxNNNN (PHILIPS) demo ZPAV (H265) is audio
ZPAV (H265) pnxNNNN(PHILIPS) demo
ZPAV (H265) is audio-visual codec protocol, very different from H264/MPEG4,
ZPAV (H265) basic algorithm is wavelets, SPIHT, BSW, MMW, ......
ZPAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4,
ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,......
-ZPAV (H265) pnxNNNN (PHILIPS) demo ZPAV (H265) is audio-visual codec protocol, very different from H264/MPEG4, ZPAV (H265) basic algorithm is wavelets, SPIHT, BSW, MMW, ...... ZPAV ( H265) is the audio and video compression decompression agreements, very different from the H264/MPEG4, ZPAV (H265) the basic algorithm is a wavelet, multi-level tree collection groups, generalized wavelets, mathematical morphology wavelet ,......
- 2023-01-17 00:10: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