-
可以实现各种控件里面的项,鼠标可以拖放到其他控件里面
可以实现各种控件里面的项,鼠标可以拖放到其他控件里面-Can realize a variety of control inside, the mouse can drag it to the other controls inside
- 2022-03-06 13:24:47下载
- 积分:1
-
价签打印程序
价签打印程序 -Print Print价签procedures价签procedures
- 2022-12-31 19:45:04下载
- 积分:1
-
stm8 温度传感器MLX90614驱动程序
通过STM8驱动温度传感器MLX90614,集成串口中断通信,已测试可用
- 2022-05-14 06:15:31下载
- 积分:1
-
声控录音机源代码,有声音自己录音,无声自动暂停
声控录音机源代码,有声音自己录音,无声自动暂停-声控录音machine source code, there is the voice of their own recording, silent auto-suspend
- 2022-08-17 22:49:28下载
- 积分:1
-
This program plots 3 trigometric graphs namely sin, cos and tan.
这个程序绘制3个三角图,即sin、cos和tan。
- 2023-01-08 18:20:04下载
- 积分:1
-
这是一个时钟,根据工具条中的时钟控制栏可以控制时钟的启动和停止;右下角的秒表可以计时。...
这是一个时钟,根据工具条中的时钟控制栏可以控制时钟的启动和停止;右下角的秒表可以计时。-This is a clock, in accordance with Article tool in the control bar to control the clock of the start and stop the clock the stopwatch to time the bottom right corner.
- 2022-05-26 21:15:26下载
- 积分:1
-
SilverlightImgLoader,展示siverlight下载图片的进度
SilverlightImgLoader,展示siverlight下载图片的进度-SilverlightImgLoader, download pictures show the progress of siverlight
- 2022-03-25 14:31:25下载
- 积分:1
-
一个c环境下运行的进行查找排序的简单的小程序
一个c环境下运行的进行查找排序的简单的小程序-Environment running under a c to find the sort of simple procedures
- 2022-04-18 04:25:13下载
- 积分:1
-
控制面板示例 VB实现 控制面板的相似功能
控制面板示例 VB实现 控制面板的相似功能-control panel sample VB control panel similar to the function
- 2023-05-09 11:30:03下载
- 积分: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