-
BDI
基于BDI的圆弧形表面回波探测,程序稍微改动就可为你所用(BDI-based detection of arc-shaped surface echo, the program can be slightly altered to use for you)
- 2010-12-22 17:06:29下载
- 积分:1
-
PCA311
说明: PCA人脸是识别在matlab的实现程序,包含数据库。(PCA face is to identify procedures in matlab implementation, including the database.)
- 2010-04-24 09:46:59下载
- 积分:1
-
Floyd
从任意一条单边路径开始。所有两点之间的距离是边的权,或者无穷大,如果两点之间没有边相连。 2,对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比己知的路径更短。如果是更新它。 3,不可思议的是,只要按排适当,就能得到结果。(A unilateral path from any start. All the distance between two points is the right side, or infinity, if there is no edge between two points connected. 2, for each pair of vertices u and v, to see if there is a vertex w from u to w and then to make than the known path v shorter. If you are updating it. 3, incredibly, just press the appropriate row, you can get results.)
- 2011-09-02 23:33:33下载
- 积分:1
-
MATLABtoolsformodel
常用的matlab数学建模工具包,您可以使用命令帮助mathmodl视图内容或直接从命令mathmodl学习教程(Commonly used matlab mathematical modeling toolkit, you can use the command help mathmodl view content or directly from the command mathmodl learning tutorial)
- 2013-08-14 09:15:24下载
- 积分:1
-
wavelet_based_signal_detecting
基于小波分析的检测电力电子系统中电系统故障(WAVELET BASED SIGNAL DETECTION)
- 2013-04-05 20:00:08下载
- 积分:1
-
Adder_Subtractor
this is adder subtractor simulation model
- 2012-11-07 23:41:32下载
- 积分:1
-
UWB ?? ?? ?? ? ???
UWB optimize and time sync.
- 2020-06-24 14:00:01下载
- 积分:1
-
BP_PIDcontrol
智能控制理论中课程设计的一个实例,是bp-pid控制的一个针对非线性的matlab课程设计任务书和源代码。(Intelligent control theory in an example of curriculum design is a bp-pid control design for nonlinear matlab program mission statement and source code.)
- 2011-05-10 16:36:46下载
- 积分:1
-
DrvInterface
该接口主要描述了关于应用层与90820之间的收发数据控制(description of the main interface for the application layer and between the TX 90820 Data Control)
- 2007-03-19 15:17:12下载
- 积分:1
-
ROC-plot.zip
试者工作特征曲线 (receiver operating characteristic curve,简称ROC曲线),又称为感受性曲线(sensitivity curve)。得此名的原因在于曲线上各点反映着相同的感受性,它们都是对同一信号刺激的反应,只不过是在几种不同的判定标准下所得的结果而已。接受者操作特性曲线就是以虚报概率为横轴,击中概率为纵轴所组成的坐标图,和被试在特定刺激条件下由于采用不同的判断标准得出的不同结果画出的曲线。(PLOTROC Plot receiver operating characteristic.
Syntax
plotroc(targets,outputs)
plotroc(targets1,outputs1, name1 ,targets,outputs2, name2 , ...)
Description
PLOTROC(TARGETS,OUTPUTS) plots the receiver operating characteristic
for each output class. The more each curve hugs the left and top edges
of the plot, the better the classification.
PLOTROC(TARGETS1,OUTPUTS2, name1 ,...) generates multiple plots.
)
- 2012-02-12 11:58:08下载
- 积分:1