-
java版本的哈夫曼编码 可以编码也可以解码
java版本的哈夫曼编码 可以编码也可以解码-java version of the Huffman codes can also be encoded decoder
- 2023-04-13 03:20:03下载
- 积分:1
-
很多ic芯片的资料,mcu,e2,时钟,红外,485,232接口
很多ic芯片的资料,mcu,e2,时钟,红外,485,232接口-Ic a lot of information on the chip, mcu, e2, clock, infrared, 485232 Interface
- 2022-03-23 15:23:46下载
- 积分:1
-
矩阵导致小程序,对输入的矩阵求倒置后的矩阵
矩阵导致小程序,对输入的矩阵求倒置后的矩阵-Matrix led to a small program, the input of the matrix after the matrix inversion
- 2022-04-06 10:06:55下载
- 积分:1
-
IOCP的例子程序,该例子详细的演示了基本的IOCP操作
IOCP的例子程序,该例子详细的演示了基本的IOCP操作-IOCP example procedures, the example of a detailed demonstration of the basic operation of IOCP
- 2022-01-26 02:29:21下载
- 积分:1
-
structs +hibanate入门例子
structs +hibanate入门例子-structs+hibanate sample code
- 2023-02-05 11:50:06下载
- 积分:1
-
2004memory.rar
2004memory.rar
- 2022-01-27 18:08:05下载
- 积分:1
-
说明:根据给定的网址,获取该网址的首页地址信息
说明:根据给定的网址,获取该网址的首页地址信息-Note: according to the given URL, access the site" s home page address information
- 2022-03-20 02:24:35下载
- 积分:1
-
图像形态学的重要学习资料,讲解清楚完整,对图像处理有很重要的作用...
图像形态学的重要学习资料,讲解清楚完整,对图像处理有很重要的作用-morphological ppt
- 2022-03-22 20:06:07下载
- 积分: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
-
很普通的一个管理系统 也没有什么好说的了
很普通的一个管理系统 也没有什么好说的了-A very common management system of the Nothing to say
- 2022-03-24 15:43:32下载
- 积分:1