资源列表
intopo
- Converts to infix expression to postfix
beibao
- 背包问题,也就是我们常见的那个。在很多的专题实验中都会遇到-Knapsack problem, that is, our common one. Will encounter a lot of topics experiment
maxheap
- maximum heap and print
1
- 用数据结构实现了数据结构学习中卖衣服的模拟,是学习数据结构的实验例子-Data structure used to achieve a data structure to learn selling clothes in the simulation, is to learn from examples of experimental data structure
Cpp1
- 银行账户系统,C++的类编写,具有存款、取款、计算利率等功能-Bank account system, C++ classes written, with deposits, withdrawals, calculating the interest rate and other functions
Polynomial-operations
- 单链表存储多项式,头结点可存放多项式 的参数,如项数等-Single-chain storage polynomials, the first node can store the polynomial parameters, such as the number of items, etc.
huff-fuckfuckfuck
- 赫夫曼树啊。输入说明:多组数据,第一行为整数m,表示有几组数据,每组数据分为两行输入;第1行为n的值,第2行为n个整数,表示字符的出现频度。 输出说明:对每组数据输出一个整数,表示所构造哈夫曼树的带权路径长度(输出整数后换行)。 -Huffman tree ah. Input Descr iption: multiple sets of data, the first act integer m, which means that there are several sets of da
zhishu-fenjie
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n <> k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你,重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -The prime factorization of a
hr
- 建立一顺序表,实现其基本操作:新建一个顺序表;判断是否是空表;输入表的长度;输入线性表的各个数据元素的值;求当前表长;取某个位序上的数据元素;求某元素的前驱和后继;删除某个位置上的数据元素;求删除后的表长;置空表;销毁线性表。-Establish a sequence table to achieve its basic operations: create a sequence table determine whether it is an empty table length of t
1八皇后
- 八皇后问题 数据结构学习源码-8 Queens source data structure study
02051021
- 用C语言实现的判断子串的程序,输入两个字符串,判断第二个字符串是不是第一个字符串的子串。
Calculate
- 使用java 编写的简单的计算表达式的程序,供大家学习交流-Using java prepared a simple procedure for the calculation of expression for them to learn from the exchange of