-
采用模版函数对数据结构的线性列表和栈以及队列进行编程。...
采用模版函数对数据结构的线性列表和栈以及队列进行编程。-template function using the data structure of the linear list and Stack and Queue program.
- 2022-07-28 16:19:24下载
- 积分:1
-
Data Structures and Program Design in C++ by Robert Kruse, Alexander Ryba 源代码
Data Structures and Program Design in C++ 书中源代码
作者Robert Kruse, Alexander Ryba
- 2022-06-26 14:38:38下载
- 积分:1
-
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
- 2022-03-19 13:35:27下载
- 积分:1
-
acad 公差查询源码, a2004,05,06, 可选择文本
acad 公差查询源码, a2004,05,06, 可选择文本-Academy of tolerance inquiries source, a2004, the"06 option to text
- 2022-02-12 17:57:06下载
- 积分:1
-
宾馆酒店管理系统
宾馆酒店管理系统
- 2022-07-01 20:23:16下载
- 积分:1
-
For Call Center Operators for the work time given
For Call Center Operators for the work time given- For Call Center Operators for the work time given
- 2023-03-20 11:30:03下载
- 积分:1
-
data structure of fiendish language to explain the algorithm
数据结构中的魔王语言解释算法-data structure of fiendish language to explain the algorithm
- 2022-07-11 15:19:15下载
- 积分:1
-
ADO operation SQL Database Programming integrity cases
ADO操作SQL数据库编程完整案例-ADO operation SQL Database Programming integrity cases
- 2023-07-15 17:15:03下载
- 积分:1
-
包含各种测试,查找和算法等代码,如冒泡算法,树的遍历,链表,队列,堆栈等...
包含各种测试,查找和算法等代码,如冒泡算法,树的遍历,链表,队列,堆栈等-includes various tests, such as search and algorithm code, such as Bubble algorithm, the tree traversal, linked list, queue, stack, etc.
- 2023-07-25 12:00:03下载
- 积分:1
-
Fibonacci数列的c语言实现
Fibonacci数列的c语言实现-Fibonacci Sequence C Language
- 2022-11-27 15:00:03下载
- 积分:1