-
这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用...
这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
- 2022-11-27 01:15:03下载
- 积分:1
-
VB航空公司管理系统,数据库使用SQL2
VB航空公司管理系统,数据库使用SQL2-VB airline management system, using the SQL2000 database
- 2022-01-25 14:58:32下载
- 积分:1
-
Student elective system, with registration, delete, elective classes, such as th...
学生选课系统,具有注册,删除,选课等选课系统的基本功能-Student elective system, with registration, delete, elective classes, such as the basic functions of the system
- 2022-04-07 06:49:21下载
- 积分:1
-
反正切函数C实现,一个简单的C语言函数的实现,以及两个math的头文件...
反正切函数C实现,一个简单的C语言函数的实现,以及两个math的头文件-Arc tangent function C implementation, a simple implementation of C-language function, and two math header file
- 2022-01-25 13:45:48下载
- 积分:1
-
医院挂号系统叫号系统
用VB编写的医院挂号叫号系统,代码简介,功能强大,值得一看的VB医院叫号软件,
- 2022-05-16 11:26:44下载
- 积分:1
-
矩形编码压缩源代码是针对图象压缩设计的程序,该算法可用于生物信息学,图象处理等方面...
矩形编码压缩源代码是针对图象压缩设计的程序,该算法可用于生物信息学,图象处理等方面-rectangular Coding source code is against image compression design process, the algorithm can be used bioinformatics, image processing, etc.
- 2023-02-01 06:10:03下载
- 积分:1
-
java数据结构和算法(第二版)
Java数据结构和算法(第二版)-lafore著,教材中的范例程序,用JAVA语言,-Java data structures and algorithms (second edition)-lafore, and textbook examples of procedures, using JAVA language,
- 2022-02-09 20:19:56下载
- 积分:1
-
公交车查询系统
公交车查询系统-Bus Inquiry System
- 2022-06-12 16:09:13下载
- 积分: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
-
Minimum spanning tree problem lingo9.0 procedures used to achieve
最小生成树问题用lingo9.0程序实现-Minimum spanning tree problem lingo9.0 procedures used to achieve
- 2022-03-16 23:03:46下载
- 积分:1