资源列表

« 1 2 ... .92 .93 .94 .95 .96 15497.98 .99 .00 .01 .02 ... 28523 »

[matlab例程PSO-optimize-RBF

说明:用粒子群算法优化rbf神经网络算法的源程序-Using the particle swarm optimization algorithm to optimize the neural network algorithm
<zhao> 在 2025-04-24 上传 | 大小:3kb | 下载:1

[matlab例程1

说明:元胞自动机的例子,细胞生长法完成初始化,然后计算晶粒的生长,入门级别程序-Examples of cellular automata, cell growth method to initialize, and then calculate the grain growth, entry-level program
<竹滨> 在 2025-04-24 上传 | 大小:139kb | 下载:0

[压缩解压jjacabi

说明:用雅克比发方法求矩阵特征值和特征向量,并判断是否可以收敛-Made with the Jacobian matrix method, to calculate the eigenvalues ​ ​ and eigenvectors, and determine whether convergence
<linda> 在 2025-04-24 上传 | 大小:5kb | 下载:0

[数值算法/人工智能KMeans_1.1

说明:c均值聚类,可以实现设定数据个数和分类个数-c-means clustering, can set the number and classification of the number of data
<张峰> 在 2025-04-24 上传 | 大小:3.7mb | 下载:0

[数值算法/人工智能Classical-algorithm-Daquan-(2)

说明:经典算法大全,c语言的经典算法总结,对于新人很有帮助-Classical algorithm Daquan
<郭子瑞> 在 2025-04-24 上传 | 大小:1.01mb | 下载:0

[matlab例程CVMatlab

说明:CV 模型的matlab实现 的文章 详细阐述 了 怎样用matlab实现 CV模型程序-CV model matlab
<JANE> 在 2025-04-24 上传 | 大小:159kb | 下载:0

[数据结构常用算法KMP

说明:KMP 改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Improved KMP string matching algorithm, by DEKnuth with VRPratt and JHMorris also
<chaolan> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra

说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of t
<chaolan> 在 2025-04-24 上传 | 大小:4kb | 下载:0

[数据结构常用算法TheKstPath

说明:从原始点到顶点j的第K条最短路是由原始点到顶点i(i是j的相邻顶点,最短路从i指向j)的第K条最短路-To vertex j from the original point of the first K shortest path from the original point to the vertex i (i is adjacent to vertex j, the shortest path from i to point j)
<chaolan> 在 2025-04-24 上传 | 大小:44kb | 下载:0

[数据结构常用算法JS

说明:大学计算机算法里面最常用的算法之一贪心算法-failed to translate
<chenyan> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数值算法/人工智能2-SAT

说明:现有一个由N个布尔值组成的序列A,给出一些限制关系,比如A[x] AND A[y]=0、A[x] OR A[y] OR A[z]=1等,要确定A[0..N-1]的值,使得其满足所有限制关系。这个称为SAT问题,特别的,若每种限制关系中最多只对两个元素进行限制,称为2-SAT问题-Present a Boolean value of N consisting of the sequence A, the relationship give
<chaolan> 在 2025-04-24 上传 | 大小:111kb | 下载:0

[数据结构常用算法Maximum-Increasing-subsequences

说明:最大递增子序列,动态规划经典算法 设L=<a1,a2,…,an>是n个不同的实数的序列,L的递增子序列是这样一个子序列Lin=<aK1,ak2,…,akm>,其中k1<k2<…<km且aK1<ak2<…<akm。求最大的m值。-Maximum increment sequence, the classic dynamic programming algorithm set
<chaolan> 在 2025-04-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 15497.98 .99 .00 .01 .02 ... 28523 »

源码中国 www.ymcn.org