-
输局哭电饭锅发动股份电饭锅发动规划规范化股份的韩国发行股份规范化分工很过分...
输局哭电饭锅发动股份电饭锅发动规划规范化股份的韩国发行股份规范化分工很过分-45ftdgfd
- 2022-03-25 16:20:41下载
- 积分:1
-
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路...
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。
#include
int number //队列类型
typedef struct{
int q[20]
-[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
- 2022-01-25 22:50:29下载
- 积分:1
-
机器学习实战 单页
机器学习实战PDF高清版本,其实现语言为Python(Machine Learning Practical PDF HD Version, Its Implementation Language is Python)
- 2018-12-03 16:23:44下载
- 积分:1
-
一般使用PC Based Controller 都是当作现场设备的一种,也就是要接受
主系统的命令,做一些操作控制。以Modbus 来看属于Slave 的角...
一般使用PC Based Controller 都是当作现场设备的一种,也就是要接受
主系统的命令,做一些操作控制。以Modbus 来看属于Slave 的角色,随
时等待接收Modbus Master 的Query Message,然后依据内容做控制,最后
将控制结果以Response Message 回传。本章将以ICP 7524 及ICP 7188E5 等
两种设备分别设计Modbus RTU、ASCII 及Modbus/TCP 的Slave 应用程序,
读者可以将此两种程序的架构再延伸设计至各种实际应用程序。-Generally used as a PC Based Controller is a field device, which is the main system to accept orders, make a number of operational control. Modbus is a look at the role of Slave, Modbus Master at any time waiting to receive the Query Message, and then to do based on the contents of control, the final results will be controlled in order to return the Response Message. This chapter will be ICP 7524 and ICP 7188E5 equipment design, such as two Modbus RTU, ASCII and Modbus/TCP the Slave application, readers can use this framework for the two procedures designed to further extend the range of practical applications.
- 2022-03-24 12:50:50下载
- 积分:1
-
pmsm
说明: 自建永磁同步电机物理模型,大家共同学习一下。共同进步,(Self-built physical models of permanent magnet synchronous motor, the common practice of the IS. Common progress,)
- 2008-11-11 12:32:09下载
- 积分:1
-
Gamma滤波Lee滤波Trost滤波
说明: 三种滤波方式,亲测好用,简单易懂,非常实用,功能很好(Three filtering methods, easy to understand, practical and functional)
- 2021-03-04 22:19:31下载
- 积分:1
-
sdd_UIDesigner_V1
由本人开发的maya ui生成工具,所见即所得ui设计工具,帮助开发者脱离文档直接创建ui.简单方便易用,能生成python和mel两种语言ui代码.
本程序为纯python语言开发,支持maya2013和以上版本(Developed by me Maya UI generation tools, WYSIWYG UI design tools to help developers from the document, directly create ui., simple, convenient and easy to use, you can generate Python and Mel two languages UI code)
- 2017-06-14 15:08:09下载
- 积分:1
-
求爱专家,一款用来追MM的超级工具,如果MM不答应爱你,那么她永远退不出程序,直到她答应爱你为止。...
求爱专家,一款用来追MM的超级工具,如果MM不答应爱你,那么她永远退不出程序,直到她答应爱你为止。-The expert for courting
This is a super tool for payingt court to girls.
If she doesn t agree,she will never quit the program until pay accept you.
- 2022-03-07 21:51:37下载
- 积分:1
-
R_I_CPU
学校实验,用Verilog实现的单周期CPU,分别实现I型、R型、指令,使用的工具为ISE(School experiments, using Verilog to achieve a single cycle CPU, respectively, to achieve I type, R type, instruction, the use of tools for ISE)
- 2018-06-11 16:38:10下载
- 积分:1
-
VC++ to write with the calculation of MD5 value of the dynamic library, is the s...
用VC++写的计算MD5值的动态库,是源代码哟,可加入自己的程序中进行密码的加密,呵,喜欢的下-VC++ to write with the calculation of MD5 value of the dynamic library, is the source code yo can add it to your program the password encryption, Oh, like the next
- 2023-07-23 03:05:04下载
- 积分:1