-
减压的主程序
Main program for decompression
- 2022-02-02 03:15:36下载
- 积分:1
-
本文主要完成了对H.264视频压缩算法的编码器的各个关键环节的分析,
以及对H.264视频压缩算法的软件实现的研究,还有对H.264视频压缩算法的压
缩...
本文主要完成了对H.264视频压缩算法的编码器的各个关键环节的分析,
以及对H.264视频压缩算法的软件实现的研究,还有对H.264视频压缩算法的压
缩性能的测试和分析。
-In this paper, completed the H.264 video compression algorithm of the encoder of the various key aspects of analysis, as well as the H.264 video compression algorithm of the software realize the study, as well as H.264 video compression algorithm for compression performance testing and analysis.
- 2023-04-23 03:20:04下载
- 积分:1
-
视频编解码,H.264编解码在视频会议中应用
视频编解码,H.264编解码在视频会议中应用-Video codec, H.264 codec in the video conferencing application
- 2022-02-14 04:33:31下载
- 积分:1
-
数据压缩的方法演示
数据压缩的方法演示-data compression method demonstration
- 2022-07-18 19:34:11下载
- 积分:1
-
WIN95/98 PE压缩软件源程序
WIN95/98 PE压缩软件源程序-WIN95/98 PE compression software source program
- 2023-09-06 10:30:02下载
- 积分:1
-
LZW数据压缩算法
LZW数据压缩算法-LZW data compression algorithm
- 2022-03-30 12:34:06下载
- 积分:1
-
工业组态软件,广泛用于工业控制的定制开发、快速开发,压缩包中包含学习例子,可供初学者快速入门...
工业组态软件,广泛用于工业控制的定制开发、快速开发,压缩包中包含学习例子,可供初学者快速入门-Industrial configuration software, widely used in industrial control, custom development, rapid development, compressed package includes the learning examples are available for beginners Quick Start
- 2022-07-27 05:36:16下载
- 积分:1
-
实现文件压缩与解压缩,编程环境。净…
实现文件的压缩与解压,编程环境.net2003,在win2000+sp4下调试通过,适用于.net初学者参考。-achieve document compression and decompression, the programming environment. Net2003. In WIN2000 sp4 through debugging under applicable to. net beginners reference.
- 2022-04-20 23:00:42下载
- 积分:1
-
一段控制ERP程序自动执行代码,用于超市或者仓库自动录入,枪扫...
一段控制ERP程序自动执行代码,用于超市或者仓库自动录入,枪扫-ERP control procedures for some self-executing code, used for automatic admission to the supermarket or warehouse, gun sweep
- 2022-03-04 15:32:34下载
- 积分: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