资源列表
[数据结构常用算法] zhongxinchafen
说明:通过中心差分方法简单计算振动系统的响应。-The response of the vibration system is simply calculated by the central difference method.<毛雁> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] RBF
说明:针对传统的PID控制器参数固 定而导致在控制中效果差的问题,提出一种基于模糊RBF神经网络智能PID控制器的设计方法。该方法结合了模糊控制的推理能力强与神经网络学习能力强的特 点,将模糊控制与RBF神经网络相结合以在线调整PID控制器参数,整定出一组适合于控制对象的kp,ki,kd参数。将算法运用到电机控制系统的PID 参数寻优中,仿真结果表明基于此算法设计的PID控制器改善了电机控制系统的动态性能和稳定性。-Traditional PID controller parameters fixed<马腾> 在 2025-06-08 上传 | 大小:2kb | 下载:2
[数据结构常用算法] Matlab-(Bayers)
说明:线性分类器可以实现线性可分的类别之间的分类决策,其形式简单,分类决策快速。但在许多模式识别的实际问题中,两个类的样本之间并没有明确的分类决策边界,线性分类器(包括广义线性分类器)无法完成分类任务,此时需要采用其它有效的分类方法。贝叶斯分类器就是另一种非常常见和实用的统计模式识别方法。-Linear classifier can be realized linearly separable classification decision between classes in the form of<马腾> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] dynamic-programming
说明:动态规划算法,包括最长公共子序列、矩阵链相乘、FLOYD、背包算法等。-Dynamic programming algorithm, including the maxinum common sub sequence, matrix chain multiplication, FLOYD, knapsack algorithm, etc..<姜枫> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] dijkstra
说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止-Dijkstra (Dijkstra) algorithm is a typical single source shortest path algorithm for computing a node to all other nodes of the shortest path. The main feature is the sta<www> 在 2025-06-08 上传 | 大小:2kb | 下载:1
[数据结构常用算法] bign
说明:计算大整数的头文件,支持加减乘除,流,次方,开方,求余,小于,大于,不等于等运算。-Calculation of large integer header files to support the addition and subtraction multiplication and division, flow, power, square root, seeking more than, less than, greater than, not equal to other operatio<Gary> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 8puzzle_dfs
说明:实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。-翻译 实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。 The implementation of the eight digital issues, the use of the map search DFS (depth-first search).<LiuTiancheng> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] HuffmanTree
说明:霍夫曼树编码与解码,给定数据构造出霍夫曼树,并进行二进制编码,最后再解码-Huffman tree encoding and decoding, given data Huffman tree is constructed, and the binary encoding, and then decoding<陈典浩> 在 2025-06-08 上传 | 大小:2kb | 下载:0