-
数据结构实验与实训教程
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小:...
数据结构实验与实训教程
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 1.7 MB
-experimental data structure and Training Guide books Language : English books categories : program design license : free software books Size : 1.7 MB
- 2022-11-25 02:40:03下载
- 积分:1
-
bankers algorithm can solve computer's operating system Mutex. There are oth...
银行家算法可以解决计算机操作系统里的互斥。还有peterson等其他算法-bankers algorithm can solve computer"s operating system Mutex. There are other algorithms Peterson
- 2022-05-26 01:17:52下载
- 积分:1
-
ZJU 1092, 主要采用了一个vector来实现,速率比较高
ZJU 1092, 主要采用了一个vector来实现,速率比较高-ZJU 1092, primarily using a vector achieved a relatively high rate of
- 2023-06-13 21:45:03下载
- 积分:1
-
使用 visual basic 的计算器
计算器是最有用和最使用装置的人几个世纪以来。即使在今天,它是一个重要的工具来执行复杂的计算涉及代数、 概率等。Visual basic 6.0 作为前端和任何后端可以为它。这将使学习者学会 vb 在更有效的方式。甚至连通性的各种前端与后端可以用轻微的修改完成。
- 2022-01-25 22:06:37下载
- 积分:1
-
解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!...
解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!-Solve the N Queens problem can be the source and run the program, analyze, and output, intuitive, and effective!
- 2022-03-24 16:51:03下载
- 积分:1
-
数据结构:有关树所有操作
数据结构:有关树所有操作- Construction of data: The related tree all operates
- 2023-08-09 05:05:03下载
- 积分:1
-
相对于实验一,新增了2个类。
Class Listing vector<Advertisement*>.
Class Group vect...
相对于实验一,新增了2个类。
Class Listing vector.
Class Group vector.
使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。
压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills.
C++ Class Specification- Produce C++ class implementations
Standard Template Library- Knowledge of the STL, particularly sequential containers and iterators
Goals: This assignment is designed to reinforce your understanding and use of the STL vector container and the Standard Template Library.
Outcomes: Students successfully completing this assignment would master the following outcomes.
Produce C++ class implementations given class declarations
- 2022-07-21 10:24:05下载
- 积分:1
-
单链表简单基数排序,关键字有三个,参与排序的关键字的值为0...
单链表简单基数排序,关键字有三个,参与排序的关键字的值为0-9之间的数-Simple single-chain base sequencing, there are three keywords to participate in the value of the keyword ranking for a number between 0-9
- 2022-07-12 16:24:08下载
- 积分:1
-
分页脚本
分页脚本在 php 中。你可以使用它为订单几页在您的 web 页。例如如果您要实现很多的页数来描述产品,则可以使用此代码。
- 2022-02-25 16:42:04下载
- 积分:1
-
Order to map any of the distance between two nodes, (2) with two
求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵
(3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。
(4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同
(5) 显示结果要清晰易懂
(6) 本题运行结果
-Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The q
- 2022-04-20 12:55:19下载
- 积分:1