⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 perform_arithmetic_coding_mex.cpp

📁 我又找到的一个matlab的最新工具箱
💻 CPP
字号:
/*=================================================================% perform_arithmetic_coding - perform adaptive arithmetic coding
%
%   y = perform_arithmetic_coding_mex(x,dir,known_size,known_bounds);
% 
%   Based on a code from A.Moffat
%       A. Moffat, R. Neal, I.H. Witten, "Arithmetic Coding Revisted",%       Proc. IEEE Data Compression Conference, Snowbird, Utah, March 1995.
%   It is a simple wrapper to the char-based arithmetic coder, that use tempory
%   files for I/O (dirty but very simple).
%   
%   Copyright (c) 2005 Gabriel Peyr

⌨️ 快捷键说明

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