-
利用三元组实现矩阵的简单运算
资源描述利用三元组实现矩阵的简单运算,包括矩阵加法、减法、乘法和置换的运算,同时利用QT实现了简单的页面。本资源利用了三元组对矩阵进行运算,时间性能大大增加。
- 2023-03-21 21:55:04下载
- 积分:1
-
Four kinds of sorting algorithms (exchange sort bubble sort quick sort sort m...
四种排序算法(交换排序 冒泡排序 quick sort排序 mergesort归并排序 )源码,以及各种算法排序效果的对比。-Four kinds of sorting algorithms (exchange sort bubble sort quick sort sort mergesort mergesort ) source code, as well as comparison of various algorithms to sort results.
- 2023-02-13 09:40:03下载
- 积分:1
-
This is a decision tree classifiers on which the original algorithm C4.5 procedu...
这是一个有关决策树分类器中C4.5算法的原程序-This is a decision tree classifiers on which the original algorithm C4.5 procedures
- 2022-05-21 01:16:40下载
- 积分:1
-
literacy DAO
DAO读写-literacy DAO
- 2023-01-15 21:15:03下载
- 积分:1
-
vb6 database programing sample code
vb6 database programing sample code
- 2022-04-20 00:49:06下载
- 积分:1
-
安徽工程科技学院 2009年计算机07级数据结构课程设计题目及要求...
安徽工程科技学院 2009年计算机07级数据结构课程设计题目及要求-Anhui Institute of Engineering and Technology in 2009 a computer 07 data structure and requirements of the subject curriculum design
- 2022-04-20 05:43:54下载
- 积分:1
-
closely with the database related to the operation of a typical VC routines sour...
跟数据库密切相关的各种典型操作VC例程源代码,比较常见的操作都有。-closely with the database related to the operation of a typical VC routines source code, the more common operations have.
- 2023-04-21 11:30:04下载
- 积分:1
-
2 ADT3 a. b. c. d. e. f. g. Gvwh. Gvi. Gvj. Gk. Gl. m.
―图数据类型的实现――问题描述:图是一种较线性表和树更为复杂的数据结构。在图形结构中,结点之间的关系是任意的,任意两个数据元素之间都可能相关,因此,图的应用非常广泛,已渗入到诸如语言学‘逻辑学、物理、化学、电讯工程、计算机科学及数学的其它分支中。因此,实现图这种数据类型也尤为重要,在该练习中即要实现图的抽象数据类型。基本要求:2、 定义出图的ADT;3、 采用邻接矩阵及邻接表的存储结构(有向图也可使用十字链表)实现以下操作:a. 构造图 b. 销毁图 c. 定位操作d. 访问图中某个顶点的操作e. 给图中某个顶点赋值的操作f. 找图中某个顶点的第一个邻接点g. 找出图G中顶点v相对于w的下一个邻接点h. 在图G中添加新顶点vi. 删除图G中顶点vj. 在图G中插入一条边k. 在图G中删除一条边l. 实现图的深度遍历操作m. 实现图的广度遍历操作参考提示:具体内容参看教科书本156页实验要求:对于以上具体操作要求实现时有良好的用户交互界面。详细设计、编码、测试。-2 ADT3 a. b. c. d. e. f. g. Gvwh. Gvi. Gvj. Gk. Gl. m.
- 2023-04-28 01:35:04下载
- 积分:1
-
在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的两堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算...
在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的两堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分,并分析算法的计算复杂度。-in a circle around the playground are placed n gravel pile. Is a stone should order to be merged into a heap. Stipulated that only elected adjacent to the pile of gravel into the new heap, and a new pile of gravel credited for the combined scores. Design a test algorithm to calculate n heap into a pile of gravel to the minimum score and the biggest score and analysis of algorithm complexity.
- 2022-03-22 21:40:18下载
- 积分:1
-
这是传统智能优化背包问题用VC++ 6.0的实现,是对背包问题分支限界的可视化算法实现...
这是传统智能优化背包问题用VC++ 6.0的实现,是对背包问题分支限界的可视化算法实现-This is a traditional intelligent optimization knapsack problem VC++ 6.0 with the realization of knapsack problem is the visualization of branch and bound algorithm
- 2022-02-15 16:24:31下载
- 积分:1