资源列表
ViusalCinheritancealgorithm
- 这是一个简单遗传算法的C++语言源程序。-This is a simple genetic algorithm source code C++ language.
robust
- 基于遗传算法的鲁棒控制器设计及画图程序,这是对于给定的一个系统进行的设计-Genetic Algorithm Based on Robust Control Design and drawing program, this is for a given design of a system
Single_Phase_Inverter
- Single Phase Inverter with PWM
Topsort
- 所谓拓扑排序是指将顶点按照拓扑次序排列。有几种简单的算法可以求出一个图的拓扑次序。一种算法的思想如下: (1)在有向图中查找一个没有后继(或前驱)的顶点并添加到顶点表中。 (2)从图中删除该顶点和所有以该顶点为头(尾)的弧。 -The so-called topological sorting refers to the vertex order in accordance with the topology. There are several simple algor
yl
- 仿真机器人足球比赛策略 应用于SimuroSot 5v5比赛平台 V1.5a -Robot Soccer Simulation SimuroSot 5v5 strategy game platform used V1.5a
InorderTraversal
- 中序遍历的递归算法定义: 若二叉树非空,则依次执行如下操作: (1)遍历左子树; (2)访问根结点; (3)遍历右子树。 -Traversal of the definition of the recursive algorithm: If the tree is not empty, then followed by the implementation of the following steps: (1) traverse the left subtree
jiugongtu
- 利用遗传算法求解九宫问题,这个是我们人工智能与专家系统的作业,保证能用-Nine-palace using genetic algorithm, which is the artificial intelligence and expert system for operation, can be used to ensure
danpianjibujindianji
- 简述单片机控制步进电机原理,步进电机工作过程-On the principle of single-chip stepper motor control, stepping motor process
binartree
- 二叉树的基本操作,数据结构课程设计里的题目,对二叉树的应用更熟悉-The basic operation of binary tree
Listsearch
- 数据结构中有序表的查找完整代码,多多支持,谢谢!-Data structure to find a complete and orderly form of code, a lot of support, thank you!
