-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
压缩包内解决用计算机实现图论中的最短路问题
压缩包内解决用计算机实现图论中的最短路问题-Compression package to resolve the computer graph theory realize the shortest path problem
- 2022-03-23 13:39:37下载
- 积分:1
-
字符串形式的表达式求值算法,支持4则运算和括号
字符串形式的表达式求值算法,支持4则运算和括号-The string forms of expression evaluation algorithm, to support the four operations and brackets
- 2023-03-26 05:10:04下载
- 积分:1
-
1.数据库文件名:spkc(位置:商品库存管理系统源程序文件spkc.mdb)
2.数据库类型:Access
3.连接方式:ADO
4.用户名...
1.数据库文件名:spkc(位置:商品库存管理系统源程序文件spkc.mdb)
2.数据库类型:Access
3.连接方式:ADO
4.用户名:mrkj
5.密码:111dataspxxglxt_Log.LDF文件)
2.数据库类型:SQL Server
3.连接方式:ADO
4.用户名:mrkj
5.密码:-1. Database File Name : spkc (location : merchandise inventory management system source files spkc.mdb) 2. Database types : Access 3. Connectors : ADO 4. Username : mrkj 5. Password : 111 data spxxglxt_Log.LDF) 2. Database types : SQL Server 3. Connectors : ADO 4. Username : mrkj 5. Password :
- 2022-03-21 01:41:08下载
- 积分:1
-
宿舍信息管理系统
本系统服务的对象不仅是管理人员,还包括注册用户。因此本系统分为两个大的模块,一是用户模块,二是管理人员模块。用户在登陆页面选择注册,注册一个自己的账号,才能进入用户模块。用户模块向用户查提供了宿舍信息查询方式,用于不同要求的查询方法。用户可通过查询界面输入所需要的学生或者宿舍的信息,经过数据库内数据的筛选,可以得到所查询的结果。管理人员通过输入帐号及密码可进入管理人员模块。该模块有查询模块、管理员管理、宿舍调度管理。管理人员可以应实际要求,对学生、宿舍等数据进行添加、删除、修改操作。
- 2022-10-12 06:10:03下载
- 积分:1
-
的地磅管理系统,还不错
的地磅管理系统,还不错-the loadometer management system, but also good
- 2022-08-22 20:58:23下载
- 积分:1
-
C++数据结构(链表)
采有C++模板实现的一个数据结构"链表",可以进行增加,删除,修改等20多个成员函数。
本程序适合初学数据结构的朋友们。
- 2023-05-07 21:30:03下载
- 积分: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 do with the management staff
- 2022-11-10 23:20:03下载
- 积分:1
-
本程序用来学校管理学生挡案用. 采用Access数据库,程序实现关键在应用ODBC 的两个类....
本程序用来学校管理学生挡案用. 采用Access数据库,程序实现关键在应用ODBC 的两个类.-procedures for the management of schools with students archives. Access database, program lies in the application of two types of ODBC.
- 2022-05-07 18:50:56下载
- 积分:1