-
汉字编码转换过程与大家分享好东西
汉字转换内码程序
好东西大家一起分享
-Kanji code conversion process to share good things with everyone
- 2023-04-11 14:35:03下载
- 积分:1
-
主要是一些文件的操作,新建文件夹、下载,上传、分割文件、合并文件、Unzip解压Zip压缩、剪切、复制、粘贴 等功能...
主要是一些文件的操作,新建文件夹、下载,上传、分割文件、合并文件、Unzip解压Zip压缩、剪切、复制、粘贴 等功能-Are mainly for file operations, the new folders, download, upload, split files, merge files, Unzip decompression Zip compression, cut, copy, paste and other functions
- 2022-07-11 16:29:07下载
- 积分:1
-
惠普实验室的经典代码。用于huffman编码的快速实现,具有参考价值...
惠普实验室的经典代码。用于huffman编码的快速实现,具有参考价值-HP Labs classic code. Huffman coding for the rapid realization of value with reference
- 2022-07-16 17:10:08下载
- 积分:1
-
一种基于行程编码和小波变换的图像压缩编码算法,很值得参考...
一种基于行程编码和小波变换的图像压缩编码算法,很值得参考-Itinerary based on wavelet transform coding and image compression coding algorithm, it is worth considering
- 2022-05-24 22:03:13下载
- 积分:1
-
字符串的压缩与解压,输入一字符串文件,压缩后得一文件,在经解压得原文件。大家一起分享。...
字符串的压缩与解压,输入一字符串文件,压缩后得一文件,在经解压得原文件。大家一起分享。-string compression and decompression, the importation of a string, in a compressed file, after decompression in the original document. To share with everyone.
- 2022-08-13 23:04:38下载
- 积分:1
-
通信中的数据解压缩。用一个字节存放整数部分,后面的每个字节存放两位小数。整数位有变化是更新整数位。已经编译通过。...
通信中的数据解压缩。用一个字节存放整数部分,后面的每个字节存放两位小数。整数位有变化是更新整数位。已经编译通过。-Communication decompress data. Stored with a byte integer part of the back of each byte stored two decimals. Integer-bit change is to update the integer bit. Has been compiled through.
- 2023-08-09 07:10:03下载
- 积分:1
-
是个关于压缩程序的代码。
是个关于压缩程序的代码。-is on the compression procedure code.
- 2023-03-21 16:05:04下载
- 积分:1
-
label1.Caption:=ComputerId1.MacAddress //得到Mac地址
label2.Caption:=ComputerId1....
label1.Caption:=ComputerId1.MacAddress //得到Mac地址
label2.Caption:=ComputerId1.CPUSerialNumber-label1.Caption : = ComputerId1.MacAddress// Mac address is label2.C aption : = ComputerId1.CPUSerialNumber
- 2022-09-09 13:15:03下载
- 积分:1
-
这是一个例子,压缩在MATLAB的JPEG,和它的价值…
图像压缩的MATLAB算法之JEPG,完整的例程,参改价值高。-This compression is for jpeg in matlab with a whole example,and it s valuable to look at it!
- 2022-03-02 22:30:25下载
- 积分: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