-
HHT变换的matlab程序,初学者希尔伯特
hht希尔伯特变换的matlab程序,适合初学者使用-hht Hilbert transform Matlab procedures for beginners
- 2022-03-09 11:36:40下载
- 积分:1
-
桥梁电子杂志,内容较为丰富,希望对大家有所帮助
桥梁电子杂志,内容较为丰富,希望对大家有所帮助-Bridges E-zine, the content is more rich in hope to help everyone
- 2022-03-13 01:15:37下载
- 积分:1
-
挺好的JAVA例子,可用MYSQL,ACCESS,ORACLE做后台,例子中包括联结及查询等涵数...
挺好的JAVA例子,可用MYSQL,ACCESS,ORACLE做后台,例子中包括联结及查询等涵数-very good example of Java available MYSQL, Access, ORACLE backing, including examples and linking several inquiries Culvert
- 2022-03-07 04:29:50下载
- 积分:1
-
Frame2d Visual Basic 源代码
此.txt 包含完整的源代码的 frame2d.frm,将转换为.txt 文件。
Frame2d 是一个示例 (示例 8.2 要具体) 问题 介绍的有限元方法在工程 (第三版)
by Tirupathi R.Chandrupatla 和阿肖克 D.Belegundu .
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-22 05:15:03下载
- 积分:1
-
八皇后经典问题 输出任一种解
八皇后经典问题 输出任一种解-eight Queen"s classic output as a Solution
- 2023-04-05 04:35:03下载
- 积分:1
-
透明闪光动画,适合各种网络的使用,谢谢哟…
FLASH透明动画适合做各种网页标题使用 谢谢大家回顾 呵呵FLASH透明动画适合做各种网页标题使用 谢谢大家回顾 -transparent Flash animation suitable for the use of various web heading Thank you recall Oh transparent dynamic FLASH painting suitable for the use of various web heading recalled Oh thank you
- 2022-02-02 04:43:33下载
- 积分:1
-
这是一个非常酷的游戏,这是我最近做的!欢迎你来试一下!
This a very cool game that is made my me recently! Welcome to have a try!
- 2022-07-09 22:57:52下载
- 积分: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
-
GIS+VB开发. GIS+VB开发.
GIS+VB开发. GIS+VB开发.-GIS+ VB development. GIS+ VB development.
- 2022-03-13 08:37:09下载
- 积分:1
-
c写的贪心算法,利用指针来搜索最短路径,以及可以扩展成一般最短路径的求法...
c写的贪心算法,利用指针来搜索最短路径,以及可以扩展成一般最短路径的求法-c write greedy algorithm, using a pointer to search for the shortest path, as well as the shortest path can be extended into a general law of demand
- 2023-01-15 19:25:04下载
- 积分:1