-
CT仿真源代码
基于Shepp_Logan编写的
CT仿真源代码
基于Shepp_Logan编写的-CT-based simulation of the source code written Shepp_Logan
- 2022-09-05 10:10:03下载
- 积分:1
-
ANSYS经典实例汇集.pdf,共收集了72个经典实例,很全,值得一读。...
ANSYS经典实例汇集.pdf,共收集了72个经典实例,很全,值得一读。-ANSYS classic example of pooling. Pdf, collected a total of 72 classic examples, it is the whole, worth reading.
- 2023-05-20 09:10:04下载
- 积分:1
-
该程序实现两端的及时通信,使交流方便, 其实现语言为java
该程序实现两端的及时通信,使交流方便, 其实现语言为java-It helps you to chat with your friend from anywhere in the world .
- 2022-05-09 00:41:45下载
- 积分:1
-
c语言写的一个迷宫游戏,是在visual c++环境下编写的
c语言写的一个迷宫游戏,是在visual c++环境下编写的-c language written in a maze game in visual c++ environment, prepared
- 2022-02-06 00:50:03下载
- 积分:1
-
一个简单的sokudo游戏,附加源码。
但游戏有些不足,请见谅...
一个简单的sokudo游戏,附加源码。
但游戏有些不足,请见谅-Sokudo a simple game, an additional source.
- 2023-02-14 04:00:03下载
- 积分: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
-
very classic example Daquan
delphi实例大全非常经典-very classic example Daquan
- 2022-07-21 07:44:03下载
- 积分:1
-
操作系统实验,进程同步与互斥读者写者问题,用vc实现
操作系统实验,进程同步与互斥读者写者问题,用vc实现-experimental operating system, and coordinate the process of the readers who wrote, using vc achieve
- 2022-03-25 05:00:38下载
- 积分:1
-
推箱子游戏的源代码这是一个很好玩的游戏,又名搬运工, 采用VC++开发并提供了源代码。 大小:199K...
推箱子游戏的源代码这是一个很好玩的游戏,又名搬运工, 采用VC++开发并提供了源代码。 大小:199K -Sokoban game s source code this is a very fun game, also known as porters, the use of VC++ Development and provides the source code. Size: 199K
- 2022-04-27 03:39:42下载
- 积分:1
-
分治法求大数乘法的问题 等等一些算法分析
分治法求大数乘法的问题 等等一些算法分析-datastructure
- 2023-08-22 14:40:03下载
- 积分:1