-
深度优先搜索算法mat
深度优先搜索算法Matlab源码
% 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释
% 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法(Depth-first search algorithm Matlab source this procedure site collected from abroad, is the standard depth-first search algorithm, can be achieved and the detection circuit node traversal functions, details see the original English Notes I added this procedure randomness, that is, bifurcation encountered when a randomly selected node, become a random depth-first search algorithm)
- 2020-07-06 15:08:58下载
- 积分:1
-
MZDDE
MZDDE是用Matlab脚本编写的利用DDE技术与ZEMAX光学设计软件进行数据交互的工具集,可实现ZEMAX扩展功能,提高光学设计效率(MZDDE is a tool set written by Matlab script that uses DDE technology to interact with ZEMAX optical design software. It can realize ZEMAX extended function and improve optical design efficiency.)
- 2018-12-15 17:48:45下载
- 积分:1
-
fwdbitplane
this source code based on steganography and developed in matlab. in steganography we can hide any data like images in another image.
this method based on bit plane slicing method.
- 2009-03-23 22:22:45下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
PV_module_model
This documents leads you through implementation of PV cells in MATLAB
- 2013-04-22 12:49:01下载
- 积分:1
-
卡尔曼
说明: 基于matlab的完整的卡尔曼滤波程序,实测有效(Kalman filter program)
- 2020-07-16 22:48:49下载
- 积分:1
-
signal_procesing_user
数字信号处理课程设计基于matlab 文件内容
(Digital signal processing matlab file contents based on course design)
- 2011-02-01 13:23:31下载
- 积分:1
-
TT
说明: 径向基函数(一个简单实用的matlab径向基函数,非常非常实用)(a usefull matlab programs)
- 2012-04-13 15:19:46下载
- 积分:1
-
duioutuuu
复杂网络中两节点的距离利用Floyd算法求解出任意两节点的距离,再求距离的平均值得平均路径长度,并且求得对偶矩阵,分析节点重要度关系(Distance of two nodes in complex networks using Floyd algorithm to solve the distance of any two nodes to distance average to average path length, and obtained the dual matrix, analysis of node important degree of relationship
)
- 2013-09-21 22:41:32下载
- 积分:1
-
ARToolKitPlus_2.0.2
augmented reality toolbox
- 2009-05-04 12:45:14下载
- 积分:1