资源简介
比较好的学习学习博弈论的代码,博弈论被应用于各种领域。可以学习学习
代码片段和文件信息
% GrTheory - Graph Theory Toolbox.
%
% Functions:
% grbase - find all bases of digraph;
% grCobase - find all contrabases of digraph;
% grCoCycleBasis - find all independent cut-sets for a connected graph;
% grColEdge - solve the color problem for graph edges;
% grColVer - solve the color problem for graph vertexes;
% grComp - find all components of graph;
% grCycleBasis - find all independent cycles for a connected graph;
% grDecOrd - solve the problem about decomposition of the digraph
% to the sections with mutually accessed vertexes
% (strongly connected components);
% grDistances - find the distances between any vertexes of graph;
% grEccentricity - find the (weighted) eccentricity of all vertexes
% radius diameter center vertexes and the periphery vertexes;
% grIsEulerian - find the Eulerian cycle of graph;
% grMaxComSu - solve the maximal complete sugraph problem for the graph;
% grMaxFlows - solve the maximal flow problem for the digraph;
% grMaxMatch - solve the maximal matching problem for the graph;
% grMaxStabSet - solve the maximal stable set problem for the graph;
% grMinAbsEdgeSet - solve the minimal absorbant set problem
% for the graph edges;
% grMinAbsVerSet - solve the minimal absorbant set problem
% for the graph vertexes;
% grMinCutSet - solve the minimal cut-set problem for the digraph;
% grMinEdgeCover - solve the minimal edge cover problem for the graph;
% grMinSpanTree - solve the minimal spanning tree problem for the graph;
% grMinVerCover - solve the minimal vertex cover problem for the graph;
% grPERT - solve the project evaluation research task;
% grPlot - draw the plot of the graph (digraph);
% grShortPath - solve the shortest path problem for the digraph;
% grTravSale - solve the nonsymmetrical traveling salesman problem;
% grValidation - auxiliary function (the data validation);
%
% grTheoryTest - test program for all functions.
%
% Author: Sergiy Iglin
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1978 2010-06-25 16:46 GrTheory\Contents.m
文件 1264 2006-03-28 12:33 GrTheory\grba
文件 625 2006-03-28 12:36 GrTheory\grCoba
文件 1434 2006-07-01 22:54 GrTheory\grCoCycleBasis.m
文件 1068 2006-07-02 13:23 GrTheory\grColEdge.m
文件 1412 2006-07-02 13:05 GrTheory\grColVer.m
文件 945 2006-07-01 22:45 GrTheory\grComp.m
文件 1767 2006-05-08 14:45 GrTheory\grCycleBasis.m
文件 2034 2006-08-15 19:47 GrTheory\grDecOrd.m
文件 1397 2006-05-09 13:01 GrTheory\grDistances.m
文件 1219 2006-05-09 12:59 GrTheory\grEccentricity.m
文件 2962 2006-06-29 16:36 GrTheory\grIsEulerian.m
文件 1561 2006-03-28 13:05 GrTheory\grMaxComSu.m
文件 1802 2006-04-26 15:28 GrTheory\grMaxFlows.m
文件 1303 2006-04-26 15:24 GrTheory\grMaxMatch.m
文件 1570 2006-04-26 15:30 GrTheory\grMaxStabSet.m
文件 1446 2006-04-26 16:48 GrTheory\grMinAbsEdgeSet.m
文件 1616 2006-04-26 15:31 GrTheory\grMinAbsVerSet.m
文件 1565 2006-03-28 13:31 GrTheory\grMinCutSet.m
文件 1317 2006-04-26 15:33 GrTheory\grMinEdgeCover.m
文件 2174 2006-05-09 10:20 GrTheory\grMinSpanTree.m
文件 1577 2006-04-26 15:34 GrTheory\grMinVerCover.m
文件 1362 2006-05-16 12:18 GrTheory\grPERT.m
文件 7525 2007-05-24 20:27 GrTheory\grPlot.m
文件 2430 2006-03-28 14:56 GrTheory\grShortPath.m
文件 28040 2006-11-20 09:08 GrTheory\grTheoryTest.m
文件 2716 2006-05-01 22:05 GrTheory\grTravSale.m
文件 858 2006-03-28 12:09 GrTheory\grValidation.m
..AD... 0 2010-06-25 16:46 GrTheory
----------- --------- ---------- ----- ----
............此处省略2个文件信息
相关资源
- 求空间两直线交点-MATLAB代码+原理说明
- Normalshrink阈值去噪matlab代码
- 相位解缠Matlab代码
- 视频运动目标检测与跟踪 matlab代码
- 投影寻踪算法的matlab代码
- 雷达辐射源在线核聚类分选matlab代码
- 基于数字图像的指纹识别matlab代码
- 遗传算法 网络图的路径规划 MATLAB代码
- 复合多尺度排列熵matlab代码
- BP神经网络数据预测matlab代码.zip
- PX4 EKF MATLAB代码
- 复杂网络节点度和度分布计算的MATL
- SR显著图的MATLAB代码
- HOG特征的MATLAB代码
- NSCT非下采样contoulet变换matlab代码
- DCT处理图像matlab代码
- 多种群遗传算法-函数优化matlab代码
- 二分法、牛顿法、割线法、简易牛顿
- 目标跟踪的MATLAB代码
- 单层感知器Matlab代码-异或运算
- 模式识别-ID3决策树matlab代码
- ct重建matlab代码
- 本程序是拟牛顿法-bfgs算法的matlab代码
- 云模型Matlab代码
- A*算法 路径规划MATLAB代码
- GPS接受机中的卡尔曼滤波MATLAB代码
- KNN,Matlab代码
- 元胞自动机实现高速公路收费站matl
- DFT Matlab代码
- SA模拟退火MATLAB代码详细中文注解
评论
共有 条评论