-
我自己编的图像求熵的程序。运行经过了优化。
我自己编的图像求熵的程序。运行经过了优化。-I own image for entropy procedure. After running the optimization.
- 2022-02-10 09:24:31下载
- 积分:1
-
decompress LHA
解压缩软件LHA源码-decompress LHA-source software
- 2023-05-25 18:55:03下载
- 积分:1
-
一种基于行程编码和小波变换的图像压缩编码算法,很值得参考...
一种基于行程编码和小波变换的图像压缩编码算法,很值得参考-Itinerary based on wavelet transform coding and image compression coding algorithm, it is worth considering
- 2022-05-24 22:03:13下载
- 积分:1
-
在北京创新乐团队很高兴地宣布,北京创新乐供应4.0金。该版本包括北京创新乐4.0论坛和全新的北京创新乐4.0出版套房。截至今天,这些都是正式支持产品,为票支持和...
在北京创新乐团队很高兴地宣布,北京创新乐供应4.0金。该版本包括北京创新乐4.0论坛和全新的北京创新乐4.0出版套房。截至今天,这些都是正式支持产品,为票支持和电话支持的资格。-The vBulletin team is very excited to announce the availability of vBulletin 4.0 Gold. The release includes vBulletin 4.0 Forums and the all-new vBulletin 4.0 Publishing Suite. As of today, these are officially supported products that are eligible for both ticket support and phone support.
- 2022-11-21 19:00:03下载
- 积分:1
-
LZHUF、LZSS、LZARJ压缩算法
LZHUF、LZSS、LZARJ压缩算法-LZHUF, LZSS, LZARJ Compression Algorithm
- 2023-04-18 11:30:03下载
- 积分:1
-
小游戏,一款可以自行使用的象棋游戏,你可以轻松的上交作为作业。...
小游戏,一款可以自行使用的象棋游戏,你可以轻松的上交作为作业。-small game, one is free to use the chess game, you can easily surrendered as operations.
- 2022-02-28 09:56:19下载
- 积分:1
-
我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多...
我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多的代码,一时不知如何下手。只好耐下心来,慢慢的研究,总算找到了门路。针对自己的需要改写了文件压缩和解压缩的两个类,分别为ZipClass和UnZipClass。其中碰到了不少困难,就决定写出来压缩和解压的程序后,一定把源码贴出来共享,让首次接触压缩和解压缩的朋友可以少走些弯路。-When I was doing the project will need to compress and decompress files, so downloading from http://www.icsharpcode.net on the compression and decompression of the source code, but it downloaded, and faced with so many code, 1:00 do not know how start with. Had under-resistant heart, the slow research and finally found the avenues. In light of their need to be rewritten a file compression and decompression of the two classes, namely ZipClass and UnZipClass. Which encountered many difficulties, it was decided to write out compression and decompression process, some paste out of the source code sharing, so that the first contact with compression and decompression of friends can take some less roundabout.
- 2022-08-25 01:14:36下载
- 积分:1
-
VC++编程,有源代码,这个程序提供了一个用PPM算法进行文件压缩/解压的类...
VC++编程,有源代码,这个程序提供了一个用PPM算法进行文件压缩/解压的类-VC++ Programming, source code, this procedure provides an algorithm using PPM file compression/decompression classes
- 2022-05-24 07:23:59下载
- 积分:1
-
这是用visual studio 实现的program。是一个自动关机的程序!效果,功能不错!...
这是用visual studio 实现的program。是一个自动关机的程序!效果,功能不错!-This is the realization of visual studio with the program. Is an automated shutdown procedure! Effect, function well!
- 2022-04-27 10:56:58下载
- 积分:1
-
Map coloring to each city on the map as a point of abstraction, and to every cit...
地图着色把地图上的每个城市抽象为一个点,并给每个城市编号,,相邻的城市之间用直线连接。据此做出邻接矩阵,若第i个城市与第j个城市相邻,则metro[i][j]=1,否则metro[i][j]=0。
算法:按照编号从小到大的顺序检查每个城市,对每个城市从1到4使用4种颜色着色,若当前颜色可用(即不与相邻城市颜色相同),则着色;否则测试下一种颜色。
-Map coloring to each city on the map as a point of abstraction, and to every city number, adjacent lines to connect between cities. Accordingly to make adjacency matrix, if the section i and section j cities adjacent cities, the metro [i] [j] = 1, otherwise the metro [i] [j] = 0. Algorithm: In accordance with the code sequence from small to large checks every city, every city on 1-4 from the use of four kinds of color shading, color can be used if the current (ie not with the same colors as the neighboring cities), then coloring Otherwise, the next test colors.
- 2022-02-12 12:09:41下载
- 积分:1