资源列表

« 1 2 ... .11 .12 .13 .14 .15 17416.17 .18 .19 .20 .21 ... 28522 »

[matlab例程linclass

说明:这个是用于两类的带有类别的数据的线性分类器,是结构体类型如下判别 y(i) = 1 if W *X(:,i) + b >= 0 2 if W *X(:,i) + b < 0-his function classifies input data X using linear discriminant function: y(i) = argmax W(:,y) *X(:,i)+ b(y) y where p
<zoujijin> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程linproj

说明:模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b b为偏差值- Descr iption: Y = linproj(X, model) linearly projects data in X such that Y = model.W *X+ model.b out_data = linproj(in_data, model) projects
<zoujijin> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程chaoliujisuankechengsheji

说明:电力系统的潮流计算 用牛顿拉夫孙法进行matlab潮流计算-Power flow calculation method matlab Newton Musharraf flow calculation Sun
<yang> 在 2025-06-23 上传 | 大小:1.8mb | 下载:0

[matlab例程hilbert-curve-matlab-code

说明:hilbert 分形matlab源码,Hilbert曲线扫描矩阵的生成算法及其MATLAB程序代码-hilbert curve fractal matlab source code
<山泉> 在 2025-06-23 上传 | 大小:6kb | 下载:1

[matlab例程DragonCurve

说明:matlab 分形 dragon图形的matlab源代码-matlab matlab fractal dragon graphics source code
<山泉> 在 2025-06-23 上传 | 大小:15kb | 下载:0

[matlab例程hilbert

说明:matlab 分形hilbert曲线 复数向量编码,编码简短精炼,很值得学习。 -matlab fractal hilbert curve complex vector, coding short refining, it is worth learning.
<山泉> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程perceptron

说明:感知器 算法训练二元线性分类器。结构体数据使用感知器学习规则 找到给定的二分类标签数据超平面。 -PERCEPTRON Perceptron algorithm to train binary linear classifier. Synopsis: model = perceptron(data) model = perceptron(data,options) model = perceptron(data,options,init
<zoujijin> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[matlab例程IMM-MATLAB

说明:MATLAB对IMM算法的仿真,基于CV,CA模型-MATLAB simulation of the IMM algorithm, based on CV, CA Model
<杨慧慧> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[matlab例程MATLAB-finite-element-

说明:《MATLAB有限元分析与应用》(德国)(P.l.Kattan)卡坦:采用当今在工程和工程教育方面非常流行的数学软件MATLAB,对有限元分析进行数值实现。书中既包含了MATLAB的简单介绍,又详述了有限元方法的系统性处理策略,并提供了大量取自机械工程、土木工程、航空航天工程或材料科学的示例和习题,非常适合相关专业的学生和研究人员使用。《MATLAB有限元分析与应用》特别强调对MATLAB的交互应用,书中的每个示例都以交互的方式求解,有利于读者切实提高有限元的分析和应用能力。以上代码为本书源代码
<刘雨霰> 在 2025-06-23 上传 | 大小:252kb | 下载:0

[数据结构常用算法LAB1_2

说明:轮转调度算法,操作系统实验代码,VC6.0下编译通过-Rotation scheduling algorithm, test code, operating systems, VC6.0 compiled by
<于鑫> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法LAB2_1

说明:银行家算法和随机分配算法,VC6.0下编译通过-Banker' s algorithm and random allocation algorithm, VC6.0 compiled by
<于鑫> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法LAB2_2

说明:按序分配算法和非按序分配算法,VC6.0下编译通过-Sequential allocation algorithm and non-sequential allocation algorithm, VC6.0 compiled by
<于鑫> 在 2025-06-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 17416.17 .18 .19 .20 .21 ... 28522 »

源码中国 www.ymcn.org