-
Quick Mutli Search算法,对QuickSearch算法的改进,支持一次搜索多个子串、正/反向查找、不区分大小写查找...
Quick Mutli Search算法,对QuickSearch算法的改进,支持一次搜索多个子串、正/反向查找、不区分大小写查找-Quick Search algorithm, right QuickSearch algorithm, to support a number of search-string is/Reverse Search, Search is case insensitive
- 2022-06-16 10:27:20下载
- 积分:1
-
unix/linux下支持各种压缩算法的软件,支持gzip、7z、arj、rar、bzip...
unix/linux下支持各种压缩算法的软件,支持gzip、7z、arj、rar、bzip-unix/linux to support various compression algorithm software, support gzip, 7z, arj. rar, bzip
- 2022-07-24 07:50:01下载
- 积分:1
-
bmp转成jpg也是压缩哦! 111 111 111
bmp转成jpg也是压缩哦! 111 111 111
-bmp into jpg is compressed Oh! 111 111 111 111 111
- 2022-07-04 15:04:21下载
- 积分:1
-
PPMd compression of the source
PPMd压缩方式的源码-PPMd compression of the source
- 2022-05-25 14:25:12下载
- 积分:1
-
Unix系统下,小波包变换的实现例子,当然,稍作改动也可用于windows系统下。...
Unix系统下,小波包变换的实现例子,当然,稍作改动也可用于windows系统下。-uninx system,wavelet transform example,but,you can transplant it to window with little modification.
- 2022-08-13 12:11:45下载
- 积分:1
-
c source cord, just for check function
c source cord, just for check function-c source cord,just for check function
- 2023-01-22 11:25:03下载
- 积分:1
-
在VB中实现 Zip 和 Unzip 的程序,完全兼容WinZip.rar
在VB中实现 Zip 和 Unzip 的程序,完全兼容WinZip.rar-in VB achieve Zip and Unzip procedures, fully compatible WinZip.rar
- 2023-04-29 07:00:04下载
- 积分:1
-
采用VB+ACCESS编写的图书管理系统,
采用VB+ACCESS编写的图书管理系统,-VB+ ACCESS prepared using the library management system,
- 2022-03-22 13:40:26下载
- 积分:1
-
哈夫曼树编码代码
哈夫曼树编码代码-Huffman code tree coding
- 2022-04-02 11:53:15下载
- 积分: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