资源列表
seqlist
- 顺序表的一些基本操作,还有做的一些顺序表的题目的答案,旁边有注释-Some of the basic operation of the order of the table, there to do some of the answers to the subject of the order of the table, next to comments
lianbiao
- 链表的使用,等等功能,挺好的,基本点而功能都实现了。-I write by by myself
source
- /* 功能: 输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25 该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数, 表示该物品的价格(<=10000)和该物品的重要度(1~5)。 GetResult表示不超过总钱数的物品的价格与重要度乘积的总和的最大值(<100000000)。
8shuma
- 八数码的问题描述,以及解答的源代码。用广度优先搜索-Eight digital descr iption of the problem, as well as answers to the source code. Using breadth-first search
calculation
- 数据结构计算算术表达式算法,可以计算小数点及较复杂的运算表达式-Data structure algorithms calculate arithmetic expression, we can calculate the decimal point and more complex operations expression
grammatical_analysis
- 一个语法分析的基础程序,里面加了点注解,方便初学者看懂,我也是初学者,-A syntax analysis program, which add a point annotation, easy for beginners to understand, I am also a beginner, hey
ZeroOnePack
- 分支界限法求解0-1背包问题。有N件物品和一个容量为V的背包,第i件物品的费用是c[i],价值是w[i],求解将哪些物品装入背包可使这些物品的费用总和不超过背包容量,且价值总和最大。-Branch and bound method for solving 0-1 knapsack problem. N items and a capacity V of the backpack, the cost of items i C [i], the value of W [i], the sum of
dbscan
- dbscan 算法,数据分类的一种算法,能对一些大型的数据进行分类。-DBSCAN algorithm, an algorithm of data classification of some large-scale data classification.
1linklist
- 数据结构中关于链表的内容用c++环境运行-data structure on the chain of operations with the environment c
changgenumbertoword
- c++实现人民币数字换算为大写-c Renminbi figures converted to uppercase ~~~~~~~~~~~~~~~~~~~~~~~
biTreeSort
- 二叉树排序算法是数据结构中重要的算法,其中用到了结点表示、堆栈使用及二叉树遍历等。
magic
- 用来求解任意阶幻方问题,对单偶幻方和双偶幻方都进行了求解.-Used to solve the problem of arbitrary order magic square, of single-dual doubly even magic squares and magic squares have been conducted to solve.
