-
队列操作(顺序、链队)
删除相同数据元素的操作将表元素由小到大排序;求队列动态长度;插入一个元素于一排序好的队列中;将表右移k位显示队列结果;打印输出队列内容;按值求结点;定位求结点等队列的所有基本操作
- 2022-03-18 14:23:42下载
- 积分:1
-
数据结构的链表加法
数据结构的链表加法-data structure objectlist Adder
- 2022-11-11 08:20:04下载
- 积分:1
-
二叉树的建立和遍历c++语言非递归和递归实现
二叉树的建立和遍历c++语言非递归和递归实现-The establishment and traverse binary tree c++ language implementation of non-recursive and recursive
- 2023-02-18 18:35: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
-
在线图像编辑
名为EEZZY TICKETZ该项目是机票预订与Web服务的在线解决方案。该eezzy门票是可以被任何人谁拥有互联网连接来访问互联网的应用程序。此应用程序将门票及查询预约自动对票的有效性。
该项目包括一个主站的JSP和Android应用程序中。该网站不仅用来显示公司简介和使用系统管理员。所有的注册过程是由系统管理员使用的主网站完成。客户可以下载Android应用程序,并利用它来进行订票目的。
所有的功能都写为Web服务,而Web服务使用存储数据库操作的程序。
- 2022-02-15 19:42:45下载
- 积分:1
-
VFP图书馆管理系统
VFP图书馆管理系统-VFP Library Management System
- 2022-09-23 21:45:03下载
- 积分:1
-
一类计算器的初步研究,一类考试系统的结晶…
The crystallize of the initial study, one class examination system of calculator, everyone gives order to point out.-The crystallize of the initial study, one class examination system of calculator. everyone gives order to point out.
- 2023-03-23 16:50:03下载
- 积分:1
-
ASP.NET简洁论坛源代码
这是一个简单的论坛,主要功能:
网站后台:版块管理、帖子管理、回复管理、我发布的帖子、我回复的帖子;
网站...
ASP.NET简洁论坛源代码
这是一个简单的论坛,主要功能:
网站后台:版块管理、帖子管理、回复管理、我发布的帖子、我回复的帖子;
网站前台:版块导航、帖子列表、帖子详细、帖子回复列表、添加帖子、添加回复-Asp.net concise BBS source code
This is a simple BBS, main functions:
Background: section management, site management, management, post reply by post, I, I reply posts,
Receptionist: version website lists, post navigation, post, reply posts, a detailed list of adding posts, add back,
- 2023-07-11 10:15:04下载
- 积分:1
-
VC stack with the expression evaluates to achieve! ! Data structure of a small o...
VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
- 2022-03-04 13:39:13下载
- 积分:1
-
我从网上下载的vc编的odbc源程序。他作为我的学习资料,希望对大家有用。...
我从网上下载的vc编的odbc源程序。他作为我的学习资料,希望对大家有用。-I downloaded from the Internet made the odbc source vc. Him as my learning materials, in the hope that useful to everyone.
- 2022-02-14 20:25:44下载
- 积分:1