-
这是一套医院使用的订购药品的进存销系统,功能强大,使用方便...
这是一套医院使用的订购药品的进存销系统,功能强大,使用方便-This is a set of ordering the use of hospital drugs into Cun-pin system, a powerful and easy to use
- 2023-04-27 04:55:03下载
- 积分:1
-
人事档案管理系统(PB)/人事工资管理系统/干部信息管理系统/投标报价与合同管理系统/... 超市......
人事档案管理系统(PB)/人事工资管理系统/干部信息管理系统/投标报价与合同管理系统/... 超市... -personnel records management system (PB)/human resources management system/cadres Information Management System/bidding and contract management system/... supermarkets ...
- 2022-05-18 21:20:20下载
- 积分:1
-
数据库课程设计中的报刊管理系统
一个数据库课程设计里报刊订阅管理系统,包含几个角色用户,系统管理员,投递员,
有网页形式显示的界面
- 2022-01-25 16:31:19下载
- 积分:1
-
data structure : procedures Chain
数据结构:链表程序-data structure : procedures Chain
- 2022-03-20 21:49:14下载
- 积分: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
-
最长公共子串问题
最长公共子串问题-longest public substrings problems
- 2022-04-07 07:03:02下载
- 积分:1
-
这是一个用C++语言编写的约瑟夫环问题,旁附说明,已在测试环境下成功通过...
这是一个用C++语言编写的约瑟夫环问题,旁附说明,已在测试环境下成功通过-This is a C language of Josephus, adjacent to report stated that the testing environment has been successfully adopted
- 2022-01-24 09:54:47下载
- 积分:1
-
算符优先函数
设计一个给定算符优先分析表,用有向图法构造算符优先函数的算法。...
算符优先函数
设计一个给定算符优先分析表,用有向图法构造算符优先函数的算法。-Operator to design a priority function given priority operator analysis table, and have to graph structure function operator priority algorithms.
- 2022-02-02 22:16:24下载
- 积分:1
-
数据结构与算法
Data Structures and Algorithms
with Object-Oriented Design Patterns in C#
这本书的范例代码dll自己反编译的source code
http://www.brpreiss.com/books/opus6/-Data Structures and Algorithms with Objec t-Oriented Design Patterns in C# this book since dll code examples his opposition to the compiler source code http :// www.brpreiss.com/books/opus6/
- 2022-05-21 13:29:19下载
- 积分:1
-
9_database例版
这节课将为您介绍SQL(结构化查询语言)和一个数据库连接。该术语“查询”是指搜索,质疑,或找到或研究。当你查询数据库,你是搜索在数据库中的信息。查询组件封装了一个SQL语句是在客户端应用程序用于检索,插入,更新,以及从一个或多个数据库中删除数据表。查询组件可以使用远程数据库服务器(客户端/服务器)和其他许多数据库驱动程序。大多数情况下,你使用查询来选择一个用户应该在应用程序中看到的数据,当您使用表组件,就像你做。查询,但是,也可以进行更新,插入和删除显示操作以及检索的记录。当您使用查询来执行插入,更新和删除操作,查询通常不会返回的记录进行查看。
- 2022-03-07 11:13:44下载
- 积分:1