资源列表
[数据结构常用算法] my-CPP
说明:假设某销售公司有销售经理和销售员工,月工资的计算办法是:销售经理的固定月薪为8000元并提取销售额的5/1000作为工资;销售员工只提取销售额的5/1000作为工资。编一程序,定义一个基类Employee,它包含三个数据成员number、name和salary,以及用于输入编号和姓名的构造函数。由Employee类派生Salesman类,再由Salesman类派生Salesmanager类。Salesman类包含两个新数据成员 commrate和sales,还包含用于输入销售额并计算销售员工工资<woaini> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] thelast
说明:此源代码采用c语言进行编程,其功能是基于遗传算法的齿轮优化设计。-This program is designed by c, which is about gear optimazation design based on GA.<刘升愿> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[数据结构常用算法] dijkstra
说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. Main feature<chaolan> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[matlab例程] the-structure-of-truss
说明:一个桁架结构的动力学响应和主动控制程序,优化算法采用了粒子群方法。仅供参考。-this dissertation discusses the dynamical response and contrlol design of a flexible trussed structure the optimal position of actuator is studied by using the particle swarm optimizer as optimization algorithm<liupan> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[matlab例程] flexible-plates
说明:一个关于柔性板的模型降阶与主动控制程序,降阶方法为模态价值分析和内平衡准则,控制方法采用最优控制方法。-A flexible plate on active model reduction and control program, the value of reduced-order method for modal analysis and balancing the standards, control methods using optimal control methods.<liupan> 在 2025-09-14 上传 | 大小:4kb | 下载:1