资源列表

« 1 2 ... .53 .54 .55 .56 .57 27258.59 .60 .61 .62 .63 ... 28522 »

[数据结构常用算法dijkstra

说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,-Dijkstra' s algorithm is a typical shortest path algorithm used to calculate a node to all other nodes of the shortest path.
<刘旭> 在 2025-01-21 上传 | 大小:6kb | 下载:0

[人工智能/神经网络/遗传算法Divide-and-conquer-algorithm

说明:分治算法是基于多分枝递归的一种算法设计模式。分治算法递归地把一个大问题分解为多个类型相同的子问题,直到这些子问题足够的简单能被直接解决。最后把这些子问题的解结合起来就能得到原始问题的解。-Divide and conquer algorithm is based on a multi-branch recursive algorithm design pattern. Divide and conquer algorithm recur
<刘旭> 在 2025-01-21 上传 | 大小:8kb | 下载:0

[数学计算/工程计算Dynamic-Programming

说明:动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。-Dynamic programming (dynamic programming) is a branch of operations research, decision-making process is the solution (decision process) mathematical
<刘旭> 在 2025-01-21 上传 | 大小:27kb | 下载:0

[数据结构常用算法Floyd

说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。-Floyd algorithm, also known as Floyd algorithm, insertion point method, is used to find a given vertex-weighted graph shortest path algorithm.
<刘旭> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[matlab例程Probabilistic-algorithm

说明:此算法功能强大,可以解决好多线性规划问题,同时解决许多,简单易懂,好用-This algorithm is powerful, can solve a lot of linear programming problems, while addressing the many, easy to understand, easy to use
<刘旭> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[matlab例程svmmy

说明:该程序是结合john 的smo伪码,和网上其他程序写的。 特别是john 的smo伪码没写出来的部分,有点搞不懂,那一部分的a1old和a2old好像有点混乱。程序大部分能运行出来,有时很久没出来。-MATLAB SMO
<> 在 2025-01-21 上传 | 大小:5kb | 下载:0

[matlab例程paper[1].tar

说明:代价敏感支持向量机学习材料,里面有很多不同的方法。-MATLAB CSSVM
<> 在 2025-01-21 上传 | 大小:211kb | 下载:0

[数学计算/工程计算High-integer-operations

说明:一个高位整数计算的demo,将整数设置为1000进制,然后利用链表来保存每一个数位来,在对其进行相应的计算。-A high integer calculations the demo, the integer is set to 1000 hex, then use the list to save the number of bits each, in its calculations accordingly.
<hgp> 在 2025-01-21 上传 | 大小:3kb | 下载:0

[数据结构常用算法Prime

说明:prime算法实现,求图的最短路径,算法课的作业-prime algorithm, find the map of the shortest path algorithm homework assignment
<vision> 在 2025-01-21 上传 | 大小:243kb | 下载:0

[matlab例程RealTimeViewer

说明:matlab to show stock situation
<李文额> 在 2025-01-21 上传 | 大小:19kb | 下载:0

[matlab例程monituihuochenxu

说明:基于matlab的运用模拟退火算法寻找最优路径的代码源程序-Use matlab-based simulated annealing algorithm to find the optimal path to source code
<张飞> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数值算法/人工智能73303183

说明:本程序是关于粒子群优化算法PSO的代码 运行环境是vc6 0()
<cenqeeeion> 在 2025-01-21 上传 | 大小:1kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 27258.59 .60 .61 .62 .63 ... 28522 »

源码中国 www.ymcn.org