-
再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下...
再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下-U.S. to give practice to provide a data structure of the procedure, with the Yang Hui triangle queue realize, are interested in study
- 2022-01-26 04:20:07下载
- 积分:1
-
根据一段给定的文章构造哈夫曼树并对一段给出的代码译码成为一段文章,输入输出均通过文件来实现,并配有报告文档。...
根据一段给定的文章构造哈夫曼树并对一段给出的代码译码成为一段文章,输入输出均通过文件来实现,并配有报告文档。-According to the article section of a given structure of the Huffman tree is given a section of the code decoding to become a section of articles, input and output are achieved through the document and the document with the report.
- 2022-02-20 09:07:52下载
- 积分:1
-
数据结构算法,图最短路径
数据结构算法,图最短路径-data structure algorithm, the shortest path map
- 2022-05-18 11:14:14下载
- 积分:1
-
经过调试后运行正确的直接插入排序和希尔排烃
经过调试后运行正确的直接插入排序和希尔排烃-after running directly into the correct sequencing and Hill expulsion
- 2023-03-17 04:20:04下载
- 积分:1
-
给定n 个整数a ,a , ,an 1 2 组成的序列, a n i | |£ ,1 £ i £ n。如果对于i...
给定n 个整数a ,a , ,an 1 2 组成的序列, a n i | |£ ,1 £ i £ n。如果对于i £ j ,有
0 = å
=
j
k i
k a ,则称序列区间i i j a , a , , a +1 为一个零和区间,相应的区间长度为j-i+1。-given n integers a, a, and an 1 2
- 2022-08-21 06:49:58下载
- 积分:1
-
EX1的实践
应用背景关系数据库设计以下两个表格,把你的意见在一个名为HTML文件bookpublisher.html 。书:原作者标题国际标准书号publisherid版出版日期价格书描述发行商:publisherid名称地址关键技术关系数据库设计以下两个表格,把你的意见在一个名叫bookpublisher.html HTML文件。书:原作者标题国际标准书号publisherid版出版日期价格书描述发行商:publisherid名称地址第一部分确定你的表中的键如下。对于这项练习,忽略性能的考虑,同时选择您的密钥。每个表的主键,表明(S)(PKS)。如果没有PK,状态。充分证明你的答案。对于每个表,注明备用键(S)(AKS)。如果没有AK,状态。充分证明你的答案。对于每个表,确定外键(S)(FKS)和完整性约束。充分证明你的答案。列的所有列,以及这些列的域(数据类型和格式)。充分证明你的答案。在一个HTML表格,列出至少四行,在每个表的有效值。在你提交的文件命名bookpublisher.html。第二部分写SQL语句如下。您可能会发现这有助于建立您的数据库管理系统有用的。在一个名为createdb.sql提交您的SQL语句。写的DDL语句使用CREATE TABLE语句创建表。确保在语句中识别您的主键和替换键。写插入语句将四行插入到每个表中。写SQL语句来检索由两家出版社的所有书的书名和出版价格(说“艾迪生卫斯理”和“麦格劳山”)。在文件列表,你rel-ops.txt,关系运算,从中选择/项目/加入行动,以执行该查询。解释每个操作在查询中的作用。写SQL语句来检索一个特定的书名出版社名称(说“基础数据库系统”)。第三部分在文件命名part3.txt,提供以下问题的答案。在1.2.2关系操作,有的差集操作的一个例子:R的结果提供给你。提供设置差分运算的结果。在课堂笔记中,下面的例子是讨论。给平淡的描述结果,将取代工会除了下面的查询检索:
- 2022-07-13 10:01:15下载
- 积分:1
-
data structure of a test is a polynomial arithmetic inside a package, Chain oper...
数据结构的一个试验,是一个多项式的运算,里面封装了,链表的操作,堆栈的操作等常用的数据结构,适合初学者-data structure of a test is a polynomial arithmetic inside a package, Chain operation, the operation of stack common data structure, suitable for beginners
- 2022-01-30 20:47:33下载
- 积分:1
-
ministack类的实现,数据结构的作业,模拟出类似stack类的ministack,已经通过测试...
ministack类的实现,数据结构的作业,模拟出类似stack类的ministack,已经通过测试-ministack class implementation, data structure operations to simulate a similar stack class ministack, has passed the test! !
- 2022-05-26 17:08:12下载
- 积分:1
-
施伯乐@黄皮书《数据结构教程》part3
施伯乐@黄皮书《数据结构教程》part3-Shi Bole @ beige book Data Structure Course part3
- 2022-03-10 14:51:58下载
- 积分:1
-
该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,...
该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,空间消耗也比较大.-distribution of the program is counting sequencing, it is I have seen the fastest sorting methods, it"s time complexity of O (n), but this sort known to be applicable to sort out the range, and if the upper and lower limits of the relatively large margin, space consumption is relatively large.
- 2022-06-14 17:10:55下载
- 积分:1