2014年10月29日

BST和DST简单的matlab程序(图的广度和深度遍历)

摘要: 图的广度和深度遍历,具体内容教材有clc;clear all;close all;%初始化邻接压缩表compressTable=[1 2;1 3;1 4;2 4;2 5;3 6;4 6;4 7];max_vertex = max(compressTable(:)); ... 阅读全文

posted @ 2014-10-29 20:01 Kermit.Li 阅读(1391) 评论(0) 推荐(0)

导航