-
数据库实验,建立一个简单的数据库,有打开、存储、删除、建立等值嵌套循环连接的功能。...
数据库实验,建立一个简单的数据库,有打开、存储、删除、建立等值嵌套循环连接的功能。-database experiments, a simple database, open storage, delete, equivalent to establish nested loop join function.
- 2022-02-06 08:27:47下载
- 积分:1
-
个人信息系统
要控制我的信息系统是一个非常聪明的简单的项目。你可以学习如何添加、 更新、 删除和查询与 php mysql 语言......
- 2023-07-12 20:10:02下载
- 积分:1
-
算法设计与分析的习题及题解,希望大家能喜欢。
算法设计与分析的习题及题解,希望大家能喜欢。-Algorithm design and analysis solution exercises and questions, I hope everybody can like.
- 2022-07-28 08:30:47下载
- 积分:1
-
data structure c
数据结构c++-书的一些源代码-data structure c-some of the source code
- 2022-01-30 17:25:38下载
- 积分:1
-
数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能...
数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能-basic algorithm data structure design to achieve a C calculator, calculator should have the basic functions
- 2022-02-14 16:08:04下载
- 积分:1
-
Computer algorithms designed for the design of dynamic programming, you know
计算机算法设计,用于设计动态规划,你们懂得-Computer algorithms designed for the design of dynamic programming, you know
- 2022-07-27 06:46:13下载
- 积分:1
-
一个小开发的数据库系统,支持表查询,删除部分…
一个c语言开发的小型的dbms系统,支持造表查询,删除等一些简单的操作-a small development of DBMS systems to support table made inquiries, delete some simple operation
- 2022-01-25 14:57:51下载
- 积分:1
-
约瑟夫环问题,设计一个程序求出出列顺序 基于VISUAL C++开发
约瑟夫环问题,设计一个程序求出出列顺序 基于VISUAL C++开发-Joseph Ring problem, design a procedure to derive the column order based on VISUAL C++ Development
- 2023-07-26 07:05:03下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
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
-
学校图书预定系统 之 数据库设计
本程序为本人本科期间一次课程设计,粗制滥造,本不敢拿出示人,无奈急需源码一份,苦于无积分在身,只得滥竽充数。各位若是刚刚入门的新手,就不必看了,以免被我误导。技术问题 这里只有数据库设计部分以及部分SQL语句。
- 2023-02-23 02:15:03下载
- 积分:1