-
数据结构实现一个队列的操作,有插入删除等功能
数据结构实现一个队列的操作,有插入删除等功能-queue
- 2022-01-25 15:45:08下载
- 积分:1
-
二叉树有一个优雅的递归指针结构,所以他们是一个很好的学习方法递归指针算法。...
二叉树有一个优雅的递归指针结构,所以他们是一个很好的学习方法递归指针算法。
- Binary trees have an elegant recursive pointer structure, so they are a good way to learn recursive pointer algorithms.
- 2023-08-18 16:15:03下载
- 积分:1
-
C++ class instance of the database code three times, layer upon layer additive
C++数据库课堂实例
三次代码,层层递加-C++ class instance of the database code three times, layer upon layer additive
- 2023-04-05 23:20:03下载
- 积分:1
-
数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能...
数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能-basic algorithm data structure design to achieve a C calculator, calculator should have the basic functions
- 2022-02-14 16:08:04下载
- 积分: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
-
map indicates that the data structure
图的表示 数据结构-map indicates that the data structure
- 2022-09-18 10:25:03下载
- 积分:1
-
树的操作中的邻接表。。解压即可。。直接上交
树的操作中的邻接表。。解压即可。。直接上交-Tree adjacent to the operation table. . Can extract. . Directly handed over to
- 2022-06-20 10:49:48下载
- 积分:1
-
航空售票系统
航空售票系统- Aviation booking system
- 2022-07-02 17:02:30下载
- 积分:1
-
Dijkstra算法C程序实现,可以在windows和linux下运行,
Dijkstra算法C程序实现,可以在windows和linux下运行,-Dijkstra algorithm C program can run under windows and linux,
- 2023-04-18 19:45:03下载
- 积分:1
-
一个对字串进行RAS方式加密的代码。 用于加密用户密码等敏感资料。 可以通过JSP页面进行调用...
一个对字串进行RAS方式加密的代码。 用于加密用户密码等敏感资料。 可以通过JSP页面进行调用-one pair of strings way for RAS encryption code. To encrypt user passwords and other sensitive information. JSP pages can be called for
- 2022-02-04 01:18:34下载
- 积分:1