资源列表
[人工智能/神经网络/遗传算法] Dijkstra_exe
说明:最短路径算法,一种很有用的算法,是计算最短路径的常用算法-Shortest path algorithm, a useful algorithm is the calculation of the commonly used shortest path algorithm<林梅> 在 2025-06-25 上传 | 大小:53kb | 下载:0
[人工智能/神经网络/遗传算法] AI
说明:人工智能中的八数码问题:附有详细的注释 我们可以将八数码问题看成移动空格的问题.在不断的移动空格过程当中不断改变棋盘的布局,使之到达目标状态. 用一个open表(本程序采用序栈)的节点,从中选择一个总体代价最小的节点(不妨设为A节点,栈不为空时)是否是目标状态,如果不是则将A节点的有效的儿子节点(不在open表及closed表中出现过,不违反移动规则)插入有序表open表中,并将A节点插入closed表中.然后重复以上操作. -Artificial Intelligence 8<刘伟> 在 2025-06-25 上传 | 大小:323kb | 下载:0
[matlab例程] pid
说明:是一个常规PID控制例子(包括了系统建模部分),控制对象为直升机的俯仰轴角度控制,其数学模型为二阶传递函数.-Is an example of conventional PID control (including the system modeling part), control for the helicopter pitch angle control axis, the mathematical model for the second-order transfer function.<莫宏伟> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dongtailianbiao
说明:使用随机函数生成一个动态链表(包含一个数据域)并进行排序-Use random function to generate a dynamic list (including a data domain) and sort<ss> 在 2025-06-25 上传 | 大小:3kb | 下载:0
[matlab例程] Digitalsignalprocessing
说明:MATLAB在信号处理中的应用举例 三角波或锯齿波发生函数: sawtooth() 方波发生函数: square()<xueli> 在 2025-06-25 上传 | 大小:1.52mb | 下载:0