资源列表
TSP
- 用邻接表解决的TSP变形问题(带权值求最长路径)-TSP deformation problems solved with the adjacent table (with the right to find the value of the longest path)
post_to_pre
- 将后缀表达式转换成前缀表达式:从键盘读入一后缀表达式,转化成前缀式-Prefix to postfix expression into the expression: read from the keyboard into a postfix expression, converted into a prefix-style
linear
- 数据结构之线性表的各项操作:线性表置空、求线性表长度、数据插入、删除、显示、文件保存等-Linear list data structure of the operation: linear table empty, find the length of the linear form, the data insert, delete, display, file, etc.
RBF
- 针对传统的PID控制器参数固 定而导致在控制中效果差的问题,提出一种基于模糊RBF神经网络智能PID控制器的设计方法。该方法结合了模糊控制的推理能力强与神经网络学习能力强的特 点,将模糊控制与RBF神经网络相结合以在线调整PID控制器参数,整定出一组适合于控制对象的kp,ki,kd参数。将算法运用到电机控制系统的PID 参数寻优中,仿真结果表明基于此算法设计的PID控制器改善了电机控制系统的动态性能和稳定性。-Traditional PID controller parameters fixed
K_Merge
- K路归并算法 * 本程序用来实现K路归并算法 * 在Turbo C2.0编译器下编译通过 * 算法过程中 * K由用户输入 * 用户选择需要归并的数据的个数 * 由程序生成随机数据,数据结构为链表,并展示给用户 * 然后程序告诉用户需要增加的虚节点的个数 * 并把虚节点加入到链表中去,最后进行归并
sort_1
- 排序的核心算法,如希尔排序,堆排序,冒泡排序-The core sorting algorithms, such as Hill sort, heap sort, bubble sort
fuhexing3
- 复合形求最优解,已知2维约束,3个复合形顶点,给出一个顶点,求最优解-Complex optimal solution, known two-dimensional constraints, three Complex vertex, given a vertex optimal solution
RBT
- 红黑树 C代码 算法导论 建立 搜索 插入删除-Introduction to C code algorithm red-black tree insertion deletion Building Search
subt
- 对于给定的2 棵二叉树A和B,编程计算二叉树A是否为二叉树B的子树,二叉树B 是否为二叉树A的子树
suanshu-biaodashi-qiuzhi
- 算术表达式的求值,实现了加减乘除等基本运算,代码简单易懂,实现算法复杂度小-Arithmetic expressions are evaluated to achieve the basic operations addition, subtraction, etc., is straightforward, small algorithm complexity
Fix
- 实现表达式求值,实现中缀到后缀的转换并求值(利用栈)-infix to suffix
4.67
- 普里姆算法构造最小生成树,无向图的深度优先搜索。数据结构作业答案。老师写的-Primbetov minimum spanning tree algorithm structure, no plans to the depth-first search. Operating data structure answer. Teachers write! !
