资源列表
8_Queens_revised
- N皇后问题的所有解,设定解栈大小为100,N大于时,需要增大解的栈,否则会栈溢出.-all the solution to N Queen (N<=8, else stack overflow)
KMP
- 内有KMP的模板和pku2406,pku2752的源代码,经典字符串算法。
Precede
- 用算符优先法对算术表达式求值的过程。要求以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。实现对算术四则混合运算表达式的求值,并在求值中运算符栈、运算数栈、输入字符和主要操作的变化过程。
Stack
- 栈的几种存储结构的实现,常见的顺序存储和链式存储,以及链式存储的类实现-Stack structure of the realization of several storage, common storage and chain of the order of storage, as well as the realization of the chain store category
backtrack
- 利用backtrack思想,解决背包问题,旅行商问题,整数排序。展示给初学者思想的精髓~-Using backtrack thinking to solve knapsack problem, traveling salesman problem, integer sorting. Quintessence presented to beginners ~
sorting_list
- 排序算法的小例子,对初学者有一定的帮助,排序算法是常用的算法-Small example of sorting algorithms, there is some help for beginners
Sort-with-index
- 扩展的STL sort代码(Sort with index),使其输出sort的index-Expand STL sort with index output
TraversingGraph
- 图的遍历算法是求解图的连通性问题、拓扑排序和求关键路径等算法的基础-Graph traversal algorithm is to solve the graph connectivity problem, topological sorting and demand, such as critical path algorithm
yuandaima
- 他可以实现简单的四则运算 但还不能实现高级的如函数的运算-dfjdfkdfefdk
jisuanqi
- 1. 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令;相应的输入数据和运算结果显示在其后。-1. Demo user and computer dialogue manner, that is displayed on the computer terminal " reminder" after, by the user at the keyboard inputs illustrate procedur
car
- 本程序是实行一个停车管理系统功能。可实现排队等候、记录车位号、记录出入停车场时间、计算收费等功能。-This program is the implementation of a parking management system functions.Waiting in line to achieve record number of parking spaces, access to parking time records, calculate charges and other func
