在AOV网中为了更好地完成工程,必须满足活动之间先后关系,需要将各活动排一个先后次序即为拓扑排序。拓扑排序算法void TopologicalSort(ALGraph G) 中,先输出入度为零的顶点,而后输出新的入度为零的顶点,此操作可利用栈或队列实现
2021-08-30 16:19:51 389KB 排序。有向图
1
博客https://clouddaidai.blog.csdn.net/article/details/119926474 所需样本数据
2021-08-26 14:12:01 30KB knn算法样本数据
1
该代码实现LZW算法的压缩,编码过程,译码过程可以自行选择测试。还可显示编码前后字符串长度及压缩率等,对于LZW算法的学习研究很适应。
2021-08-23 20:39:09 3KB C++ LZW 数据压缩
1
对于使用c++语言描述的数据结构,而又想做做题目,想学好点的同学,这是很好的资料哦。分了各个章节,都是考研的习题,DOC文件。很实用的家伙。
1
基于压缩感知算法的数据压缩与复原matlab代码.zip
2021-08-21 09:38:07 17.37MB matlab
Open3D-ICP算法测试数据Open3D-ICP算法测试数据Open3D-ICP算法测试数据Open3D-ICP算法测试数据Open3D-ICP算法测试数据Open3D-ICP算法测试数据Open3D-ICP算法测试数据Open3D-ICP算法测试数据Open3D-ICP算法测试数据
2021-08-21 09:20:12 9.51MB 点云
1
计算机考研传说中的数据结构1800题,包含各大高校历年的数据结构考研真题,带目录可快速检索。
2021-08-19 21:42:49 118.22MB 数据结构 计算机 考研
1
P.S. 因为上传附件大小受限,故将本资源分为两部分,第二部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 2) ,请注意两个一起下载,否则内容不全。 1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved. 2.Data Structures, Algorithms, and Program Style Using C (C) 1988, PWS Kent Publishing Co. All rights reserved. 3.Data Structures: From Arrays to Priority Queues (C)1985, Wadsworth, Inc. All rights reserved. 4.Fundamentals of Data Structures (C) 1976, 1983 Computer Science Press, Inc. All rights reserved. 5.Information Retrieval: Data Structures and Algorithms (C)1992, PTR Prentice-Hall, Inc. All rights reserved. 6.Introduction to Algorithms (C) 1990, The Massachusetts Institute of Technology. All rights reserved. 7.Practical Data Structures in C++ (C) 1993, John Wiley & Sons, Inc. All rights reserved. 8.Reliable Data Structures in C (C) 1985, Plum Hall Inc. All rights reserved. 9.Data Structures and Algorithms (C) 1983, Bell Laboratories, Inc. All rights reserved. 10.Articles from Dr. Dobb's Journal (C) 1998, Miller Freeman, Inc. All rights reserved.
1
P.S. 因为上传附件大小受限,故将本资源分为两部分,第一部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 1) ,请注意两个一起下载,否则内容不全。 1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved. 2.Data Structures, Algorithms, and Program Style Using C (C) 1988, PWS Kent Publishing Co. All rights reserved. 3.Data Structures: From Arrays to Priority Queues (C)1985, Wadsworth, Inc. All rights reserved. 4.Fundamentals of Data Structures (C) 1976, 1983 Computer Science Press, Inc. All rights reserved. 5.Information Retrieval: Data Structures and Algorithms (C)1992, PTR Prentice-Hall, Inc. All rights reserved. 6.Introduction to Algorithms (C) 1990, The Massachusetts Institute of Technology. All rights reserved. 7.Practical Data Structures in C++ (C) 1993, John Wiley & Sons, Inc. All rights reserved. 8.Reliable Data Structures in C (C) 1985, Plum Hall Inc. All rights reserved. 9.Data Structures and Algorithms (C) 1983, Bell Laboratories, Inc. All rights reserved. 10.Articles from Dr. Dobb's Journal (C) 1998, Miller Freeman, Inc. All rights reserved.
1
原创]根据C.Gosselin的论文编写的6-SPS并联机器人可达工作空间绘制程序,思路、算法与数据均来自论文"Determination of the Workspace of 6-DOF Parallel
2021-08-19 10:31:13 3KB 3d
1