资源列表
a
- (1).输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素 .输入整型元素序列利用有序表插入算法建立一个有序表-(1). Enter an integer sequence of elements, and to establish the sequence table. (2). Traversal of the sequence table. (3). The order to find a particular element in
qishi
- 图算法之骑士遍历问题,骑士遍历问题,或者象棋中马的遍历问题-Knight traversal, or chess problem in ergodic horse
treasure
- 寻宝问题 动态规划算法 原理同0/1背包问题-Treasure Hunt with the principles of dynamic programming algorithm problems 0/1 knapsack problem
huffman
- 数据结构中生成最小二叉树,已通过测试,可直接使用-Generate the smallest binary tree data structure, has been tested, can be used directly
AA
- 统计、求和与*排序 [目的] 熟悉循环和子程序调用的编程方法 [设计要求] 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。 -Statistics, Sum* Sort [purpose] loop and subrout
btree_Vc
- 用VC++,实现B树算法的一个示例。 包括B树的插入、删除等功能。-VC, B-tree algorithm to achieve an example. B tree insertion, deletion capabilities.
0-1bag
- 在c++环境下运行的程序 利用动态规划的算法思想解决0—1背包问题
36f37e30ce6a6166ed7d745b70b0f7c8
- 基于SDL的关于二叉树计算的源代码,是TXT的一些程序
POJ1840求一个有5位未知数方程解的个数
- POJ1840求一个有5位未知数方程解的个数,hash表的经典应用,POJ1840 seeking a five unknown number of equations, hash table classic application
shudecengcibianli
- 树的层次遍历。 题目:给定一棵用二叉链表表示的二叉树,其中的指针t指向根结点,试写出从根开始,按层次遍历二叉树的算法,同层的结点按从左至右的次序访问。-The level of the tree traversal. Title: given a list with that of the binary tree, in which the indicators point to root node t try to write from the root to start, accordi
bianli
- 这是树的非递归遍历源程序,输入一个二叉树,将输出该树经过先,中,后遍历后的结果-This is a non-recursive tree traversal source, enter a binary tree, the tree will be output through the first, during, and after traversing the result
tre_dfs
- a multinode tree structure with DFS depth first search algorithm