-
The Stern
The Stern-Brocot Number System
The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m / n where
m and n are relatively prime.-The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m/n where
m and n are relatively prime.
- 2023-06-15 20:30:03下载
- 积分:1
-
支持MPEG4编解码的播放器(要求显卡支持YUV的硬件支持),可播放IM4的文件。...
支持MPEG4编解码的播放器(要求显卡支持YUV的硬件支持),可播放IM4的文件。-support MPEG4 codec player (requiring support YUV graphics hardware support) IM4 can play in the paper.
- 2022-11-14 18:10:03下载
- 积分:1
-
一个小游戏而已吧是一个小程序吃金币的呀
一个小游戏而已吧是一个小程序吃金币的呀
-a small game it is a small program not been eating coins
- 2022-02-25 02:54:41下载
- 积分:1
-
六轴舵机机器人控制程序
这是一个六轴舵机机器人控制程序,该程序可以分别控制机器人的六个轴,是在arduino平台上开发的,采用的是USB串口通信
- 2022-03-06 22:50:00下载
- 积分:1
-
beginners, keyboard hook, you press the View Which is the key, experts also hope...
初学者的,键盘钩子,查看你按下的是哪个键,还望高手多多指教-beginners, keyboard hook, you press the View Which is the key, experts also hope the exhibitions
- 2023-04-30 08:00:03下载
- 积分:1
-
ISAM 数据库开发系统(可使用BC.VC系统编译)
ISAM 数据库开发系统(可使用BC.VC系统编译)-ISAM database development system (system can be used BC.VC compiler)
- 2022-07-10 11:11:28下载
- 积分:1
-
VC++ to achieve Hotels management system, basic functions and expansion of compr...
VC++实现宾馆酒店管理系统,基本功能及扩展全面-VC++ to achieve Hotels management system, basic functions and expansion of comprehensive
- 2022-03-21 21:59:53下载
- 积分:1
-
asp的网络编程教学文档
asp的网络编程教学文档-asp network programming Teaching Documents
- 2022-01-24 18:22:25下载
- 积分:1
-
java modbus 库
java 版本的 modbus 库,简单好用。包含应用实例,串口应用jssc,直接导入工程,运行就可以,支持android,linux系统。
- 2022-08-11 00:54:23下载
- 积分: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