-
SQLite中如何用API操作BLOB类型的字段
SQLite中如何用API操作BLOB类型的字段-how to use SQLite API type BLOB fields
- 2022-03-15 12:02:43下载
- 积分: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
-
利用Access数据库制作的学生管理系统,可以方便的进行查询和其他管理。...
利用Access数据库制作的学生管理系统,可以方便的进行查询和其他管理。-use Access database produced by the student management system, to facilitate the conduct of inquiries and other management.
- 2023-05-18 09:20:03下载
- 积分:1
-
编译原理中在自下而上分析和优先分析方法中使用的Washall算法...
编译原理中在自下而上分析和优先分析方法中使用的Washall算法-Compilation Principle of priority in the bottom-up analysis and analytical methods used in Washall algorithm
- 2022-08-18 08:36:23下载
- 积分:1
-
本程序是一个宾馆程控电话系统,调试成功。对于初学vc的mfc变成有用,主要是与数据库的调用方面。...
本程序是一个宾馆程控电话系统,调试成功。对于初学vc的mfc变成有用,主要是与数据库的调用方面。-This procedure is a hotel program-controlled telephone system, debugging success. Mfc in vc for the beginner into a useful, mainly with regard to the database call.
- 2022-03-16 06:46:13下载
- 积分:1
-
学校信息系统
这项计划是包括招生过程中,搜索某一特定记录的学生和修改和更新的记录和该程序还提供了 2 份报告的学生。
- 2023-02-21 20:20:03下载
- 积分:1
-
out PCA Gaussian Elimination Solution Line algebraic equations, Gaussian algorit...
高斯列主元消去法解线代数方程组,高斯算法-out PCA Gaussian Elimination Solution Line algebraic equations, Gaussian algorithms
- 2022-02-04 07:33:32下载
- 积分:1
-
关系型数据库 Postgresql 6.5.2
关系型数据库 Postgresql 6.5.2- Relations database Postgresql 6.5.2
- 2023-03-22 01:15:03下载
- 积分:1
-
演示一个寻找最短路径的算法。
演示一个寻找最短路径的算法。-find a demonstration of the shortest path algorithm.
- 2022-05-22 02:13:12下载
- 积分:1
-
JDBC
数据库嵌入java内,通过java变成实现数据库的嵌入及调用,可向数据库中添加记录...
JDBC
数据库嵌入java内,通过java变成实现数据库的嵌入及调用,可向数据库中添加记录-JDBC
- 2022-02-14 08:13:39下载
- 积分:1