资源列表
BiTree
- 给定前序遍历和后序遍历的顺序,要求出总共有多少棵不同形态的二叉树满足这样的遍历顺序。-To order preorder and postorder before setting requires the total number of trees of different forms of binary tree traversal order to meet this.
Maze
- 为了测试某种药物对小白鼠方向感的影响,生物学家在实验室做了一个矩形迷宫,入口和出口都确定为唯一的,且分布在矩形的不同边上。现在让你算出小白鼠最短需要走多少步,才可以从入口走到出口。-In order to test the impact of a drug on mice sense of direction, a biologist at the lab made a rectangular maze, inlet and outlet are determined to be unique
1
- 首先是以c实现了多项式的相加相乘,然后移植到mfc上。-The first is to achieve a polynomial c by multiplying the sum, and then transplanted into the mfc.
1
- 一个比较新颖的思路将运算表达式转换为二叉树,支持括号,若需要支持其他复杂符号扩展也比较容易。-A relatively new idea will be converted to binary arithmetic expression, support brackets, but also relatively easy if you need to support other complex sign extension.
transfer
- 使用链表实现公交线路的换乘,实现了直达一次换乘二次换乘。运算速度很快,且拥有较大的优化提升空间。-Use the list to achieve transfer bus lines to achieve a direct transfer to the secondary transfer. Computing speed quickly, and has a large room for improvement optimization.
coding
- 《数据结构》 第8次上机题目 ( 排序 练习 ) 1.实现插入、交换、选择、归并等简单排序算法; 2.实现快速排序算法; 3.实现堆排序算法; 4.实现基数排序算法 (选做题)。 - Data Structure eighth title on the machine (sorted exercises) 1. Achieve insertion, exchange, selection, merging and other simple sorting algorit
DaHuaSheJiMoShiCode
- 设计模式代码实现CPP版本,带Debug-Design pattern code CPP version with Debug
DesignPattern-COde
- 大话设计模式部分常见模式的C++代码实现-CPPCode Design pattern
Singleton
- 设计模式中的单例模式 Singleton 还有桥接模式 c++代码实现-Design pattern Singleton pattern Singleton c++ code! ! ! !
SimpleFactory
- 设计模式中的简单工厂模式 SimpleFactory c++代码实现-SimpleFactory cpp!!!!
985_CountOne
- 计算任意数字中1出现的次数,并配备完整的注释-The number of calculations appear in any number 1
Arithmetic-expression-evaluation
- [问题描述] 表达式计算是实现程序设计语言的基本问题之一。也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法或转换成后缀表达式方法对算术表达式进行求值的过程。 [基本要求] 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用中缀表达式向后缀表达式转换的方法,实现对算术四则混合运算表达式的求值。-Expression computing is to achieve one of the basic problems of program design langu