-
1. 创建MyDatabase.gdb数据文件。
2. 用SYSDBA用户登录。
3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在SQL E...
1. 创建MyDatabase.gdb数据文件。
2. 用SYSDBA用户登录。
3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在SQL Explorer窗口中,根据表3-1至表3-10创建数据表。(通过直接注册附带光盘所提供的MyDatabase.GDB数据库文件,可以直接获得这些数据表。)
4. 在SQL Explorer窗口中,创建MyDB数据库连接。
5. 输入初始数据。除了表3-11至表3-13的内容,还需要根据需要设定院系编号、班级号和计数器。
-1. MyDatabase.gdb create data files. 2. With SYSDBA user login. 3. In ISQL window, the importation of the book were provided by the SQL statement; or SQL Explorer window, according to Table to Table 3-1 3-10 create data tables. (Through direct registration with CD-ROM attached MyDatabase.GDB provided by the database files, direct access to these data sheets.) 4. SQL Explorer window, MyDB establish database connections. 5. Initial data input. Table 3-11 addition to the contents of Table 3-13, we must also need to set faculty numbers, and counter classes.
- 2022-01-24 14:40:10下载
- 积分:1
-
数据结构课程设计,指针,连表等等的应用.属于基础知识
数据结构课程设计,指针,连表等等的应用.属于基础知识
-Curriculum design data structure, pointer, and even the application form and so on. Belong to the basic knowledge
- 2022-03-23 18:22:46下载
- 积分:1
-
数据结构中的B
数据结构中的B-TREE的实现-data structure of the B-TREE Implementation
- 2022-01-25 15:36:49下载
- 积分:1
-
实现拓扑排序,用到了堆栈,存储结构采用邻接表。
实现拓扑排序,用到了堆栈,存储结构采用邻接表。-To achieve topological sorting, use the stack, storage structure using adjacency list.
- 2023-06-24 09:35:03下载
- 积分:1
-
从一个句子删除重复项
此程序将从给定的字符串中删除模式 (子串)。
这是最简单和容易理解的 c + + 编写的代码。
这是最准确和最佳性能要使用的程序。
- 2022-07-07 11:22:09下载
- 积分:1
-
Hotel management program, mainly for small a la carte restaurant cash register,...
酒店管理程序,主要用于小型饭店点菜收银,功能完备-Hotel management program, mainly for small a la carte restaurant cash register, a fully functioning
- 2022-07-05 03:10:30下载
- 积分:1
-
这是一个编码解压密码的小程序,初学者下下来,对你编码有好处...
这是一个编码解压密码的小程序,初学者下下来,对你编码有好处-This is an encoded password extracting a small program for beginners under the down is good for you code
- 2023-08-29 04:05:04下载
- 积分: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
-
最新Delphi 7数据库开发指南下载,不错的一本书,推荐下载.
最新Delphi 7数据库开发指南下载,不错的一本书,推荐下载.-The latest database development guidelines for Delphi 7 download, a good book, recommended download.
- 2022-03-18 17:30:07下载
- 积分:1
-
There are binary search, binary conversion, data structure, traveling salesman a...
这里面有二分查找、进制转换、数据结构、货郎担算法、动态网络最短路线等等很多很多的程序-There are binary search, binary conversion, data structure, traveling salesman algorithm, dynamic shortest route network and so on many, many procedures
- 2023-02-21 00:15:04下载
- 积分:1