-
大小: 22.58MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-07-26
- 语言: Python
- 标签:
资源简介
本项目包含作者本人参与的数学建模竞赛中、所使用的相关算法的MATLAB实现
代码片段和文件信息
function [maxeigvalw] = ahp(A)
%A为判断矩阵
[eigveceigval] = eig(A);
eigval = diag(eigval); %特征向量
eigvalmag = imag(eigval);
realind = find(eigvalmag < eps);
realeigval = eigval(realind) %实特征根
maxeigval = max(realeigval) %最大特征值
index = find(eigval == maxeigval);
vecinit = eigvec(:index); %最大特征值对应的特征向量
w = vecinit./sum(vecinit); %特征向量归一化
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\AHP\
文件 1064 2018-04-29 13:47 Mathematical-Model-Implementation-master\AHP\CalculationRI.m
文件 418 2018-04-29 13:47 Mathematical-Model-Implementation-master\AHP\ahp.m
文件 329 2018-04-29 13:47 Mathematical-Model-Implementation-master\AHP\data.txt
文件 1923 2018-04-29 13:47 Mathematical-Model-Implementation-master\AHP\main.m
文件 408 2018-04-29 13:47 Mathematical-Model-Implementation-master\AHP\sglsortexamine.m
文件 408 2018-04-29 13:47 Mathematical-Model-Implementation-master\AHP\tolsortvec.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\初等元胞自动机\
文件 1602 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\初等元胞自动机\basic_CA.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\扩散限制聚集\
文件 1650 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\扩散限制聚集\main.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\森林火灾\
文件 819 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\森林火灾\foreset_fire.m
文件 758 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\森林火灾\main.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\气体动力学\
文件 3039 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\气体动力学\main.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\渗流集群\
文件 1151 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\渗流集群\main.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\激发介质\
文件 1098 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\激发介质\main.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\生命游戏\
文件 1550 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\生命游戏\game_of_life.m
文件 2140 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\生命游戏\main.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\砂堆规则\
文件 2097 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\砂堆规则\main.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\表面张力\
文件 2000 2018-04-29 13:47 Mathematical-Model-Implementation-master\CellularAutomata\表面张力\main.m
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\FuzzyMathematicalModel\
目录 0 2018-04-29 13:47 Mathematical-Model-Implementation-master\FuzzyMathematicalModel\多层次模糊综合评价\
............此处省略899个文件信息
相关资源
- Python-MonoDepthPyTorchPyTorch无监督单目深
- Python-用Tensorflowjs实现的可回收非可回
- Python-利用TensorFlow中的深度学习进行图
- Python-TensorFlow快速入门与实战课件与参
- Python-FCN完全卷积网络中最简单最容易
- Python-匈牙利算法卡尔曼滤波器多目标
- Python-mathAI一个拍照做题程序输入一张
- Python-Tensorflow实现SpatialAsDeepSpatialCNN
- Python-图像分类目标检测姿态估计分割
- Python-用python3opencv3做的中国车牌识别
- Python-各种对抗神经网络GAN大合集
- Python-Intel开源增强学习框架Coach
- Python-CENet用于2D医学图像分割的上下文
- Python-基于深度神经网络和蒙特卡罗树
- Python-SPNLearningAffinityviaSpatialPropagatio
- Python-效果超赞的图片自动增强GANs非成
- Python-VoiceactivitydetectionVAD语音端点检测
- Python-TensorFlow实现的人脸性别年龄识别
- Python-waifu2x利用卷积神经网络放大图片
- Python-TheElementsofStatisticalLearningESL的中
- Python-基于Tensorflow和Keras实现端到端的
- Python-MuseGAN用于乐曲生成的AI
- Python-简单快速实时可定制的机器学习
- Python-PySceneDetect基于PythonOpenCV实现的视
- Python-输入输出隐马尔可夫模型IOHMM的
- Python-基于OpenCVKerasTensorFlow实现深度换
- Python-在PyTorch中关注神经机器翻译的最
- Python-PointSIFT一种类似SIFT的网络模块用
- Python-O2O优惠券使用预测的第一名解决
- Python-TensorFlow神经机翻译seq2seq教程
评论
共有 条评论