-
广义表的反序
逆置广义表的递归模型如下:
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
-
本程序包实现了各种内排序功能,可以作为头文件库使用,封装好,强度大...
本程序包实现了各种内排序功能,可以作为头文件库使用,封装好,强度大-the package to achieve a ranking within the various functions, as can the use of the header files, Packaging, and intensity
- 2022-01-24 15:06:59下载
- 积分:1
-
in their procedures completed SQK2K the database backup and recovery. Although t...
在自己的程序中完成SQK2K中的数据库的备份和恢复。虽然调用外部程序来完成,但是在自己的MEMO窗口中显示外部程序的字符界面输出。-in their procedures completed SQK2K the database backup and recovery. Although the call external procedures to be completed, but in their own MEMO window shows the characters external program interface output.
- 2022-01-22 14:39:36下载
- 积分:1
-
1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed...
1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。
2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。)
3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2’;若干学生的账号。
4. 修改源代码中数据库连接组件Database的参数,包括服务器地址、登录用户名和默认密码。
-1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed importation of Chapter 4 of the data table creation SQL; Or, according to Table 4-1 4-8 to set up a data table. (CD can be used directly for the MyDatabase.GDB database.) 3. Use a few MyDB According to the Link, SQL Explorer in the original input data. In addition to Table 4-9 and table of contents 4-10. USER_PASS also need a table set up the authority of the"3 "JWC user name, for course scheduling; Several teachers set up the account (in TEACHER data tables set up corresponding information), the authority of"2 "; Several student"s account. 4. Modifying the source code, database
- 2023-06-03 00:05:04下载
- 积分:1
-
解析中央气象局下发的台风报文,提取有用信息,入数据库
解析中央气象局下发的台风报文,提取有用信息,入数据库-Analysis of the Central Weather Bureau issued a typhoon message, extract useful information into the database
- 2022-08-05 17:07:52下载
- 积分:1
-
ADO 数据库编程 用ACCESS 数据库系统
ADO 数据库编程 用ACCESS 数据库系统-ADO Database Programming using ACCESS database system
- 2023-01-23 02:25:04下载
- 积分:1
-
职工信息系统
职工信息系统-Staff information system
- 2022-03-15 11:24:05下载
- 积分:1
-
POJ 1166己AC源代码,不信你可以试试.
POJ 1166己AC源代码,不信你可以试试.-POJ 1166 F AC source code, do not believe you can try.
- 2022-09-09 11:35:03下载
- 积分:1
-
LTE Sim 流动
* 本文件是 LTE Sim 的一部分* LTE Sim 是免费软件 ;你可以将它重新分发和/或修改* 根据 GNU 通用公共许可证版本 3 作为它由自由软件基金会 ; 的出版 ;* LTE Sim 被分布在希望它会有用的* 但不提供任何保证 ;没有甚至隐含的担保* 适销性或适合特定目的。请参见* GNU 通用公共许可证有关更多详细信息。*
- 2022-02-24 20:31:28下载
- 积分:1
-
数据结构大作业-变长记录类库
数据结构大作业-变长记录类库-data structure large operations- variable length record library
- 2022-03-30 13:57:59下载
- 积分:1