搜索资源列表
JPEGcompressencoding
- 1.JPEG压缩编码的vc++代码 2.使用Run length algorithm Jpeg图像编解码 3.内含有测试用c,rc,h,文件,测试用图像文件,翔实,清晰的代码注释行 -1.JPEG Coding vc code 2. Run length algorith used m Jpeg image codecs 3. contain Test c, rc, h, documentation, testing with image files, informative, Note
BT878
- H.265 可用于 3G,HDTV 音视频编解码协议; H.265 使用了 D2,D3,D4,MM 小波; BPDD位流编解码; 熵量化速率控制; 时间域三维仿真; 目标提取跟踪; 等技术。 H.265 可运行于 DM64XX(TI) PNX15XX(PHILIPS) BT878(X86) SAA7130(X86) NETWORK(X86)。 -H.265 for 3G, HDTV video and audio codecs agree
SAA7134
- H.265 可用于 3G,HDTV 音视频编解码协议; H.265 使用了 D2,D3,D4,MM 小波; BPDD位流编解码; 熵量化速率控制; 时间域三维仿真; 目标提取跟踪; 等技术。 H.265 可运行于 DM64XX(TI) PNX15XX(PHILIPS) BT878(X86) SAA7130(X86) NETWORK(X86)。 -H.265 for 3G, HDTV video and audio codecs agreemen
zlib-1.2.3
- We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly
tmn-3.2.0
- H.263+编解码程序-H.263 codec procedures
H265_2008_8_23
- ZPAV (H.265) is audio-visual codec protocol, very different from H264/MPEG4, ZPAV (H.265) basic algorithm is wavelets, SPIHT, BSW, MMW, ...... ZPAV (H.265) basic algorithm : 1, analysis/synthesis : wavelets 2, denoise : GCV (general
VQ
- 算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。 算术编码的过程如下: (1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC 为字符分配区间的低端。 (2)根据有限的信源估算出各元素的概率。 (3)杜宇编码的元素A1,根据(2)估算的概率和区间,计算出该元素编码后的新的l,和h。-Arithmetic coding is a source expresse
H265_X86_DEMO_6.3
- ZPAV (H265) PC(X86) demo ZPAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4, ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,...... -ZPAV (H265) PC(X86) demo ZPAV (H265) is audio-visual codec protocol, very different from H264/MPEG4, ZPAV (H265
zlib-1.2.3
- Zlib压缩算法,可在BCB下和VC下使用,附dll工程,直接用VC可编译成dll,可在其它开发环境下使用-Zlib compression algorithm can be under BCB and VC to use, with a dll project, the direct use of VC can be compiled into a dll, can be used in other development environments
1
- #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1
4
- #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1
6
- #include <mega8.h> #include <stdio.h> #include <delay.h> #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 #
lunkuosaomiao
- 城市轮廓线: 输入文件:input1.dat 第一行为建筑个数 之后每行格式为三个数x1 h x2,其中x1,x2是建筑的开始和结束坐标 h是建筑的高度 输出最后轮廓-Urban contour line: the input file: input1.dat first acts after the building number format for each line number 3 x1 h x2, where x1, x2 is the beginn
high_ff
- H264 decode in VC 9 include sse3 codec 1. install MinGW 2. set executable files path for VC EX. C:\Program Files\MinGW\bin 3. build path name only in ascii code, can not unicode EX. c:\hi_ff264 or d:\hi_ff264 is good 4. Choice register in
HM-3.2
- 下一代视频编码标准HEVC(H.265)的测试代码HM-3.2-HM-3.2 test code of the next-generation video coding standard HEVC (H.265)
H.264_2010
- H264,修订版协议,根据2010年3月份版本修正-H264 Revision Agreement 2010
H264-reference-document
- 关于H264,通用的6个进阶文档为 1 《H.264_MPEG-4 Part 10 White Paper》 2 《Video coding using the H.264 MPEG-4 AVC compression standard》 3 《H.264 and MPEG-4 video compression》 4 《Overview of the H.264_AVC Video Coding Standard》 5 《Overview an
DS4
- 设电文字符集D及各字符出现的概率F如下: D={a,b,c,d,e,f,g,h}(字符数n=8) F={5,29,7,8,14,23,3,11}( ) 编写完成下列功能的程序: ①构造关于F的Huffman树; ②求出并打印D总各字符的Huffman编码。 程序结构: 类型说明; 构造Huffman树的函数:Huffman_tree(H[m+1]); 求Huffman编码的函数:Huffman_code(code[n+1]); mai