-
ansys
ansys壳单元分析箱梁的命令流,可修改箱梁参数(ansys shell command stream analysis of box girder, box girder parameters can be modified)
- 2016-09-08 11:40:31下载
- 积分:1
-
Fert2000
说明: 这是一个变电站的监控程序,数据库采用的是sql server7.0(This is a substation of the monitoring program, the database is used in sql server7.0)
- 2006-03-24 11:54:56下载
- 积分:1
-
aokengdizai
弹流动压脂润滑,计算了线接触表面凹坑情况下的弹流润滑膜厚和压力分布。(This part established the model of EHL with considerations of surface waviness and dimples, and solved the lubricating film pressure and film thickness as well as sub-surface Mises stress of bearings with through the system method and MATLAB.)
- 2021-03-11 16:49:26下载
- 积分:1
-
laser18
光纤激光器速率方程的matlab程序,程序好用,经过验证,可以使用(A matlab program for rate equations of fiber lasers)
- 2017-08-08 10:35:28下载
- 积分:1
-
实验12 OLED显示实验
讲述了如何构建OLED的程序框架,编写程序的大致思路。(This paper describes how to build the OLED program framework and how to write the program.)
- 2019-05-27 09:49:20下载
- 积分:1
-
遗传算法 演化硬件
应用背景用C实现演化电路的设计,电路设计自动化关键技术C,演化电路,遗传算法,在没有人为干预的条件下,自动设计出满足要求的逻辑电路
- 2022-01-28 01:05:57下载
- 积分:1
-
12864中文显示测试
51单片机控制LCD12864显示中文字符(51 single chip microcomputer control LCD12864 display Chinese characters)
- 2018-06-18 14:48:29下载
- 积分:1
-
PHP+HTML开发,树型结构自动生成HTML文件
PHP+HTML开发,树型结构自动生成HTML文件-PHP HTML development, tree structure automatically generate HTML documents
- 2023-04-10 06:15:03下载
- 积分:1
-
ezy-1.0.0
说明: 一款很好的源码,非常的好用,亲测哦,欢迎大家一起来好好的体验一下吧(A very good source code, very useful, personally tested oh, welcome to come together and have a good experience)
- 2020-06-17 13:20:01下载
- 积分: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