-
k阶斐波那契序列
k阶斐波那契序列-Fibonacci Sequence
- 2022-04-09 04:14:33下载
- 积分:1
-
The first 78 cases to 89 cases of the first chip is a complete description of th...
第78例到第89例是一个芯片完整描述的各个部分,但是
它们的源描述所使用的包的源描述超过了演示版限制的300行,
目前不能进行编译与模拟,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:-The first 78 cases to 89 cases of the first chip is a complete description of the various parts, but they used to describe the source of the packet
- 2022-09-15 19: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
-
Python精要参考,一本经典Python参考书
Python精要参考,一本经典Python参考书-Python Essential Reference, Python a classic reference book
- 2022-02-14 00:41:08下载
- 积分:1
-
八数码问题的源代码
八数码问题的源代码-eight digital source of the problem
- 2022-08-22 23:24:58下载
- 积分:1
-
采用VC6.0实现了遗传算法,并且具有一定的通用性,实现一般的运用...
采用VC6.0实现了遗传算法,并且具有一定的通用性,实现一般的运用-VC6.0 achieved using genetic algorithms, and have a certain commonality to achieve general use
- 2023-04-29 04:10:03下载
- 积分:1
-
宙斯是一个家庭的欧拉(基于网格)的磁
ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes
(MHD) for use in astrophysics, described in a series of papers by Stone
and Norman (1, 2, 3).
It may be used in Cartesian (XYZ),
cylindrical (ZRP), and spherical (RTP) coordinates.
-ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes
(MHD) for use in astrophysics, described in a series of papers by Stone
and Norman (1, 2, 3).
It may be used in Cartesian (XYZ),
cylindrical (ZRP), and spherical (RTP) coordinates.
- 2022-02-05 13:26:12下载
- 积分:1
-
该程序可以用于工业控制,特别是工业控制计算机需要自动关机的地方...
该程序可以用于工业控制,特别是工业控制计算机需要自动关机的地方-the procedure can be used for industrial control, especially in the industrial control computer needs of local automatic shutdown
- 2022-06-17 18:03:53下载
- 积分:1
-
此源码是传统的飞机游戏,在游戏的过程中背景图不断的变化,挺不错的,先玩玩,在看代码...
此源码是传统的飞机游戏,在游戏的过程中背景图不断的变化,挺不错的,先玩玩,在看代码-this source is the traditional game of the aircraft, in the course of the game background map the changing sounds very good first play, in view code
- 2022-04-27 08:44:32下载
- 积分:1
-
很好的C++课件,适合初学者。ppt格式,希望对大家有帮助!
很好的C++课件,适合初学者。ppt格式,希望对大家有帮助!-A very good C++ courseware is suitable for beginners. ppt format, you want to help!
- 2022-02-26 07:19:32下载
- 积分:1