-
C++类实现LZW 压缩算法
C++类实现LZW 压缩算法-C++ classes to achieve LZW compression algorithm
- 2022-02-16 07:10:55下载
- 积分:1
-
简单的vc视频捕捉,不是我写的
简单的vc视频捕捉,不是我写的-simple video capture, I did not write
- 2022-03-24 08:35:56下载
- 积分:1
-
做成界面的基于小波的spiht算法压缩解压缩编码
做成界面的基于小波的spiht算法压缩解压缩编码-Make the interface of the SPIHT algorithm based on wavelet compression decompression coding
- 2022-03-06 05:39:22下载
- 积分:1
-
这是一个用VC编的解压包,内容为两个程序例子,内容涉及大量算法,和系统函数。...
这是一个用VC编的解压包,内容为两个程序例子,内容涉及大量算法,和系统函数。-This is a series of the VC-extract package, the contents of the two procedures example, covering a large number of algorithms, and system functions.
- 2022-12-08 10:50:04下载
- 积分:1
-
本文介绍UVLC编解码,提供源代码.测试成功
本文介绍UVLC编解码,提供源代码.测试成功-This article describes UVLC codec, providing the source code. Test success
- 2022-05-25 22:04:51下载
- 积分:1
-
source operating system. Rar
操作系统源程序.rar-source operating system. Rar
- 2022-02-05 23:24:15下载
- 积分:1
-
MIMO与OFDM相结合,并使用VBLAST解码。
结合MIMO和OFDM,并使用VBLAST解码。
- 2022-06-12 07:12:31下载
- 积分: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
-
one tool
自定义 Microsoft Visio 可以配合开发 Microsoft Visio 解决方案,该解决方案是创建解决方案以解决特定绘图问题...
one tool
自定义 Microsoft Visio 可以配合开发 Microsoft Visio 解决方案,该解决方案是创建解决方案以解决特定绘图问题的完善指南。您可以获得有关使用公式设计模仿真实物体和行为的 SmartShape 符号的详细信息。-one tool self-define Microsoft Visio ,it can cooperate with Microsoft Visio to make solution.this solution is a full reference for drawing .you may get SmartShape symbol information about formula to simulate the real object.
- 2023-09-08 18:50:04下载
- 积分:1
-
That is, can understand the principle of Huffman coding, you can understand the...
That is, can understand the principle of Huffman coding, you can understand the image compression technology
- 2022-11-19 00:45:04下载
- 积分:1