-
给定一个正整数
给定一个n位正整数a,去掉其中任意k
- 2022-08-22 12:54:39下载
- 积分:1
-
自己写的四皇后问题的算法,其中的注释非常的详细,请多指教...
自己写的四皇后问题的算法,其中的注释非常的详细,请多指教-himself wrote four of the Queen"s algorithm, which is very detailed notes, please enlighten
- 2022-08-26 06:23:14下载
- 积分:1
-
邻接表,邻接矩阵的创建以及对它的一些操作等
邻接表,邻接矩阵的创建以及对它的一些操作等-Adjacency list, adjacency matrix, as well as the creation of some of its operations
- 2023-08-30 01:40:03下载
- 积分:1
-
kruscal的源代码,实现最小生成树的算法,这个是本人自己编的小程序。...
kruscal的源代码,实现最小生成树的算法,这个是本人自己编的小程序。-kruscal the source code to achieve the minimum spanning tree algorithm, this is my own small part of the process.
- 2022-07-05 06:14:17下载
- 积分:1
-
1. 在IBConsole中添加两个用户LOGIN和MATER,密码均为PASSWORD。
2. 用MISDBA用户登录MISDB数据库。
3. 在IS...
1. 在IBConsole中添加两个用户LOGIN和MATER,密码均为PASSWORD。
2. 用MISDBA用户登录MISDB数据库。
3. 在ISQL中,输入第9章提供的SQL语句;或者根据表9-1至表9-8在SQL Explorer中自行创建数据表。数据库创建后需要分配LOGIN和MATER用户的访问权限。
4. 根据表9-9和表9-10设置初始数据,另外需要在PERSON数据表中设置一个用于登录系统的用户(ID=’MAT’,PASSWD=’PASSWORD’,AUTHORITY=’7’,STATE=’F’),同时在PART表中添加ID为’0000000000’的零件,名称为“。
5. 除了修改数据库连接的属性,还需要修改数据模块中LOGIN方法的相关用户密码。
-1. In addition two IBConsole users LOGIN and Mater. passwords are PASSWORD. 2. User login with MISDBA MISDB database. 3. In ISQL, the importation of Chapter 9 of SQL; Or, according to Table 9-1 to Table 9-8 in SQL Explorer to create data sheets. After creating the database needs and Mater distribution LOGIN user access permissions. 4. According to Table 9-9 and Table 9-10 initial data set, Another need PERSON data tables set up a registration system for users (ID = "MAT" PASSWD = "PASSWORD" AUTHORITY ="7 ", STATE = "F"), PART table at the same time adding ID to"0000000000 "parts, name. " 5. In add
- 2022-08-02 16:54:09下载
- 积分:1
-
运行环境必须在win9x环境下
运行环境必须在win9x环境下-operating environment must win9x environment
- 2022-10-18 03:35:04下载
- 积分:1
-
清华大学类数据结构实现的乙
清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University class data structure to achieve the B-tree, the design of a B-tree four bands, including : (a) the leaves of each record should include 4-byte (long) key code value and 60 gigabytes of data fields (document storage, etc., can be set), set up each leaf store five records, and internal nodes is the key code value/means against. In addition, each node should have the same point under a layer of the target node, the node storage key code number; (2) The B-tree four bands should support the insertion, deletion and with the given key code value accurate retrieval and key codes scope retrieval; (3) Display (Print ) This four bands B-tree growth (including the deletion of nodes) process examples;
- 2022-01-21 19:44:41下载
- 积分:1
-
pb 源码 进度条例子
pb 源码 进度条例子-pb progress of the sub-source
- 2022-07-14 04:04:49下载
- 积分:1
-
双向连表的演示程序
1、创建连表
2、在头部增加节点
3、在尾部增加节点
4、插入节点
5、删除节点
6、遍历连表...
双向连表的演示程序
1、创建连表
2、在头部增加节点
3、在尾部增加节点
4、插入节点
5、删除节点
6、遍历连表-Even two-way table 1 demo program to create even the Table 2, the increase in the head node 3, an increase in the tail of the node 4, insert the node 5, node 6 delete, traverse even the Table
- 2022-03-23 21:23:29下载
- 积分:1
-
安徽工程科技学院 2009年计算机07级数据结构课程设计题目及要求...
安徽工程科技学院 2009年计算机07级数据结构课程设计题目及要求-Anhui Institute of Engineering and Technology in 2009 a computer 07 data structure and requirements of the subject curriculum design
- 2022-04-20 05:43:54下载
- 积分:1