登录
首页 » 电子书 » 图论中最小生成树Kruskal算法 及画图程序 M

图论中最小生成树Kruskal算法 及画图程序 M

于 2022-01-30 发布 文件大小:1.32 kB
0 187
下载积分: 2 下载次数: 3

代码说明:

图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w) -Graph theory Kruskal minimum spanning tree algorithm and Paint program M-function format [Wt, Pp] = mintreek (n, W): n for the map Vertices, W for weighted graph adjacency matrix, does not constitute the edge of the two vertices of between the right to express with inf. Show the minimum spanning tree of edges and vertices, Wt right for the Minimum Spanning Tree, Pp (:, 1:2) for the minimum spanning tree edges of the two vertices, Pp (:, 3) for the minimum spanning tree of the right side, Pp ( :, 4) For the minimum spanning tree graph edge serial number, red connection for the minimum spanning tree of graph such as n = 6 w = inf* ones (6) w (1, [2,3,4]) = [ 6,1,5]

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 在现代工业生产设备中,有大量的数字A。
    在现代化的工业生产设备中,有大量的数字量及模拟量的控制装置,例如电机的起停,电磁阀的开闭,产品的计数, 温度、压力、流量的设定与控制等,工业现场中的这些自动控制问题,若采用可编程序控制器( P C ) 来解决自动控制问题已成为 最有效的工具之一,本文叙述P C 控制系统设计时应该注意的问题。-In modern industrial production equipment, there are a large number of digital and analog control devices, such as motor starting stop, solenoid valve opening and closing, product count, temperature, pressure, flow and control settings such as, industrial site automatic control of these problems, the use of programmable logic controller (PC) to solve the automatic control issue has become one of the most effective tool, this article describes the design of PC control system should pay attention to.
    2022-06-13 01:49:53下载
    积分:1
  • "grid computing" [author (U.S.) Joshy Joseph, Craig Fellenstein When y...
    《网格计算》 【作者】(美)Joshy Joseph, Craig Fellenstein 当您打开电灯,电力网将立即向您传递所需的能量。那么,计算机和网络是不是也可以这样工作呢?答案是肯定的,它们甚至还可以改变您的业务方式。网格计算推动了“按需电子商务”:在任何地方,任何时间,简单或低成本地传递您所需的确切技术资源。您可以利用现有的系统,立即实现所有的功能。不管您是执行人员、策略人员、设计人员、技术人员还是开发人员,本书都将是您的最佳选择。. 本书主要内容: 掌握网格计算和效用计算的底层概念 学习如何开始着手以及从哪些应用开始 了解最新技术和标准.. 使用网格计算最大化现有资源的价值 建立灵活性、弹性和可操作性更强的基础设施 基于“感知和响应”提供对数据和资源的即时访问 消除不同的非集成系统的管理负担 在本书中,一流的IBM专家提供了最好的部署实践、集成现有资源的实际指导以及最新的案例分析;而您需要的是利用网格计算的演化来驱动您的商业价值。-"grid computing" [author (U.S.) Joshy Joseph, Craig Fellenstein When you open Electric, the electricity grid will immediately convey to you the necessary energy. Then, the computer and the Internet can not do this kind of work? Answer is yes, They can even change the way your business. Grid computing to promote the "e-business on demand" : at any place, any time, simple low-cost or you need to transfer the exact technical resources. You can use the existing system, the immediate realization of all the functions. Whether y
    2022-03-28 12:31:57下载
    积分:1
  • 程序员杂志2005年第7期 程序员杂志2005年第7期
    程序员杂志2005年第7期 程序员杂志2005年第7期-programmers 2005 magazine article seven programmers 2005 magazine article 7
    2023-09-06 22:30:06下载
    积分:1
  • 以一种清晰并易于接受的方式将深奥的互联网技术问题表达给具有各种背景的读者。作者是互联网最早期的研究者之一,他以独树一帜的方法把技术上的准确性和当前网络的研究
    本书以一种清晰并易于接受的方式将深奥的互联网技术问题表达给具有各种背景的读者。作者是互联网最早期的研究者之一,他以独树一帜的方法把技术上的准确性和当前网络的研究热点完美地结合起来,讲述了网络的底层技术和联网技术。本书是原书第2版的译本,比第1版增加了3章内容,介绍了基本网络工具、远程数字连接技术和中间件技术。对全书做了很多修改和更新。本书是描述互联网技术的经典之作,被认为是互联网技术的“圣经”。 - This book clear and will be easy the way by one kind which will accept the abstruse Internet technical question expression for the reader which will have each kind of background. The author is one of Internet early time researchers, he establishes a new school the method perfectly unifies the technical in accuracy and the current network research hot spot, narrated the network first floor technology and the networking technology. This book is the original book 2nd edition translated edition, increased 3 chapter of contents compared to 1st edition, introduced the basic network tool, the long-distance digital connection technology and the middleware technology. Has made very many revisions and the renewal to the entire book. This book describes Internet technology work classics,
    2022-03-01 12:36:07下载
    积分:1
  • 进程调度模拟程序,采用FCFS调度算法。C语言实现
    进程调度模拟程序,采用FCFS调度算法。C语言实现-Process scheduling simulation procedure for the FCFS scheduling algorithm. C language implementation
    2023-01-16 08:30:03下载
    积分:1
  • 这是最好的围棋教程,大家下载看看吧。对于初学者是非常有帮助的。...
    这是最好的围棋教程,大家下载看看吧。对于初学者是非常有帮助的。-This is the best chess tutorial, we look at the bar to download. For beginners it is very helpful.
    2022-03-11 09:22:21下载
    积分:1
  • CVS是目前比较流行与优秀的版本管理与控制工具,是用来管理其它日常文档(如word工作文档之类)的一个强有力的工具。 WinCVS是CVS的一个客户端软件,它运
    CVS是目前比较流行与优秀的版本管理与控制工具,是用来管理其它日常文档(如word工作文档之类)的一个强有力的工具。 WinCVS是CVS的一个客户端软件,它运行在Windows上,采用图形化方式登陆CVS服务器和CVS相关的操作与管理,不要学习复杂的cvs命令。企业内部都采用Linux/Unix做服务器,用Windows做客户端,所以WinCVS与CVS服务器是目前应用最广泛的版本控制与管理的组合。-CVS is the more popular version with an excellent management and control tools, the other is used to manage the day-to-day documentation (such as word documents such as work) a powerful tool. WinCVS is a CVS client software, which runs on Windows, The graphical approach landing CVS CVS server and related operations and management, not learning complicated cvs orders. Enterprises are using Linux/Unix servers to do with Windows so the client, So WinCVS and CVS server is the most widely used version control and management of the portfolio.
    2022-03-15 10:42:02下载
    积分:1
  • 《深入浅出MFC》第二版源代码,学习MFC的极佳参考资料
    《深入浅出MFC》第二版源代码,学习MFC的极佳参考资料-" In layman" s language and MFC" the second edition of the source code, an excellent reference to learn MFC
    2022-06-14 19:27:42下载
    积分:1
  • 《VisualC++视频技术方案宝典》,人民邮出版社出版,2008年出版。共九章,对音视频编码工程很有帮助。这是第6,7,8,9章的源码...
    《VisualC++视频技术方案宝典》,人民邮电出版社出版,2008年出版。共九章,对音视频编码工程很有帮助。这是第6,7,8,9章的源码-" VisualC++ Video Technology Program Collection," Posts And Telecommunications News Publishing House, published in 2008. A total of nine chapters, the audio and video encoding works very helpful. This is the first source of Chapter 6,7,8,9
    2022-04-27 20:04:36下载
    积分:1
  • 二叉树的数据结构,遍历搜索,对初学者很有帮助
    数据结构中binarytree 遍历及查找,对初学者很有帮助 -Binarytree data structure traversal and search, very helpful for beginners
    2023-07-08 10:30:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载