-
一个Chart控件的例子
一个Chart控件的例子-Example of a Chart control
- 2022-08-22 13:16:41下载
- 积分:1
-
转载一个画电路元器件的例子 很好的诠释了文档视图类的应用 有一定的参考价值...
转载一个画电路元器件的例子 很好的诠释了文档视图类的应用 有一定的参考价值-a painting reproduced circuit components of the very good example to illustrate the type of document View is a good reference value
- 2022-03-24 02:52:47下载
- 积分:1
-
java 代码 一个聊天程序,可以成为一个客户端 也可以成为一个服务器端...
java 代码 一个聊天程序,可以成为一个客户端 也可以成为一个服务器端-java code a program about a clinet. it can be a server when it first run.
- 2023-05-23 13:45:03下载
- 积分:1
-
一个不错离子系统,给学习写离子系统的人提供了不错的帮助...
一个不错离子系统,给学习写离子系统的人提供了不错的帮助-a good ion system, to learn the plasma system is a good help
- 2022-01-26 08:12:56下载
- 积分:1
-
帮你顺利建立一个客户端的源码!
帮你顺利建立一个客户端的源码!-Help you successfully establish a client
- 2022-01-25 17:10:41下载
- 积分:1
-
A lot of additional features calculators, the use of a hotkey.
附加了 很多功能的 计算器,
实现了 热键的 使用。-A lot of additional features calculators, the use of a hotkey.
- 2023-02-20 13:35:03下载
- 积分:1
-
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,...
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接表,格式为首先输出第一个顶点,接着输出该顶点的所有的临界点的序号,换行,然后输出下一个顶点及邻接点,以此类推
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Description:
Adjacency list using said directed graph to complete the map creation, map of the depth-first traversal, breadth-first graph traversal operations. In which vertex information is character, the graph vertices in order arranged by character number, while the input side of the vertex according to serial number from small to large order, the following graph of the input side of the order of 0 1,0 2,0 3,1 2,1 3,2 4,3 4 a total of seven edge, the edge-node adjacency list using the first interp
- 2022-01-28 23:09:39下载
- 积分:1
-
classic C Programming Language (The writer is a C
经典的C语言编程(作者是C语言开发者Kernighan和Ritchie)-classic C Programming Language (The writer is a C-language development were Kernighan and Ritchie)
- 2022-06-28 22:14:29下载
- 积分:1
-
D3D显示图片
D3D显示图片 要先安装DX9才能运行-
- 2022-05-05 09:19:38下载
- 积分:1
-
用程序实现非确定型自动机转换为确定型自动机,要求:任意输入一非确定型自动机,要求生成一确定型自动机...
用程序实现非确定型自动机转换为确定型自动机,要求:任意输入一非确定型自动机,要求生成一确定型自动机-non-realization of procedures used to determine automatic machine converted to determine automatic machine, asked : indiscriminate importation of a set of non-automatic machine, generating a request to determine automatic machine
- 2022-01-26 01:55:35下载
- 积分:1