-
opencv制作路标的训练图片
做外国路标识别时,需要训练数据,自己用opencv制作
- 2022-05-14 18:15:45下载
- 积分:1
-
ASM人脸特征提取
ASM,人脸特征提取,运用openGL实现人脸的三维建模并显示运用openGL实现人脸的三维建模并显示运用openGL实现人脸的三维建模并显示运用openGL实现人脸的三维建模并显示
- 2022-01-26 00:25:10下载
- 积分: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
-
解决java和COM集成的问题。
对程序开发人员是一个很大的好处。...
解决java和COM集成的问题。
对程序开发人员是一个很大的好处。-java and COM solve the problems of the integration. Right developers is a great advantage.
- 2022-05-22 05:48:48下载
- 积分:1
-
专业射击游戏。很难相信作者开发了它。
闪电战机 具有专业水平的飞行射击游戏,很难让人相信这个游戏最初是作者在96年读大学时设计的,开发工具是directX + watcom c++ 10.6-professional shooting game. It is hard to believe that the author developed it in 96 as a college student. The develop tools is directX+ watcom c++ 10.6
- 2023-04-28 15:25:03下载
- 积分:1
-
Based on wince5.0 under, PXA270 the I2C driver source code can be used with I2C...
基于wince5.0下的,PXA270的I2C驱动源码,可以用在具有I2C的硬件平台,其它CPU也可以借鉴。-Based on wince5.0 under, PXA270 the I2C driver source code can be used with I2C hardware platform also can learn from the other CPU.
- 2022-07-28 02:22:15下载
- 积分:1
-
STL示例程序,对于STL初学者很有用.
斑竹,居然找不到相应的分类,STL可是十分重要的东西....
STL示例程序,对于STL初学者很有用.
斑竹,居然找不到相应的分类,STL可是十分重要的东西.-STL sample procedures, useful for beginners STL. Chiloscyllium, was unable to find the corresponding classification, STL but very important things.
- 2022-07-15 00:48:23下载
- 积分:1
-
倒计时工具确定最终时间为终点,以现阶段时间为起点运行
倒计时工具确定最终时间为终点,以现阶段时间为起点运行-Instrument to determine the final countdown to the end of time to time as a starting point at this stage to run
- 2022-07-10 21:22:10下载
- 积分:1
-
wtl的alpha例子
wtl的alpha例子-Examples of alpha WTL
- 2023-06-26 09:40:04下载
- 积分:1
-
WPF模仿鲁大师界面
wpf超仿鲁大师,简单的实现了页面的布局,应用程序的主要行为是实现响应用户交互的功能,包括处理事件(如,单击菜单、工具栏或按钮),并调用业务逻辑和数据访问逻辑作为响应。 在 WPF 中,此行为通常在与标记关联的代码中实现。 此类代码称为“代码隐藏”。 下面的示例演示上一示例中的代码隐藏和更新的标记。
- 2022-01-26 08:29:48下载
- 积分:1