搜索结果
找到约 4,187 项符合
M-file 的查询结果
数据结构 this package contains two .c files.One file implements the merge of two int arrays.The other one imp
this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.
游戏 file upload,sun supported.I hope you can use it
file upload,sun supported.I hope you can use it
软件设计/软件工程 某机要部门安装了电子锁。M个工作人员每人发一张磁卡
某机要部门安装了电子锁。M个工作人员每人发一张磁卡,卡上有开锁的密码特征。
为了确保安全,规定至少要有N个人同时使用各自的磁卡才能将锁打开。 问:
(1)电子锁上至少要有多少种特征?
(2)每个人的磁卡上至少要有多少种特征?
如果特征的编号以小写英文字母表示,将每个人的磁卡的特征编号打印出来,要求
输出的 ...
其他书籍 《机器学习》Tom M. Mitchell(卡内基梅隆大学) 著 曾华军等译
《机器学习》Tom M. Mitchell(卡内基梅隆大学) 著 曾华军等译,机械工业出版社
其他 以上所传的内容为电力系统比较全面的分析程序,才用的是matlab编写m的文件
以上所传的内容为电力系统比较全面的分析程序,才用的是matlab编写m的文件
书籍源码 这些代码是关于DS-CDMA 的RAKE接收机MATLAB仿真的问题(附源程序.m)已运行过。
这些代码是关于DS-CDMA 的RAKE接收机MATLAB仿真的问题(附源程序.m)已运行过。
其他 用Leve set分片常数M-S模型进行图形分割的一篇文章
用Leve set分片常数M-S模型进行图形分割的一篇文章
人工智能/神经网络 这里实现了基于四种SVM工具箱的分类与回归算法: 1、工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab
这里实现了基于四种SVM工具箱的分类与回归算法:
1、工具箱:LS_SVMlab
Classification_LS_SVMlab.m - 多类分类
Regression_LS_SVMlab.m - 函数拟合
2、工具箱:OSU_SVM3.00
Classification_OSU_SVM.m - 多类分类
3、工具箱:stprtool\svm
Classification_stprtool.m - 多类分类
4、工具箱:SVM_SteveGunn
Classificatio ...
其他 Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf("请输入矩阵的行
Status CreateSMatrix(RLSMatrix &M)
{ // 创建稀疏矩阵M
int i
Triple T
Status k
printf("请输入矩阵的行数,列数,非零元素数:")
scanf("%d,%d,%d",&M.mu,&M.nu,&M.tu)
M.data[0].i=0 // 为以下比较做准备
for(i=1 i<=M.tu i++)
{
do
{
matlab例程 This template file is used to completely describe a system in a generalized % state space format us
This template file is used to completely describe a system in a generalized
% state space format useable by the ReBEL inference and estimation system.
% This file must be copied, renamed and adapted to your specific problem. The
% interface to each function should NOT BE CHANGED however.