-
documents to the database. Sql file stored in Database folder; 2, the first in S...
本程序所有数据库文件都以.sql文件保存在Database文件夹里; 2、首先在SQL查询分析器中运行CreateDatabase.sql文件创建数据库; 3、运行其他所有的.sql文件即可创建好了本程序的数据库;-documents to the database. Sql file stored in Database folder; 2, the first in SQL Query Analyzer run CreateDatabase.sql database file creation; 3, running all the other. Sql documents can establish a better process of the database;
- 2022-04-24 09:01:50下载
- 积分:1
-
利用分裂基算法求实序列 的DFT, 的虚部赋值为零。
利用分裂基算法求实序列 的DFT, 的虚部赋值为零。-Split-radix algorithm for the use of realistic sequence of DFT, the imaginary part of the assignment to zero.
- 2022-11-17 08:45:04下载
- 积分:1
-
用C++写的链表操作,可以作为一个简易的文本编辑器
用C++写的链表操作,可以作为一个简易的文本编辑器-list
- 2022-08-23 08:14:25下载
- 积分:1
-
所有的VB数据库连接,添加、删除、修改技术,实例齐全,以ACCESS数据库为例!...
所有的VB数据库连接,添加、删除、修改技术,实例齐全,以ACCESS数据库为例!-database basic
- 2022-12-05 22:40:03下载
- 积分:1
-
北acm1969(指望广东)
北大ACM1969(Count on Canton) -North ACM1969 (Count on Canton)
- 2023-06-03 04:45:04下载
- 积分:1
-
约瑟夫环实现
约瑟夫环实现
- 2022-02-07 00:49:01下载
- 积分:1
-
library management system
它的图书馆管理项目是使用三个表…表是学生…问题。。。和预订…这是一个登录页..用户必须在其中登录。。密码是123,要输入的用户名是admin..谢谢。。
- 2023-06-17 19:25:03下载
- 积分:1
-
实现KMP算法。
经典的模式搜索算法。
实现KMP算法。
经典的模式搜索算法。-KMP algorithm realization. Classical algorithms.
- 2022-03-23 07:06:13下载
- 积分:1
-
Solving clues to binary tree node before the trend and follow
求解线索二叉树中结点前趋和后继的算法以及以相应次序遍历线索二叉树的算法,二叉树的线索化算法的设计-Solving clues to binary tree node before the trend and follow-up algorithm and the corresponding sequence of binary tree traversal algorithm clues, clues to binary tree algorithm design
- 2022-01-25 14:32:44下载
- 积分:1
-
C语言实现的寻找多数元素代码
C语言实现的寻找多数元素代码,含英文注释。算法采用《算法设计技巧与分析》(沙特)一书上的方法。在一个整数序列A中,如果整数r在A中出现的次数大于序列A的一半,那么我们把这个r称为多数元素。如何更快的找出这个元素呢?在原序列中去除两个不同的元素后,那么在原序列中的多数元素在新序列中还是多数元素。
- 2022-11-30 03:55:03下载
- 积分:1