perform_arithmetic_coding_escape.cpp

来自「This document is intended to serve as an」· C++ 代码 · 共 10 行

CPP
10
字号
/*=================================================================
% perform_arithmetic_coding - perform adaptive arithmetic coding.
%
%   This is a wrapper to the arithmetic coder of the 
%       Baseline Wavelet Transform Coder Construction Kit
%       http://www.cs.dartmouth.edu/~gdavis
%
%   y = perform_arithmetic_coding_escape(x,dir,known_size,known_bounds);
%   
%   Copyright (c) 2006 Gabriel Peyr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?