-
资料很重要北航课件计算机组成原理 计算机组成原理
资料很重要北航课件计算机组成原理 计算机组成原理 -Northern Computer Courseware computer principle tenets of the theory of computer Computer Principle
- 2023-08-09 19:30:04下载
- 积分:1
-
GPS
gps-RINEX的格式介绍-a GPS-RINEX format introduced
- 2023-01-27 08:30:04下载
- 积分:1
-
包括VC++时尚小游戏20个,包括象棋等小游戏的源代码
包括VC++时尚小游戏20个,包括象棋等小游戏的源代码
- 2022-10-10 14: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
-
这是常用的直流电机的驱动电路,非常的简单,我都用过了,很好的。...
这是常用的直流电机的驱动电路,非常的简单,我都用过了,很好的。-This is commonly used in DC motor drive circuit, very simple, I have used, and very good.
- 2022-01-31 12:37:13下载
- 积分:1
-
这个是我改的针对LPC2141的,把它虚拟为u盘的一个程序
这个是我改的针对LPC2141的,把它虚拟为u盘的一个程序-this is what I changed against the LPC2141, it virtual u site for a procedure
- 2022-06-01 05:39:21下载
- 积分:1
-
newmark calculated without damping system
利用newmark方法计算无阻尼系统,并作图-newmark calculated without damping system
- 2023-03-27 19:35:03下载
- 积分:1
-
51单片机4*4扫描C程序
这个是51单片机4*4扫描的C程序。欢迎大家下载、试用。谢谢大家的支持!
- 2022-07-18 04:29:28下载
- 积分:1
-
2代小波示意程序
2维小波变换经典程序
Daubechies小波基的构造
采用多孔trous算法(undecimated wavelet trans...
2代小波示意程序
2维小波变换经典程序
Daubechies小波基的构造
采用多孔trous算法(undecimated wavelet transform)实现小波变换
平移变换平移法(cycle_spinning)消除gibbs效应
提升法97经典程序
消失矩作用的程序
小波插值与小波构造
小波滤波器构造和消噪程序
小波谱分析mallat算法经典程序-2 Generation Wavelet indicated procedures classic 2-D wavelet transform Daubechies wavelet procedure using porous structure trous algorithm (undecimated wavelet transform) the realization of wavelet transform translation law translation (cycle_spinning) to eliminate effect of lifting gibbs procedures 97 classic role of vanishing moments of wavelet interpolation procedures value structure of wavelet and wavelet de-noising filter structure and procedures for small spectral analysis algorithm for the classical procedures mallat
- 2023-08-02 09:15:03下载
- 积分:1
-
地图识别通过地图节点识别路经城市和里程,使用VB编写基础程序,可2点跳转...
地图识别通过地图节点识别路经城市和里程,使用VB编写基础程序,可2点跳转-map identification through maps node identification passes cities and mileage, using VB prepared based procedures, 2:00 Jump
- 2022-02-01 03:47:56下载
- 积分:1