-
dsatbx
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.)
- 2010-09-29 12:13:06下载
- 积分:1
-
OFDM_BASEBAND_64_FLOAT
说明: ofdm64位浮点收发机代码,自己论文用到的,可根据实际使用更改参数(floating-point code ofdm transceiver, used in his paper can change the parameters based on actual use)
- 2011-02-28 08:12:43下载
- 积分:1
-
bnb20
MatLab求解整数规划的一个工具箱,
有需要的吗(MatLab Solving Integer Programming a toolbox, the needy?)
- 2007-05-18 09:52:03下载
- 积分:1
-
array_lsb
This code is the implementation of LSB technique
- 2013-04-06 15:01:00下载
- 积分:1
-
Racinglineanalysis1
赛车路线分析,解决这个问题时,我们主要是利用多次插值来求得曲线上的点,利用这些点来拟合比赛车道的曲线和选手的速度曲线,画出图像。用M语言并且用坐标平面上的点之间的距离计算公式计算周长L,用梯形法求所围区域的面积。最后根据速度图像来判断路况。(Racing line analysis)
- 2009-05-04 14:09:50下载
- 积分:1
-
canedgefolder
for canny edge detection.
- 2012-05-02 04:12:22下载
- 积分:1
-
FDTDnodiffSARY
A SIMPLE BUT USFUL 2D FDTD MATLAB CODE2(USFUL 2D FDTD MATLAB CODE2)
- 2007-04-24 23:16:25下载
- 积分:1
-
flyback1
closed loop control of flyback converter
- 2013-11-03 17:34:53下载
- 积分:1
-
GMM
This file has the code for GMM classification technique
- 2013-12-05 16:48:16下载
- 积分:1
-
Ga-tsp
遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。(Genetic algorithm tsp problem of logistics distribution routing optimization problem subject, this paper introduces 0-1 programming ideas, a mathematical model with the constraints of logistics and distribution problems. Solving, introducing genetic algorithm encoding, and the number of partitions and the number of customers for a small difference, the flexible use of the partition containing the partition algorithm to determine the distribution of the optimal solution sequence group, closely enumeration method allows both the algorithm is simple, fast advantages. Matlab software application executable to get the shortest path. Complex factors affecting both the time, we introduce a penalty function, and by setting the penalty coefficient, and further obtain the optimal path from the shortest path.)
- 2014-05-30 20:53:34下载
- 积分:1