-
fsharp file backup
使用csharp的兄弟语言fsharp 进行文件的备份,在配置文件中设置需要备份的路径,目标路径和需要跳开的文件,程序将对文件进行多线程备份,并在前台进行数据显示。
- 2022-03-01 10:29:28下载
- 积分:1
-
ThemeEngine5.05全部源代码
ThemeEngine5.05全部源代码
-complete code of ThemeEngine5.05.
- 2023-09-06 23:25:05下载
- 积分:1
-
数据库数据传给Word
数据库数据传给Word-pass Word Database
- 2023-08-09 20:00:02下载
- 积分:1
-
Chapter 7 MyPad Program
以下是使用MFC第2版编程Visual Studio的源文件。该文件包含运行该程序所需的所有内容。
- 2022-02-20 21:14:02下载
- 积分:1
-
很好的串口开发包。
很好的串口开发包。-good Serial Development Kit.
- 2023-02-24 13:20:03下载
- 积分:1
-
模拟交通信号灯控制,一般情况下正常显示,有急救车到达时,两个方向交通 信号灯全红,以便让急救车通过。设急救车通过路口时间为10 秒,急救车通过后,交通恢 复正常...
模拟交通信号灯控制,一般情况下正常显示,有急救车到达时,两个方向交通 信号灯全红,以便让急救车通过。设急救车通过路口时间为10 秒,急救车通过后,交通恢 复正常,用单次脉冲申请外部中断,表示有急救车通过。-simulated traffic signal control, under normal circumstances normal show that emergency vehicles arrived, the two directions of traffic lights all red, in order to allow emergency vehicles through. Based emergency vehicles through the intersection for 10 seconds, after the passage of emergency vehicles, traffic returned to normal, with a single pulse for external interrupts, saying that a first aid trucks.
- 2023-07-06 21:40:03下载
- 积分:1
-
简单的算法的三维表示,和绘图向量场的例子。
easy algorithm to 3d representation, and example of plotter vector fields.-easy algorithm to 3d representation, and example of plotter vector fields.
- 2022-02-16 06:17:44下载
- 积分:1
-
polygon fill of Computer graphics problem code
计算机图形学中的多边形填充问题的代码 包括鼠标编程和键盘编程等MFC编程-polygon fill of Computer graphics problem code
- 2022-11-23 13:45:04下载
- 积分:1
-
一个很好的时间显示空间
一个很好的时间显示空间-a very good time for show space
- 2023-08-17 07:10: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