资源列表
POJ-2151
- POJ 2151 Check the difficulty of problems. Practice for dynamic planning.
arithmetic
- 算法演示,主要用演示的是常用的算法。包括查找,排序等基本的程序。-Algorithm demo, demo is commonly used algorithms. Find, sort, and basic procedures.
LinkedStack
- 用C++实现的链式栈,使用了模板类,可以直接引入头文件用于其它项目-Chain stack with C++ implementation, use the template class can be introduced directly into the header files for other projects
LinkedQueue
- 用C++实现的链式队列,使用了模板类,可以直接引入头文件用于其它项目-Chain C++ achieved queue, use a template class can be introduced directly into the header files for other projects
12
- 有限元程序,平面薄壁结构受力分析,平面板杆结构受力分析-Procedures planar thin-walled structures of finite element stress analysis, flat-plate lever structure stress analysis
MASort
- 魔方阵排列算法的VC++示例源代码,用的是搜索的方法,能进行14阶以下所有魔方阵的计算任务。-The magic square the alignment algorithm VC++ example source code, search 14 order magic square computing tasks.
LinearList
- 数据结构单链表,实现各种功能,保证正确,没有错误-Singly-linked list of data structures to achieve a variety of functions, and ensure the correct, no errors
LinkList
- 数据结构线性链表,实现各种功能函数,保证正确,没有错误-Linear list of data structures to achieve a variety of functions, and ensure the correct, no errors
Homework1_2
- 约瑟夫环问题原代码,亲自检验能运行成功,没有错误-Josephus original code, personally test can be run successfully, the error
xxx
- 后缀表达式转为中缀表达式,应用链表进行连接和判断。-Postfix expression into infix expression, application of the linked list to connect and judgment.
array
- it s how to find out how much is there /3 = 1? array
kmp
- 实现KMP算法 1、构建主串S和子串T,采用定长存储结构实现 2、编写主程序调用KMP算法,测试不同的输入数据S和T,输出的结果(输出模式串T的next值,以及T在S中的定位函数值。-KMP algorithm 1 to construct the main string S and substring T, using fixed-length storage structure 2, the preparation of the main program calls the KMP
