-
fast arithmetic coding sourcecode FastAC, i got it from Pearlam website. you can...
快速算术编码FastAC,来源于Pearlman个人主页,是非常有用的算术编码代码。可以用于图像,视频编解码中;也可以用于语音等编解码中。谢谢。-fast arithmetic coding sourcecode FastAC, i got it from Pearlam website. you can use it in image/video codec, or other codec.
- 2022-07-23 14:22:51下载
- 积分: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
-
在八个城市之间建造电视微波中继站,如图是可行线路,弧旁数字为费用。试建在哪个城市可实现连通每个城市且费用为最低。...
在八个城市之间建造电视微波中继站,如图是可行线路,弧旁数字为费用。试建在哪个城市可实现连通每个城市且费用为最低。-Between the eight cities in the construction of TV microwave relay station, it is feasible to figure lines, beside the figure for the cost of arc. Try to build cities in which to achieve connectivity in each city and the cost of the lowest.
- 2022-11-29 11:50:03下载
- 积分:1
-
downloaded from internet
downloaded from internet
- 2022-03-12 22:31:14下载
- 积分:1
-
图像椒盐噪声去除研究程序,在matlab条件下编译的,主要应用中值滤波法对噪声的去除....
图像椒盐噪声去除研究程序,在matlab条件下编译的,主要应用中值滤波法对噪声的去除.-Impulse Noise Removal procedures, the conditions under Matlab Compiler. Application of the main method of filtering noise removal.
- 2022-07-06 13:18:24下载
- 积分:1
-
lzma算法实现,很经典包括c/c++/c#/java的实现
lzma算法实现,很经典包括c/c++/c#/java的实现-lzma algorithm, including classic c/c++/c#/java realization
- 2022-04-19 17:09:24下载
- 积分:1
-
cab文件压缩、解压程序源代码
cab文件压缩、解压程序源代码-cab document compression, decompression source code
- 2022-09-29 18:45:03下载
- 积分:1
-
Zip文件的加压解压
Zip文件的加压解压-Zip file compression of decompression
- 2022-07-27 15:59:14下载
- 积分:1
-
Learning is mainly based on wavelets, mutual exchanges, learn from each other. W...
主要是学习小波的基础,互相交流,互相学习。欢迎交流啊
-Learning is mainly based on wavelets, mutual exchanges, learn from each other. Welcome the exchange of ah
- 2022-04-24 09:39:26下载
- 积分:1
-
MP3文件以一帧为一个编码单元,各帧编码数据是独立的。为了清晰而准确地描述mp3文件格式,下面采用位流语法描述,这种语法格式与c语言近似,易于理解,且描述清晰...
MP3文件以一帧为一个编码单元,各帧编码数据是独立的。为了清晰而准确地描述mp3文件格式,下面采用位流语法描述,这种语法格式与c语言近似,易于理解,且描述清晰-An MP3 file to a coding unit, the encoded data frame is independent. In order to clear and accurate description of mp3 file format, the following description of the use of bit-stream syntax, the syntax and language similar to c, easy to understand and describe a clear
- 2022-05-14 23:02:33下载
- 积分:1