资源列表
11
- 用动态规划实现邻接矩阵,显示最后的决策和最小的代价(Display final decision and minimum cost)
C4_5
- matlab decision tree c4.5
9
- 任意给定一组数据,设计一个算法,建立一棵二叉排序树,对它进行查找、插入、删除等操作(Arbitrary given a set of data, the design of an algorithm to establish a two fork sorting tree, it is to find, insert, delete, and other operations)
quene
- 队列的特点及其存储方法,火车车厢重排问题。(The characteristics of the queue and its storage methods, the train compartment rearrangement problem.)
sort
- 对希尔排序、快速排序、归并排序任意选择两种排序方法进行比较。(Hill sort, quick sort, merge sort, arbitrary selection of two sorting methods are compared.)
tree
- 定义二叉树的链式存储结构,实现下列各类应用的递归算法。 (1)构建一棵二叉树,以某种形式(括号表示法、树形表示法、凹入表示法等)输出二叉树,最后释放二叉树的存储内存。 (2)分别编写程序实现:将二叉树的顺序存储结构转换成链式存储结构;将二叉树的链式存储结构转换为顺序存储结构。 (3)实现二叉树的先序、中序、后序和层次序遍历算法。输出二叉树的叶子节点。 (4)分别计算二叉树的所有节点个数,度为0、1、2的节点个数。 (5)统计二叉树中值为k的节点个数。计算二叉树中节点最小的值。 (6)计算二叉树的
stack
- 用户输入一个包含“+”、“-”、“*”、“/”、正整数和圆括号的合法数学表达式,用后缀表达式计算该表达式的运算结果。(The user enters a valid mathematical expression containing "+", "-", "*", "/", "positive integers" and parentheses. The postfix expression is
Balanced Binary Tree
- 平衡二叉树源代码 二叉树的格式化输出 可执行文件(Balanced two fork tree source code Two tree formatted output)
Joseph
- 编号是 1,2,……,n 的 n 个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值 m,从第 一个仍开始顺时针方向自 1 开始顺序报数,报到 m 时停止报数。报 m 的 人出列,将他的密码作为新的 m 值,从他在顺时针方向的下一个人开始 重新从 1 报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。(The number is 1, 2,...... N's n individuals sit in circles
prime
- simple prime number find in C++
实验5-递归
- 数据结构的递归算法,为了帮助更好的理解递归……(Data structure recursive algorithm, in order to help better understand recursive......)
rebuild(1).C语言课程设计(餐馆)
- 高级语言程序设计,餐馆管理系统的模拟……(High level language programming, simulation of restaurant management systems......)