-
fci
fci
- 2022-12-08 22:35:03下载
- 积分:1
-
introduced Embedded Video from Shanghai Jiaotong University, is a video training...
介绍嵌入式的视频,来自上海交通大学,是一个ARM培训的视频教程-introduced Embedded Video from Shanghai Jiaotong University, is a video training ARM Guide
- 2022-08-20 16:56:45下载
- 积分:1
-
CORDIC algorithm using VHDL realize VLSI realize image processing algorithm tech...
CORDIC算法的VHDL实现 对于采用VLSI实现图象处理技术的算法中有很大的帮助-CORDIC algorithm using VHDL realize VLSI realize image processing algorithm technology has a great help
- 2022-02-25 22:46:20下载
- 积分:1
-
这是从网络加载SWF
this is a swf from net load
- 2022-01-25 20:23:59下载
- 积分: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
-
这是一个小游戏,也是用vc++缟的,用的是汉诺塔数学原理。
这是一个小游戏,也是用vc++缟的,用的是汉诺塔数学原理。-This is a game, but also with the vc++ Pseudocaranx, using a mathematical principle of Tower of Hanoi.
- 2022-02-14 09:13:53下载
- 积分:1
-
此书也是关于压缩解压缩的,作者是David salomon,比较经典的书籍,在网上不好找到....
此书也是关于压缩解压缩的,作者是David salomon,比较经典的书籍,在网上不好找到. -The book is also on the compression decompression, the author is David salomon, compare the classic books, the Internet not found.
- 2022-03-19 05:02:54下载
- 积分:1
-
GPS坐标转换软件:直角坐标与大地坐标转换
GPS坐标转换软件:直角坐标与大地坐标转换-GPS coordinate conversion software : Cartesian coordinates of the earth and conversion
- 2022-04-25 06:26:10下载
- 积分:1
-
此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩...
此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩-source of this according to jpeg standards prepared by the Huffman compression source code, mainly for image data compression
- 2022-06-03 20:18:56下载
- 积分:1
-
本程序采用了最简单的方块编码对512×512的lena图像进行了编码.运行程序后可以看出,方块取得越大,图像编码后失真越大。...
本程序采用了最简单的方块编码对512×512的lena图像进行了编码.运行程序后可以看出,方块取得越大,图像编码后失真越大。-This procedure uses the most simple code box 512 × 512 on the lena image coding. After running the program we can see that the box to obtain the greater the greater the distortion image is encoded.
- 2022-04-30 03:31:22下载
- 积分:1