登录
首页 » c++ » 邻接矩阵创建

邻接矩阵创建

于 2022-07-19 发布 文件大小:3.24 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

图的创建主要利用输入的各个顶点,并存储到一个向量(一维数组)中,然后通过输入两个顶点及权重创建弧,利用二维数组表示,因此,利用邻接矩阵创建图的存储需要两个数组:一个一维数组和一个二维数组。

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

发表评论

0 个回复

  • txt-file-read
    通过MFC 实现对txt文件的按行读取操作(realize txt file read line by line through MFC)
    2013-03-13 20:02:54下载
    积分:1
  • ctdo839
    类似于资源管理器的程序,可以查看,系统的所有资源,不错(Similar to the resource manager application, you can view, all the resources in the system, good)
    2017-04-23 06:05:29下载
    积分:1
  • -plasticity-
    一篇运动硬化的文章,英文原版,Implementation of cyclic plasticity models based on a general form of kinematic hardening(A kinematic hardening of the article, the original English,Implementation of cyclic plasticity models based on a general form of kinematic hardening)
    2014-01-06 15:07:56下载
    积分:1
  • C# 使用互斥量禁止程序运行两个实例
    C# 使用互斥量禁止程序运行两个实例,这个主要是根据开发的程序使用环境决定,有时候一个程序运行多个副本,会浪费系统资源造成不稳定,但有人说这样会让软件使用更方便,以下代码是不让程序运行多个实例副本,关键代码如下所示:   private void Form1_Load(object sender, EventArgs e)   {//使用互斥量禁止程序运行两个实例    bool bExist;    var MyMutex =new System.Threading.Mutex(true, "OnlyOneTime", out bExist);    if (bExist)    MyMutex.ReleaseMutex();    else    {    MessageBox.Show("程序已经运行!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Error);    this.Close();    }   }
    2022-03-24 02:20:34下载
    积分:1
  • gsm_msg
    GSM短信电话功能 arm linux (arm linux GSM SMS)
    2021-04-19 23:08:51下载
    积分:1
  • asp.net 与C#的,这是一个论坛源码程序,
    asp.net 与C#的,这是一个论坛源码程序,-Asp. Net and C#, which is a source forum procedures.
    2022-10-28 00:15:03下载
    积分:1
  • bwlabel
    说明:  vc++调用matlab函数混合编程实现二值图像的区域标记。(vc++ call matlab function Matlab binary image of the regional markers.)
    2008-10-13 15:39:51下载
    积分:1
  • A
    说明:  Execution cmd.rarExecution cmd.rarExecution cmd.rarExecution cmd.rarExecution cmd.rarExecution cmd.rar
    2013-12-12 22:11:11下载
    积分:1
  • 瑞萨R7F0C807无线充电发送器设计(PCB+源码)
    说明:  wireles charging
    2020-08-24 11:38:17下载
    积分:1
  • NIST_rand_test-sts-2-1-1_code
    NIST随机序列检测软件包sts 2-1-1C源码,附有中英文档说明(NIST rand test suite_sts 2-1-1,PS:have Chinese and English text.)
    2012-01-01 16:52:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载