CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab tree
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab tree - List
[
VC/MFC
]
用Matlab实现Huffman编码
DL : 0
Huffman 这个名字,程序员们至少会联想到二叉树和二进制编码。的确,我们总以 Huffman 编码来概括 D.A.Huffman 个人对计算机领域特别是数据压缩领域的杰出贡献。我们知道,压缩 = 模型 + 编码,作为一种压缩方法,我们必须全面考虑其模型和编码两个模块的功效;但同时,模型和编码两个模块又相互具有独立性。-Huffman, programmers will at least think of a binary tree and binary coding. Indeed, we always Huffman coding to summarize D. A. Huffman personal computer areas, especially in the field of data compression outstanding contribution. We know that the compression encoding = model, as a compression method, we must take full account of two model and coding module effectiveness; But at the same time, model and coding module of two mutual independence.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
亞男
[
Other
]
图论常用算法通用matlab程序
DL : 1
包括最短路及最小生成树算法,对于参加建模很有用的-including the most short-circuit and the minimum spanning tree algorithm, for participating in modeling very useful
Update
: 2025-02-19
Size
: 4kb
Publisher
:
笑我多情
[
Multimedia Develop
]
SPITH-Matlab
DL : 0
Matlab编写的SPIHT 也叫层树分集压缩算法 本算法目前适合处理8*8的矩阵 <由于时间关系 本算法还不能对大的图像进行操作 但是主要的思想算法都在 只要稍做修改即可>希望对大家会有帮助 -Matlab prepared SPIHT also called tree diversity layer compression algorithm suitable for the processing algorithm currently 8* 8 the Matrix
Update
: 2025-02-19
Size
: 4kb
Publisher
:
lin
[
matlab
]
ID3(MATLAB)
DL : 0
经典的用matlab编写的ID3算法,仅供大家分享-classic with Matlab prepared by the ID3 algorithm, is for everyone to share!
Update
: 2025-02-19
Size
: 2kb
Publisher
:
[
Data structs
]
huff
DL : 0
利用数据结构的二叉树概念编写的MATLAB程序实现HUFFMAN编码。-Binary tree data structure using the concept of the preparation of the MATLAB program Huffman coding.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
沈少云
[
matlab
]
ID3
DL : 0
用matlab语言写的ID3(Quinlan s ID3 classification tree algorithm)算法,用于模式分类-Matlab language used to write the ID3 (Quinlan s ID3 classification tree algorithm) algorithm for pattern classification
Update
: 2025-02-19
Size
: 1kb
Publisher
:
罗升阳
[
AI-NN-PR
]
ID3
DL : 0
数据挖掘中的决策树ID3算法,matlab的,请大家-Data Mining in the ID3 decision tree algorithm, matlab, please U.S.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
徐晶
[
Wavelet
]
cwt(matlab)
DL : 0
连续小波变换的matlab实现代码,调试通过-CWT realize matlab code, debugging through
Update
: 2025-02-19
Size
: 3kb
Publisher
:
lampard
[
JSP/Java
]
tjtf-matlab
DL : 0
These Matlab files are a convenient interface for the Java library containing the implementation of thin junction tree filters (TJTF).-These Matlab files are a convenient interface for the Java librarycontaining the implementation of thin junction tree filters (TJTF).
Update
: 2025-02-19
Size
: 59kb
Publisher
:
[
matlab
]
tree
DL : 0
数据挖掘里的判定树算法,用matlab编写。-Data Mining in the decision tree algorithm, using matlab prepared.
Update
: 2025-02-19
Size
: 13kb
Publisher
:
烈马
[
Documents
]
Steiner+tree
DL : 0
steiner树的文章和实现,这个东西写的很详细 在图论中很有用处-Steiner tree of the articles and realized this thing written in great detail in graph theory is very useful
Update
: 2025-02-19
Size
: 1.91mb
Publisher
:
27077
[
AI-NN-PR
]
decision+tree
DL : 0
决策树,很经典,不是一般的经典,你看看吧-Decision tree, it is classic, not an ordinary classic, you take a look at it
Update
: 2025-02-19
Size
: 626kb
Publisher
:
朱朱
[
matlab
]
Prim-minimum-spanning-tree-algorithm
DL : 0
最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用-Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications
Update
: 2025-02-19
Size
: 1kb
Publisher
:
小明
[
Mathimatics-Numerical algorithms
]
MST_Kruskal
DL : 0
Implements Minimum Search Tree using Kruskal Algorithm
Update
: 2025-02-19
Size
: 2kb
Publisher
:
aleofriend
[
matlab
]
tree
DL : 0
决策树算法的matlab实现,主要适用的是id3 算法思想-Decision Tree Algorithm to achieve the matlab main id3 algorithm is applicable to thinking
Update
: 2025-02-19
Size
: 6kb
Publisher
:
fj
[
Technology Management
]
R-Tree-SpatialIndex
DL : 0
R-Tree空间索引算法的研究历程和最新进展,挺详细的-R-Tree spatial index algorithm and the latest progress of the course, very detailed
Update
: 2025-02-19
Size
: 45kb
Publisher
:
lyd
[
Windows Develop
]
matlab-C4.5
DL : 0
C4.5 决策树算法源码。C4.5决策树是决策树领域的经典算法。以其为内容的书籍引用率已经达到一万次以上-C4.5 decision tree
Update
: 2025-02-19
Size
: 2kb
Publisher
:
赵小天
[
matlab
]
tree
DL : 0
混沌模型的Matlab演示程序,程序是通过迭代运算,形成了一个树叶型的分形结构-Chaos model Matlab demonstration program, the program is through iteration, forming a leaf-shaped fractal structure
Update
: 2025-02-19
Size
: 1kb
Publisher
:
jishi
[
matlab
]
ID3(MATLAB)
DL : 0
使用MATLAB语言完成的决策树算法。 里面有详细说明-Using the MATLAB language to complete the decision tree algorithm. Details inside
Update
: 2025-02-19
Size
: 85kb
Publisher
:
老虎
[
matlab
]
ID3(MATLAB)
DL : 0
ID3决策树算法,实现不同条件下数据的分类-ID3 decision tree algorithm, the classification of data under different conditions
Update
: 2025-02-19
Size
: 69kb
Publisher
:
孙东
«
1
2
3
4
5
6
7
8
9
10
...
42
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.