资源列表
shujujiegouyuandaima
- 数据结构原代码(包括线性表 链表 树性表)-Data structure of the original code (including the linear form of the table lists the tree)
BiTree
- 二叉树的前序、中序和后序的递归和非递归算法的遍历。-Binary tree traversal
Prim
- 最小生成树的Prim算法的实现。这里是对无向图最小生成树的实现。-Prim minimum spanning tree algorithm. There is no realization of the minimum spanning tree graph.
butongjinzhizhuanhuan
- 利用C++语言实现的不同的自定义的进制间的数据转换。-C++ language using a different custom data conversion between binary.
sort_for_jishu(oushu)
- 只对数组中的奇数或偶数排序,而偶数或奇数位置不变。-Only the odd or even an array of sort, and even or odd position unchanged.
erchapaixushu
- 用VC++实现二叉排序树的算法,将结果输出-VC++ implementation using binary sort tree algorithm, the resulting output
longest
- 从一个不超过80个字符的句子中找出一个句子中长度最长的单词-find the longest word of a sentence,which contains less than 80 words
LinkListADT
- adt抽象链表,使用模板实现了基本的链表操作-list adt abstract, use the template to achieve the basic list operations
liebao
- 动物世界里猎豹的奔跑总是很让人有速度的美感。这天,猎豹盯上了一只野猪,现在 要捉住它,由于猎豹很好的保护色,所以野猪没发现猎豹。猎豹和野猪在同一条直线上, 他们的坐标分别是 x 和 y,x 是小于等于 y 的。 现在猎豹有两种跑法: 1跑动一格,就是从x到x+1或者x-1; 2跑动一倍,就是从x到2*x。 现在请你找出最少要几步捉到野猪。 ★数据输入 输入第1行给出两个正整数x、y(0<x<=y<=100000),分别表示猎豹的坐
zhuiyezhu
- 动物世界里猎豹的奔跑总是很让人有速度的美感。这天,猎豹盯上了一只野猪,现在 要捉住它,由于猎豹很好的保护色,所以野猪没发现猎豹。猎豹和野猪在同一条直线上, 他们的坐标分别是 x 和 y,x 是小于等于 y 的。 现在猎豹有两种跑法: 1. 跑动一格,就是从x到x+1或者x-1; 2. 跑动一倍,就是从x到2*x。 现在请你找出最少要几步捉到野猪。 ★数据输入 输入第1行给出两个正整数x、y(0<x<=y<=100000),分别表示猎豹的坐
DecisionAlgorithm
- 开发环境WinCC,用于维修决策优化算法!-Development environment WinCC, for decision-making algorithm!
shusheguanli
- C语言版数据结构课程设计,包含详细的代码和设计报告-C language version of the data structures curriculum design, contains a detailed code and design report
