CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Binary Tree
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Binary Tree - List
[
matlab
]
callandput
DL : 0
利用二叉树及蒙特卡罗方法计算欧式美式权证的例程,需要的可自行下载-binary tree using the Monte Carlo method and the American Continental E routines, and we need to be downloaded
Date
: 2025-12-19
Size
: 2kb
User
:
张扬
[
matlab
]
PatternRecognition
DL : 0
1.Fisher分类算法 2.感知器算法 3.最小二乘算法 4.快速近邻算法 5.K-近邻法 6.剪辑近邻法和压缩近邻法 7.二叉决策树算法-1.Fisher Classification Algorithm 2. Perceptron algorithm 3. Least-squares algorithm 4. Fast nearest neighbor 5.K-neighbor method 6. Clips neighbor neighbor method and compression method 7. Binary Decision Tree Algorithm
Date
: 2025-12-19
Size
: 8kb
User
:
wct
[
matlab
]
finace-binary-tree
DL : 0
用MATLAB实现金融数学中,关于期权二叉树的算法,非常经典,是我大三时,帮大四的师兄写的-Using MATLAB to achieve financial mathematics, the binary tree algorithm on the options, very classic, is my third time to help write a senior senior
Date
: 2025-12-19
Size
: 3kb
User
:
qing
[
matlab
]
matlab_Robotpath
DL : 0
用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的二叉树算法。-Using Matlab to achieve the optimal robot path planning in the global path, planning algorithm uses a binary tree algorithm based on the direction.
Date
: 2025-12-19
Size
: 5kb
User
:
李志平
[
matlab
]
temp
DL : 0
Binary tree genrarator up to four bit and same u can do after,Does the fourierseries. Code for manchester coding. Code for instantaneous code.SIMPLEsnr.
Date
: 2025-12-19
Size
: 2kb
User
:
Ashish
[
matlab
]
ovsf
DL : 0
orthogonal variable spreading factor (OVSF) is an implementation of Code division multiple access (CDMA) where before each signal is transmitted, the spectrum is spread through the use of a user s code. User s codes are carefully chosen to be mutually orthogonal to each other. These codes are derived from an OVSF code tree, and each user is given a different, unique code. An OVSF code tree is a complete binary tree that reflects the construction of Hadamard matrices.
Date
: 2025-12-19
Size
: 2kb
User
:
deep
[
matlab
]
dsatbx
DL : 0
matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implements functions to create and destroy singly and doubly linked list, stack, queue, binary tree and red-black (balanced) binary tree. Data elements can be inserted, deleted or searched for. A graphical representation of trees can be shown. All algorithms are clearly written as m-files, which allows the toolbox to be used as a teaching aid in educational data structures courses. This is the first implementation available of advanced datatypes, common in other languages, for Matlab.
Date
: 2025-12-19
Size
: 114kb
User
:
austin
[
matlab
]
C4_5.m
DL : 0
his algorithm was proposed by Quinlan (1993). The C4.5 algorithm generates a classification-decision tree for the given data-set by recursive partitioning of data. The decision is grown using Depth-first strategy. The algorithm considers all the possible tests that can split the data set and selects a test that gives the best information gain. For each discrete attribute, one test with outcomes as many as the number of distinct values of the attribute is considered. For each continuous attribute, binary tests involving every distinct values of the attribute are considered. In order to gather the entropy gain of all these binary tests efficiently, the training data set belonging to the node in consideration is sorted for the values of the continuous attribute and the entropy gains of the binary cut based on each distinct values are calculated in one scan of the sorted data. This process is repeated for each continuous attributes.
Date
: 2025-12-19
Size
: 2kb
User
:
rajesh
[
matlab
]
imagdetect
DL : 0
学习matlab图像处理的绝对有用的程序,所有程序均调试通过,程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Learn matlab image processing of absolute useful program, all procedures is commissioning, the program code instructions: P0401: use Prewitt operator detection image edges P0402: with different sigma value of image edge detection LoG operator P0403: with the edge of the Canny operator detection images P0404: image threshold segmentation P0405: water line threshold value method segmentation images P0406: four binary tree of matrix decomposition P0407: will the image into text and erbal two
Date
: 2025-12-19
Size
: 40kb
User
:
zhuzhu
[
matlab
]
huffman_encode
DL : 0
基于最小二元树的编码传输问题,用Matlab编程求解-Binary tree coding based on minimum transmission problem, solved with the Matlab programming
Date
: 2025-12-19
Size
: 63kb
User
:
刘峰
[
matlab
]
recognise
DL : 0
基于二叉树的多类分类器识别,是模式识别中的基础,对二叉树进行了描述。-Binary tree-based multi-classifier recognition, pattern recognition is based on the binary tree is described.
Date
: 2025-12-19
Size
: 3kb
User
:
胡晗
[
matlab
]
huisuzuhe
DL : 0
利用回溯算法解决组合问题。构造虚拟二叉树,采取深度优先搜索方式得到解。-Backtracking algorithm to solve combinatorial problems. Construct a virtual binary tree, the depth-first search to get the solution.
Date
: 2025-12-19
Size
: 2kb
User
:
呙尧
[
matlab
]
huffman-code
DL : 0
The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in later sections.
Date
: 2025-12-19
Size
: 25kb
User
:
fefe
[
matlab
]
combine---two-binary-trees-
DL : 0
This a small program to create indexs for two binary trees and combine them to a new 003 * index tree and output the new tree,the second tree only has the left child tree then 004 * if the first tree has no left child tree,insert the second tree into the first tree as 005 * its left child and if the first tree has the left child tree,then insert the first tree 006 * into the second tree as its left child. -This is a small program to create indexs for two binary trees and combine them to a new 003* index tree and output the new tree, the second tree only has the left child tree then 004* if the first tree has no left child tree, insert the second tree into the first tree as 005* its left child and if the first tree has the left child tree, then insert the first tree 006* into the second tree as its left child.
Date
: 2025-12-19
Size
: 1kb
User
:
liuyijun
[
matlab
]
huffman_encode
DL : 0
The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in later sections-The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in later sections
Date
: 2025-12-19
Size
: 37kb
User
:
ThUND3R
[
matlab
]
tree
DL : 0
The function translates from labels of a binary tree to corresponding rows (R) and columns (C) of a 2 dimensional matrix storing the tree according to predefined convention, given below. The storing matrix preserves the fractal-like topology of the tree.- The function translates from labels of a binary tree to corresponding rows (R) and columns (C) of a 2 dimensional matrix storing the tree according to predefined convention, given below. The storing matrix preserves the fractal-like topology of the tree.
Date
: 2025-12-19
Size
: 60kb
User
:
ThUND3R
[
matlab
]
binomial-pricing-model
DL : 0
二叉树定价模型是期权定价模型中最为简单也是最为实用的定价模型,其极限就是Black sholes定价模型的结果。-Binary tree pricing model is the most simple option pricing model is the most practical pricing model, the limit is Black sholes pricing model results.
Date
: 2025-12-19
Size
: 1kb
User
:
韦伟
[
matlab
]
LatticeEur-Put-and-Call-option
DL : 0
欧式看涨和看跌期权价格的二叉树求解以及平价法则的验证.-European call and put option prices binary tree solving and verification of the parity law.
Date
: 2025-12-19
Size
: 1kb
User
:
杨叶艺
[
matlab
]
LatticeAmePut
DL : 0
美式看跌期权二叉树算法的matlab程序实现方式m文件-American put option binary tree algorithm
Date
: 2025-12-19
Size
: 1kb
User
:
Jon
[
matlab
]
LATTICE-EUR-AMR--CALL
DL : 0
基于二叉树定价原理的对于美式看涨期权和欧式看涨与看跌期权的模拟-Analog for the American call option and the European call and put options based on binary tree pricing
Date
: 2025-12-19
Size
: 2kb
User
:
阮雅琨
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.