-
我有这个代码在调试运行后
本代码经过本人多次调试运行过,绝对可用。用户可根据里面的(执行步骤)这一文件运行程序。该ezw代码基于raster扫描顺序(有别于常用的morton扫描顺序)来编写的。-I have this code after debugging run-off is absolutely available. Users can be inside (steps) of the document run the program. EZW code based on the raster scan order (as distinct from the commonly used Morton scan order) to write the.
- 2022-06-26 15:09:43下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压-ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
- 2022-01-25 23:40:07下载
- 积分:1
-
男人
人机界面开发的 C 语言程序库
解压密码 本站默认解压密码:www.supcode.com -man-machine interface development of C language program library extract passwords Archives default extract Password : www.supcode.com
- 2023-02-07 09:35:03下载
- 积分:1
-
数据压缩的方法演示
数据压缩的方法演示-data compression method demonstration
- 2022-07-18 19:34:11下载
- 积分:1
-
available only following a number ah
上载多少才可以下一个啊>-available only following a number ah
- 2022-07-21 15:21:21下载
- 积分:1
-
奎因
Quine-McCluskey算法
- 2022-08-07 15:00:09下载
- 积分:1
-
著名压缩解压缩算法7z的源代码,开发环境是vc++,十分方便大家学习....
著名压缩解压缩算法7z的源代码,开发环境是vc++,十分方便大家学习.-Well-known compression algorithms 7z extract the source code, development environment is vc++, Everyone is very convenient to learn.
- 2022-01-31 08:11:32下载
- 积分:1
-
本程序分两部分,分别为界面和驱动程序,其中驱动程序为压缩解压缩的核心程序。
开发环境为VC6.0。
界面部分可由crs...
本程序分两部分,分别为界面和驱动程序,其中驱动程序为压缩解压缩的核心程序。
开发环境为VC6.0。
界面部分可由crs->ddu->ddu.dsp建立工作组,编译生成的可执行程序为debug中的ddu.exe 驱动部分由crs->驱动->驱动.c编译生成可执行文件。
具体压缩解压缩操作可见《操作手册》。-This procedure was divided into two parts, namely, interface and driver, one of the drivers for the compression of the core decompression procedure. Development environment for VC6.0. Interface may be part of crs->ddu-> ddu.dsp Working Group set up, the compiler generates the executable program to debug the ddu.exe driven in part by crs-> Driver-> Driver. C compiler to generate executable file. Extract specific compression operation can be seen " manual."
- 2022-03-06 21:00:50下载
- 积分:1
-
一个模拟打字训练的小程序 可以测试打字速度和记录最好的三次成绩...
一个模拟打字训练的小程序 可以测试打字速度和记录最好的三次成绩-typing a simulation training procedures can test a small typing speed and record the best three results
- 2022-02-04 17:06:21下载
- 积分: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