-
Classification of measuring instruments used in business management, accounting...
用于企业的计量器具分类管理、台帐修订、检定日期生成、器具查询等功能的一部分源代码;-Classification of measuring instruments used in business management, accounting revision, test date generation, equipment check and other functions as part of the source code
- 2022-09-12 10:15:06下载
- 积分: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
-
关于zip于unzip的源码,c语言实现
关于zip于unzip的源码,c语言实现-to unzip zip on the source, c Language
- 2022-12-20 22:35:04下载
- 积分:1
-
this procedure is what I want to write a week to help out please see ah
这个程序是我想了一个星期写出来 请大家帮忙看看呀-this procedure is what I want to write a week to help out please see ah
- 2022-05-20 19:13:03下载
- 积分:1
-
C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码...
C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码-C code to complete jpeg encoding and decoding, including dct, quantization, zigzag and the Huffman code, decoding
- 2022-03-02 17:24:15下载
- 积分:1
-
这是我前天终于编好的,谢谢大家,请适用
这是我前天终于编好的,谢谢大家,请适用
-This the day before yesterday I was a good series, thank you, thank you please apply
- 2022-05-25 21:17:08下载
- 积分: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
-
Chip type : ATmega8
Program type : Application
Clock frequency : 8.000000 MH...
Chip type : ATmega8
Program type : Application
Clock frequency : 8.000000 MHz
Memory model : Small
External SRAM size : 0
Data Stack size : 256
*****************************************************/
#include
#include
#include
#include
#include
#include
#define TG PORTB.1
#define RF_Rx PIND.2
#defi-Chip type : ATmega8
Program type : Application
Clock frequency : 8.000000 MHz
Memory model : Small
External SRAM size : 0
Data Stack size : 256
*****************************************************/
#include
#include
#include
#include
#include
#include
#define TG PORTB.1
#define RF_Rx PIND.2
#defi
- 2022-04-23 06:15:39下载
- 积分:1
-
实现对字符的赫夫曼编码,译码,运用栈存储少量字符数据
实现对字符的赫夫曼编码,译码,运用栈存储少量字符数据-Realize the characters Huffman encoding, decoding, using a small amount of character data storage stack
- 2022-06-29 13:15:37下载
- 积分:1
-
压缩算法的源代码
压缩算法的源代码-compression algorithm source code
- 2022-05-06 00:25:59下载
- 积分:1