-
youxiangtu
编写C程序,随机给出n*n的邻接矩阵,并打印输出邻接矩阵,以及有向图的边的个数,每个顶点的度,并判断该图中是否存在Euler回路:
(1)如果为n阶,则随机产生一个n*n的邻接矩阵;
(2)输出邻接矩阵,边的个数,每个顶点的度以及图中是否存在Euler回路。
这个题目涉及到了两个主要的知识点,一个是数据结构中的有向图的邻接矩阵的创建,还有就是离散数学中的Euler回路的判定定理。(The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circuit: (1) If for n-order, then randomly generated a n* n adjacency matrix (2) output adjacency matrix, the number of edges, each vertex of degree as well as map the existence of Euler circuit. This topic relates to two main points of knowledge, a data structure of digraph adjacency matrix of creation, there is discrete mathematics in the loop to determine Euler theorem.)
- 2008-06-14 02:33:57下载
- 积分:1
-
getcdrom
返回系统驱动器类型,主要是查找光驱的盘符,内附源代码。(Return the system drive types, mainly the search drive letter, enclosing the source code.)
- 2016-04-29 09:51:53下载
- 积分:1
-
BDS
中国北斗三代系统,北斗卫星导航系统空间信号接口控制文件(The space signal interface control file of the Beidou satellite navigation system)
- 2018-01-22 19:46:39下载
- 积分:1
-
最佳工作序列
说明: 有N件工作,输入每件工作的费时、最后完成的期限及工作的价值,试求可能的一个完成工作序列,使价值和最大(There are N pieces of work, input each piece of work time, deadline and the value of the work, try to find a possible completion of the work sequence, so that the value and maximum)
- 2019-04-02 14:06:36下载
- 积分:1
-
DImageProcess
文字提取不错的VC++程序。带有测试图片和测试结果图片。(a wonderful VC++ program in text extraction )
- 2009-12-29 22:17:58下载
- 积分:1
-
播放器
using System;using System.Collections.Generic;using System.Windows.Forms;namespace 媒体播放器{ static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new frmPlayer()); } }}
- 2023-08-26 01:20:03下载
- 积分:1
-
在Delphi中使用串口控件MSComm的0字符接收例程祥解
//以下是创建窗体时的MSCOMM参数设置过程...
在Delphi中使用串口控件MSComm的0字符接收例程祥解
//以下是创建窗体时的MSCOMM参数设置过程-In Delphi, the use of serial port control MSComm 0 characters receive routine Xiangjie// The following is to create a form when the parameter setting process MSCOMM
- 2022-02-02 06:20:56下载
- 积分:1
-
111
125k t5557卡 读写(keil C51 T5557 READER)
- 2020-08-29 10:58:14下载
- 积分:1
-
IE7 Style Control Source C# program
IE7样式控件源码 C#程序-IE7 Style Control Source C# program
- 2022-04-13 00:23:29下载
- 积分:1
-
这是一个简单的VC程序,用以实现字符串的位置变化,可以选择几个字符位移到指定的地方。...
这是一个简单的VC程序,用以实现字符串的位置变化,可以选择几个字符位移到指定的地方。-This is a simple VC procedure to achieve changes in the location of the string will be able to choose a few characters shift to the designated place.
- 2022-06-28 23:11:11下载
- 积分:1