-
C# written to the database table into Excel, you can choose the workbook, write...
C#写的导入Excel表到数据库,可以选择工作簿,自己写的还不完善,有用的朋友可以借鉴一下,把完善传上来-C# written to the database table into Excel, you can choose the workbook, write their own is not perfect, can be useful to learn from some friends, to improve the Chuan-up
- 2022-05-06 17:53:08下载
- 积分:1
-
对数据库的总分字段进行排序,填充到名次字段中去.
对数据库的总分字段进行排序,填充到名次字段中去.-Total field of the database to sort, filled to the field to finish.
- 2022-07-15 17:50:58下载
- 积分:1
-
这里面包含了acm程序设计的各种常用的算法
这里面包含了acm程序设计的各种常用的算法-contains acm procedures commonly used in the design of algorithms
- 2022-01-25 20:33:17下载
- 积分:1
-
使用BTREE索引方法开发的ISAM数据库系统
使用BTREE索引方法开发的ISAM数据库系统-ISAM database system which is developed by using BTREE index method
- 2023-06-18 07:35:04下载
- 积分:1
-
八皇后问题,回溯算法的经典例子,此程序可以扩展至n皇后问题。...
八皇后问题,回溯算法的经典例子,此程序可以扩展至n皇后问题。-eight Queen"s problems, backtracking algorithms classic example of this procedure can be extended to n Queen"s problem.
- 2022-11-28 00:55:03下载
- 积分:1
-
Manager: In this system there is only one administrator, that is, the system adm...
管理员:在此系统中只有一个管理员,即系统管理员。具有一般用户所没有的权限,即具有管理一般用户、试题管理功能。
管理员可以向题库中添加各种类型且符合要求的试题,也可以对它们进行修改和删除。同时,管理员也能对科目、用户、考试记录等数据进行管理。
试题管理-Manager: In this system there is only one administrator, that is, the system administrator. General users do not have permission, that is, with the management of general users, test management capabilities. Administrators can add to the questions of all types and meet the requirements of the test, can also modify and delete them. At the same time, administrators can also subjects the user, the examination of data records management. Test Management
- 2022-05-17 02:44:48下载
- 积分: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
-
Josephu问题,一元多项式的相加问题,模拟停车场管理问题等问题...
Josephu问题,一元多项式的相加问题,模拟停车场管理问题等问题-Josephu problem, a polynomial of the sum of the problem, simulated car park management and other problems
- 2022-02-02 12:00:01下载
- 积分: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
-
我自己写的一个解决约瑟夫环的小程序,对学习数据结构的朋友可能有一些帮助,tc2编译通过...
我自己写的一个解决约瑟夫环的小程序,对学习数据结构的朋友可能有一些帮助,tc2编译通过-I wrote it myself a solution Josephus small procedures, the data structure of the study may have some friends help compile indexes
- 2022-04-22 20:21:07下载
- 积分:1