-
基于工程应用的栅格的三维地层建模及应用网格,VC++的很有帮助...
基于工程应用的栅格的三维地层建模及应用网格,VC++的很有帮助-Based on the engineering application of Grid and application of three-dimensional stratigraphic modeling grid, VC++ The helpful
- 2022-01-26 07:20:31下载
- 积分:1
-
Visual Basic控制MessageBox
Visual Basic控制MessageBox-Visual Basic Control MessageBox
- 2022-03-04 10:02:30下载
- 积分:1
-
简易的“计算器”源码
简单的计算器源码,毕业设计用
- 2022-04-13 12:37:28下载
- 积分:1
-
模糊模型的c++源代码,注释完整,清晰易懂
模糊模型的c++源代码,注释完整,清晰易懂-Fuzzy Programming
- 2022-03-21 17:31:02下载
- 积分:1
-
access to the information packet sent
获取发送包的信息-access to the information packet sent
- 2023-04-10 03:15:03下载
- 积分:1
-
一个迷宫程序,可以自动解答迷宫,并且可以自己玩
一个迷宫程序,可以自动解答迷宫,并且可以自己玩-A maze procedure, you can automatically answer the maze, and can play their own
- 2022-07-18 17:01:03下载
- 积分:1
-
driver, compatible with NE2
驱动程序,兼容NE2-driver, compatible with NE2
- 2022-11-09 01:20:03下载
- 积分:1
-
利用WINSOCK在几台计算机之间互相传输屏幕图象
开发工具:VC+Delphi...
利用WINSOCK在几台计算机之间互相传输屏幕图象
开发工具:VC+Delphi
-err
- 2022-02-09 16:51:31下载
- 积分:1
-
用javaweb实现的学生信息管理系统
基于javaweb基础知识实现的学生信息管理系统,包含对学生信息的增删查改,以及模糊查询,用之前需连接数据库,在配置文件c3p0-config.xml里设置要连接的数据库
- 2022-01-24 09:47:06下载
- 积分:1
-
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows:
Input Format:
The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges
Second row, enter information in each vertex, that enter each vertex character
Start typing in the third line of each side, each side in the form of two vertices
- 2022-01-26 03:32:41下载
- 积分:1