CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - h.3
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - h.3 - List
[
Compress-Decompress algrithms
]
JPEGcompressencoding
DL : 0
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, Notes clear code OK
Date
: 2008-10-13
Size
: 33.89kb
User
:
方周
[
Compress-Decompress algrithms
]
BT878
DL : 1
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 agreement; H.265 use the D2, D3, D4, MM wavelet; BPDD-flow codecs; Entropy quantified rate control; 3-D time-domain simulation; extracting target tracking; technology. H.265 operates in DM64XX (TI) PNX15XX (PHILIPS) BT878 (X86) SAA7130 (X86) NETWORK (X86).
Date
: 2008-10-13
Size
: 4.59mb
User
:
彭珍
[
Compress-Decompress algrithms
]
SAA7134
DL : 3
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 agreement; H.265 use the D2, D3, D4, MM wavelet; BPDD-flow codecs; Entropy quantified rate control; 3-D time-domain simulation; extracting target tracking; technology. H.265 operates in DM64XX (TI) PNX15XX (PHILIPS) BT878 (X86) SAA7130 (X86) NETWORK (X86).
Date
: 2008-10-13
Size
: 4.49mb
User
:
彭珍
[
Compress-Decompress algrithms
]
zlib-1.2.3
DL : 0
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, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.-We often get questions about how the deflat e () and inflate () functions should be used. Use rs 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 properl y, and so on. So for those who have read zlib.h (a few times), and would like further edification. below is an annotated example in C of simple rout ines to compress and decompress from an input fi le to an output file using deflate () and inflate () respectively. The annotations are interspe rsed between lines of the code. So please be read tween the lines. We hope this helps explain some of the intricacies of zlib.
Date
: 2008-10-13
Size
: 594.33kb
User
:
ylin_v
[
Compress-Decompress algrithms
]
tmn-3.2.0
DL : 0
H.263+编解码程序-H.263 codec procedures
Date
: 2008-10-13
Size
: 139.94kb
User
:
王正国
[
Compress-Decompress algrithms
]
H265_2008_8_23
DL : 0
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 (generalized cross validation) 3, bit-rate controller : entropic bit-rate controller 4, quantizer : entropic quantizer 5, DC/AC : NDLD (near-domain lower dimension) 6, MV/QP codec : BSW (generalized (broad-sense) wavelets) 7, bitplanes codec : SPIHT, EZW, MMW (mathematical morphological wavelets), BPLD (bitplanes lower dimension) 8, bitstreams codec : arithmetic, entropy 9, motion estimate : MBOD (macro block optimal decision), MVP (motion vector prediction) A, motion search : EPZS, diamond(normal, advance, small), square B, post process : low_pass, default, dering filter .
Date
: 2008-10-13
Size
: 2.88mb
User
:
彭珍
[
Compress-Decompress algrithms
]
tmn-3.2.0
DL : 0
H.263+编解码程序-H.263 codec procedures
Date
: 2025-12-16
Size
: 140kb
User
:
王正国
[
Compress-Decompress algrithms
]
JPEGcompressencoding
DL : 0
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, Notes clear code OK
Date
: 2025-12-16
Size
: 34kb
User
:
方周
[
Compress-Decompress algrithms
]
zlib-1.2.3
DL : 0
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, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.-We often get questions about how the deflat e () and inflate () functions should be used. Use rs 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 properl y, and so on. So for those who have read zlib.h (a few times), and would like further edification. below is an annotated example in C of simple rout ines to compress and decompress from an input fi le to an output file using deflate () and inflate () respectively. The annotations are interspe rsed between lines of the code. So please be read tween the lines. We hope this helps explain some of the intricacies of zlib.
Date
: 2025-12-16
Size
: 594kb
User
:
ylin_v
[
Compress-Decompress algrithms
]
VQ
DL : 0
算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。 算术编码的过程如下: (1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC 为字符分配区间的低端。 (2)根据有限的信源估算出各元素的概率。 (3)杜宇编码的元素A1,根据(2)估算的概率和区间,计算出该元素编码后的新的l,和h。-Arithmetic coding is a source expressed as a real axis between 0 and 1, a range of source collection of every element are used to shorten the interval. Arithmetic coding process is as follows: (1) set the encoding range for the high-paragraph h, the length of interval encoding g, EndC for encoding characters in the distribution of high-paragraph, StartC for the characters in the distribution of the low-end range. (2) According to the limited source to estimate the probability of each element. (3) Du coding element A1, according to (2) to estimate the probability and the interval to calculate the elements of the new code of l, and h.
Date
: 2025-12-16
Size
: 4kb
User
:
王曉明
[
Compress-Decompress algrithms
]
H265_X86_DEMO_6.3
DL : 0
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) basic algorithm is wavelets, SPIHT, BSW, MMW, ......
Date
: 2025-12-16
Size
: 2.27mb
User
:
黄杏群
[
Compress-Decompress algrithms
]
zlib-1.2.3
DL : 0
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
Date
: 2025-12-16
Size
: 553kb
User
:
daily
[
Compress-Decompress algrithms
]
1
DL : 0
#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 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 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.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 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 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1
Date
: 2025-12-16
Size
: 34kb
User
:
Mohammad_zamani
[
Compress-Decompress algrithms
]
4
DL : 0
#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 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 <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 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
Date
: 2025-12-16
Size
: 11kb
User
:
Mohammad_zamani
[
Compress-Decompress algrithms
]
6
DL : 0
#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 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1-#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 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1
Date
: 2025-12-16
Size
: 2kb
User
:
Mohammad_zamani
[
Compress-Decompress algrithms
]
lunkuosaomiao
DL : 0
城市轮廓线: 输入文件: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 beginning and end coordinates of the construction h is the height of the construction output of the final profile
Date
: 2025-12-16
Size
: 5kb
User
:
cxy
[
Compress-Decompress algrithms
]
high_ff
DL : 0
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 config.h #define HAVE_MMX 1 #define HAVE_MMX2 1 #define HAVE_SSE 1 #define HAVE_SSSE3 1 5. this code extract from ffmpeg-r26400-swscale-r32676 can decode h.264 profile format 6. my email: fatalfeel@hotmail.com by Jesse stone on Taiwan
Date
: 2025-12-16
Size
: 411kb
User
:
小誠
[
Compress-Decompress algrithms
]
HM-3.2
DL : 0
下一代视频编码标准HEVC(H.265)的测试代码HM-3.2-HM-3.2 test code of the next-generation video coding standard HEVC (H.265)
Date
: 2025-12-16
Size
: 1.83mb
User
:
樊倩
[
Compress-Decompress algrithms
]
H.264_2010
DL : 0
H264,修订版协议,根据2010年3月份版本修正-H264 Revision Agreement 2010
Date
: 2025-12-16
Size
: 3.7mb
User
:
田继友
[
Compress-Decompress algrithms
]
H264-reference-document
DL : 0
关于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 and Introduction to the Fidelity Range Extensions》 6 《H.264_MPEG-4 AVC Reference Software Manual》 -About H264,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 and Introduction to the Fidelity Range Extensions " 6 H.264_MPEG-4 AVC Reference Software Manual
Date
: 2025-12-16
Size
: 6.61mb
User
:
gjianw217
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.