资源列表
sorting
- 基于C++模板技术实现的各种常用排序算法。-Variety of commonly used sorting algorithm based on C++ template technology.
1
- 实现背包问题算法,并用MFC做出界面,画出曲线图。-Knapsack problem algorithm, and make the interface using MFC, draw graphs.
hanruota
- 这是数据结构中关于汉若塔问题的几个C程序源码-there are some C programs about hanruota
number-of-partitions
- 问题描述: 整数划分是一个经典的问题。希望这道题会对你的组合数学的解题能力有所帮助。 输入: 每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 输出: 对于每组输入,请输出六行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成k个正整数之和的划分数。 第三行: 将n划分成最大数不超过k的划分数。 第四行: 将n划分成若干奇正整数之和的划分数
The-array-
- 简单的数组处理的例子.新手学习使用.也算是学习过程中一个联系吧.-Simple example of an array of processing. Novices learn to use. Learning process can be considered a contact bar.
CH06_
- 算法设计策略学习性文件,具有较高参考价值-Algorithm Design
tu
- C++数据结构图的部分功能实现,计算图的路径-The partial function of c++ data structure,Calculation chart of the path, and so on
shujujiegou1
- 东北大学软件学院 数据结构 课程课件 欢迎下载-Software College, Northeastern University courseware data structure courses are welcome to download
shujujiegou
- 数据结构几个实验的实验报告,并且附有完整的源代码在文档后,供参考使用。-Several experiments reported experimental data structures, and with full source code after the document for reference.
ERCHASHU
- 二叉树的建立,插入,删除及遍历。可用于课程设计。-The establishment of a binary tree , insert, delete, and traversal. .
tree
- 二叉排序树中删除删除结点是其双亲结点的右孩子的算法,删除后仍为二叉排序树。-Delete Delete node binary sort tree algorithm is the right child of its parent node, delete still binary sort tree.
new-Bubble-Sort
- 修改起泡排序的算法,在正反两个方向交替进行扫描,即第一趟把排序码最大的对象放到序列的最后,第二趟把排序码最小的对象放到序列的最前面。如此反复进行。-Modified bubble sort algorithm, in both directions alternately scanning, sorting code that first trip to the largest objects into the final, the second trip to the smallest obj