资源列表
binary-with-recursion
- its about the binary recursion
Expression-D.S.Report2
- 数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面-data structure curriculum design, arithmetic expression evaluates automatically identify operator precedence, in brackets, char to int conversion type, the result shows that the user inte
Account
- 一、实验名称:银行账户模拟 二、实验目的:这道题的主要目的是加深同学们对于面对对象编程中继承理解 三、实验内容: 创建一个银行账户的继承层次,表示银行的所有客户。所有的客户都能在他们的银行账户中存钱、取钱。任务主要如下: (1)创建Account类,作为基类。Account类应该包含帐户余额,并提供构造函数;向账户中余额加钱的方法;减少账户中余额的方法;获取当前帐户余额的方法。 (2)创建Account类的派生类:储蓄账户SavingAccount类,除去基类Account的
Expression
- 前缀表达式求值 本例程详细地给出了c++中关于前缀表达式求值的过程。间接、明了,有助于学习。-Prefix expression evaluation routines presented in detail in this c++ expression evaluation on the course prefix. Indirect, to understand and help learning.
BiTreeNode3
- 实现二叉树左孩子,右兄弟的编码方法,输入节点名称和左右编号,即可给出二叉树。-Children left to achieve binary tree, right brothers coding method, enter the node name and number around, you can give tree.
Huffman
- 设计一个利用哈夫曼算法的编码和译码系统。建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。“压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。根据以上任务说明,设计数据结构,并设计程序完成功能。-Huffman coding decoder
10 - Stacks
- the ADT we have come up with is a well known ADT called a stack, which is defined by our four operations
amyess-context-designphase
- 这是一道关于hangover的ACM的提 有兴趣的可以下载卡以下()
chainstack
- 大学计算机专业,数据结构中的链栈配,C++编写。-University computer science, data structure with the chain stack, C++ written.
maze77
- 用二进制写的迷宫,输入的充满0和1的迷宫,输出后有迷宫路径-maze with 0 and 1
kdtree1
- KD树在vc++中的实现包含kd树的创建等-the implement of kdtree in vc++
Classic_binary_tree_data_structure_and_information
- 数据结构树和二叉树经典资料Classic binary tree data structure and information -Classic binary tree data structure and information Classic binary tree data structure and information
