资源列表
[人工智能/神经网络/遗传算法] 1
说明:这是一个有关矩阵算法的程序,我想了很久才想出来的。没有优化。-This is a procedure for the matrix algorithm, for a long time before I would like to come. No optimization.<崔杰> 在 2025-03-26 上传 | 大小:3kb | 下载:0
[数据结构常用算法] topological
说明: 拓扑排序,实现邻接表输出,最后输出正确的拓扑序列-Topological sort, the adjacent table to achieve the output, the final output of the correct topological sequence<执着者> 在 2025-03-26 上传 | 大小:3kb | 下载:0
[数据结构常用算法] hi-precision
说明:实现大数操作的算法模板,重载了基本操作(+,-,* ,/),取模,次方,gcd等-Operation of the algorithm to achieve large numbers templates, overloads the basic operation (+,-,*, /), modulus, power, gcd, etc.<夏治文> 在 2025-03-26 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] YIchuansuanfa
说明:一种聚类算法,适合初学者学习使用。如果有不明白的地方欢迎交流。-A kind of clustering algorithm, suitable for beginners to learn to use. If there do not understand the exchange welcome.<haozhiyuan> 在 2025-03-26 上传 | 大小:3kb | 下载:0
[matlab例程] RSA_digital_signature
说明:基于MATLAB的数字签名程序算法要的都来下吧 -MATLAB-based algorithm for digital signature procedures have come to the right Ha ha under<zhaodong> 在 2025-03-26 上传 | 大小:3kb | 下载:0
[数值算法/人工智能] shenjingwangluoxuexi
说明:基于径向基RBF网络的函数逼近,通过在MATLAB环境下的编程、仿真,实现了对周期性函数的逼近-RBF network based on radial basis function approximation, by the MATLAB environment, programming, simulation, realization of the approximation of periodic functions<史晓茹> 在 2025-03-26 上传 | 大小:3kb | 下载:0
[数据结构常用算法] data_struct3
说明:数据结构课后设计题第三章 ◆3.17③ 试写一个算法,识别依次读入的一个以@ 为结束符的字符序列是否为形如 序列1&序列2 模式 的字符序列。其中序列1和序列2中都不含字符 & , 且序列2是序列1的逆序列。例如, a+b&b+a 是属该 模式的字符序列,而 1+3&3-1 则不是。 实现下列函数: Status match(char *str) -Data structure design q<W.Y.T.S> 在 2025-03-26 上传 | 大小:3kb | 下载:0
[数据结构常用算法] data_struct6
说明:数据结构课后设计题第六章 6.33③ 假定用两个一维数组L[1..n]和R[1..n]作为 有n个结点的二叉树的存储结构, L[i]和R[i]分别指 示结点i的左孩子和右孩子,0表示空。试写一个算法 判别结点u是否为结点v的子孙。-Data structure design question after class VI 6.33 ③ assumed with two one-dimensional array L<W.Y.T.S> 在 2025-03-26 上传 | 大小:3kb | 下载:0
[数据结构常用算法] data_struct7
说明:数据结构课后设计题第七章 7.22③ 试基于图的深度优先搜索策略写一算法, 判别以邻接表方式存储的有向图中是否存在由顶 点vi到顶点vj的路径(i≠j)。 注意:算法中涉及 的图的基本操作必须在此存储结构上实现。 实现下列函数: Status DfsReachable(ALGraph g, int i, int j) -Data structure design question after cla<W.Y.T.S> 在 2025-03-26 上传 | 大小:3kb | 下载:0