资源列表
SimpleFactory
- 设计模式中的简单工厂模式 SimpleFactory c++代码实现-SimpleFactory cpp!!!!
Singleton
- 设计模式中的单例模式 Singleton 还有桥接模式 c++代码实现-Design pattern Singleton pattern Singleton c++ code! ! ! !
DesignPattern-COde
- 大话设计模式部分常见模式的C++代码实现-CPPCode Design pattern
DaHuaSheJiMoShiCode
- 设计模式代码实现CPP版本,带Debug-Design pattern code CPP version with Debug
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
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.
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.
1
- 首先是以c实现了多项式的相加相乘,然后移植到mfc上。-The first is to achieve a polynomial c by multiplying the sum, and then transplanted into the mfc.
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
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.
AVLTree-X
- 给出结点的插入序列,构造AVL Tree。-Given node insertion sequence, structure AVL Tree.
TSP
- 解决TSP相关问题,给出权重,求出最短路径-TSP solve related problems, given the weight, find the shortest path