-
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
-
compressive sensing 新版本MMA14
compressive sensing 新版本MMA14- This is an example using the Subspace Pursuit
Algorithm of Wei Dai and Olgica Milenkovic
"Subspace Pursuit for Compressive Sensing: Closing the
Gap Between Performance and Complexity"
and the Re-weighted algorithm of Rick Chartrand and Wotao Yin
"Iteratively Reweighted Algorithms for Compressive Sensing"
In order to run this example you need to install all these m.files
in the same directory and type trialSP2 at the prompt.
Written by Igor Carron
http://nuit-blanche.blogspot.com
Creative Commons Licence with attribution
- 2022-06-01 02:21:04下载
- 积分:1
-
jpeg中JpegVC++类,用于开发jpeg压缩算法
jpeg中JpegVC++类,用于开发jpeg压缩算法-jpeg in JpegVC++ category, for the development of jpeg compression algorithm
- 2022-02-20 16:00:11下载
- 积分:1
-
open i think you shoud open idea
prepared by the pivotal games, and we can usu...
关于vb的一些代码
C#制作的拼图游戏C#制作的拼图游戏C
・拼图游戏,可以回退等。练手用的。
・-open i think you shoud open idea
prepared by the pivotal games, and we can usually common are very similar. readers can learn code, the reference program, of course, can also entertainment for the readers.
- 2022-12-09 15:40:03下载
- 积分:1
-
contourlet_toolbox工具箱,用以实现contourlet编码
contourlet_toolbox工具箱,用以实现contourlet编码-Toolbox contourlet_toolbox to realize Contourlet coding
- 2022-10-03 10:00:03下载
- 积分:1
-
#define Mess1 PORTB.0
#define Mess2 PORTD.7
#define Mess3 PORTD.6
#define...
#define Mess1 PORTB.0
#define Mess2 PORTD.7
#define Mess3 PORTD.6
#define Mess4 PORTD.5
#define Mess5 PORTB.7
#define Mess6 PORTB.6
#define Buzzer PORTD.0
#define Zone1 PINC.0
#define Zone2 PINC.1
#define Zone3 PINC.2
#define Zone4 PINC.3
#define Zone5 PINC.4
#define Zone6 PINC.5
#define Zone7 PIND.1
#define Red PORTB.7-
#define Mess1 PORTB.0
#define Mess2 PORTD.7
#define Mess3 PORTD.6
#define Mess4 PORTD.5
#define Mess5 PORTB.7
#define Mess6 PORTB.6
#define Buzzer PORTD.0
#define Zone1 PINC.0
#define Zone2 PINC.1
#define Zone3 PINC.2
#define Zone4 PINC.3
#define Zone5 PINC.4
#define Zone6 PINC.5
#define Zone7 PIND.1
#define Red PORTB.7
- 2022-02-04 00:04:15下载
- 积分:1
-
用RLE算法压缩
compression with rle algorithm
- 2023-02-05 07:00:03下载
- 积分:1
-
算术编码与译码原理以及Matlab实现代码
算术编码与译码原理以及Matlab实现代码-The principle of arithmetic coding and decoding, as well as realize Matlab code
- 2023-03-19 21:20:02下载
- 积分:1
-
基于小波变换的零树编码对静止图像进行压缩与解压
基于小波变换的零树编码对静止图像进行压缩与解压-based on wavelet transform is the right tree coding static image compression and decompression
- 2022-03-13 00:50:04下载
- 积分:1
-
它是用来在UNIX文件建议紧凑。
gzip源码,用于压缩,在unix下使用的主流压缩工具,建议参考-it is used to compact files in unix.It is recommended.
- 2022-08-20 04:57:16下载
- 积分:1