-
一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩...
一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩-lZW a compression algorithm based on the efficient realization can be used for data and image compression efficiency
- 2023-01-12 12:45:04下载
- 积分:1
-
h264编解码.用C++实现了图像的编解码功能。
h264编解码.用C++实现了图像的编解码功能。-h264 codec. with C++ realize the image codec functionality.
- 2022-05-30 09:36:12下载
- 积分:1
-
哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序...
哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder/decoder compression and decompression containing the source code (C language) and enforceability procedures
- 2023-07-05 16:35:03下载
- 积分:1
-
c语言编写的操作系统存储管理程序,比较简单,可作为参考。...
c语言编写的操作系统存储管理程序,比较简单,可作为参考。-c language operating system memory management procedures are relatively simple, can be used as reference.
- 2022-03-11 21:50:08下载
- 积分: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
-
#包括<;MEGA8。H & gt;
#include
#include
#include
#include
#include
#include
#define TG PORTB.1
#define RF_Rx PIND.2
#define Busy PIND.3
#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-#include
#include
#include
#include
#include
#include
#define TG PORTB.1
#define RF_Rx PIND.2
#define Busy PIND.3
#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
- 2022-07-27 10:40:10下载
- 积分:1
-
程序包压缩,目录浏览,代码压缩,备份
程序打包压缩,目录浏览,程序代码的压缩、备份-Program package compression, directory browsing, code compression, backup
- 2022-02-14 11:55:07下载
- 积分:1
-
这份是一份压缩解压缩的商业产品的源码JZIP。压缩算法比较不错,值得推荐浏览...
这份是一份压缩解压缩的商业产品的源码JZIP。压缩算法比较不错,值得推荐浏览-this is a compression decompression of the commercial products JZIP source. Compression Algorithm quite good, and worth recommending View
- 2022-03-23 06:14:26下载
- 积分:1
-
linux下的所有压缩文件的解压管理器,直接通过它就可以解压绝大多数的压缩文件,而不需要记忆那么多的解压命令和复杂的参数。
linux下的所有压缩文件的解压管理器,直接通过它就可以解压绝大多数的压缩文件,而不需要记忆那么多的解压命令和复杂的参数。-of all of extracting compressed file manager, directly through the majority of it can extract the compressed files without the need to remember so many orders and extracting complex parameters.
- 2022-06-17 08:23:01下载
- 积分:1
-
RLE8压缩和解压缩算法
用VS2005开发,并且测试通过
RLE8压缩和解压缩算法
用VS2005开发,并且测试通过-RLE8 compression and decompression algorithm using VS2005 to develop and test
- 2022-10-08 21:45:08下载
- 积分:1