资源列表
hge16
- HGE引擎 想做2d游戏的程序员应该好好研究研究-HGE engine, 2d game programmers want to do further studies should be carefully
Map
- this program show all maps states of north america
Loteria
- this program is about the code thah choise random numbers to play lotto
8box
- Artificial Intelligent (AI) helper tool, visually build the search algorithm tree.
SimpleDraw
- Do the simple drawing using OpenGL
polynomial-operation
- 数据结构课程设计中的一元多项式运实现,有菜单,可以对运算进行选择。-Data Structure Course Design in the realization of a polynomial transport, there is the menu, you can choose computing.
-UseStatus
- 这是一个小小的c++程序,请大家还提宝贵意见-this is c++ programming form yan.
Four-kinds-of-classical-algorithms
- 四种经典的算法,包括猴子选大王,约瑟夫环,迷宫求解,文本编辑-Four kinds of classical algorithms, including the monkey king of the election, Joseph Wan, maze solving, text editor
Air-passenger-reservation-system-design
- 航空客运订票系统的设计(包括设计要求,设计分析,源代码)-Air passenger reservation system design (including design requirements, design analysis, source code)
Data-Structure-Course-Design-Huffman-coding
- 数据结构课程设计——霍夫曼编码(含有设计要求,需求分析,源代码)-Data Structure Course Design- Huffman coding (with the design requirements, requirements analysis, source code)
11
- 1. 主要功能: (1) 输入并建立多项式 (2) 输入多项式; (3) 两个多项式相加,建立并输出和多项式; (4) 两个多项式相加,建立并输入差多项式。 -qwe
AlgorithmDesignAnalysis
- 算法难,递归易,算法皆以递归源,相同处理自循环; 递归处理分和并,分而治之是首选。 DP全,贪心简,最优性质二者兼; DP需要表来填,子问题解表中见; 贪心策略需证明,整体可由局部建。 回溯深,分限广,剪枝函数两边忙; 一边剪左不可行,一边剪右非最优。 分限还需优先级,上界下界来排序; 叶子放在队列里,轮到它时达目的。-Algorithm is difficult, recursive easy recursive algorithm begin with the