-
VC preparation for the procedure. Its main function is to achieve some data clas...
用VC编写的一段程序.主要功能是实现对一些数据的分类.方法是用模式识别中的固定增量法.-VC preparation for the procedure. Its main function is to achieve some data classification. Was used to pattern recognition fixed incremental method.
- 2022-01-28 11:20:38下载
- 积分:1
-
软件应用程序包括程序原代码和程序控制语句的工具。 应用编程接口(...):使用反映诸如指纹、眼球血管图像或声音图像的个体特征对... text):明文通过加密算...
软件应用程序包括程序原代码和程序控制语句的工具。 应用编程接口(...):使用反映诸如指纹、眼球血管图像或声音图像的个体特征对... text):明文通过加密算法转换的结果。数据的明文消息的加密形式-software applications, including procedures for the original code and program control statements tools. Application Programming Interface (...): reflect such as the use of fingerprints, eye vascular image or sound image characteristics of the individual ... text) : specifically through encryption algorithm change the outcome. Data encryption expressly information form
- 2022-02-14 13:19:38下载
- 积分:1
-
文件管理系统模拟,delphi实现。
文件管理系统模拟,delphi实现。-document management system simulation, delphi achieve.
- 2023-07-30 05:35:03下载
- 积分:1
-
这是英国Kent大学开发的进程代数的JAVA库,对付多线程和并发系统变得很容易,有大量的范例,我们导师很看好的东西...
这是英国Kent大学开发的进程代数的JAVA库,对付多线程和并发系统变得很容易,有大量的范例,我们导师很看好的东西-developed at the University of Kent in the process algebra JAVA basement, deal with multithreading and concurrency system is very easy, we have a lot of examples, we have very good instructors things
- 2022-03-10 04:49:06下载
- 积分: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
-
icd2的中文说明文件,很好的说明文件,对接触PIC的有帮助哦
icd2的中文说明文件,很好的说明文件,对接触PIC的有帮助哦-ICD2
- 2022-02-22 02:01:33下载
- 积分:1
-
Another version of the x264
另一个版本的x264的decoder,里面改进了bS的输出-Another version of the x264
- 2022-02-01 18:04:59下载
- 积分:1
-
ADS
ADS下基于AT91SAM7X256-EK的可以运行的uCOS-II源码,增加了UART程序。-ADS-based AT91SAM7X256-EK can run uCOS-II source, an increase of UART procedures.
- 2022-04-16 18:09:42下载
- 积分:1
-
用于个人网站建设用的时钟代码 用HIML语言编的
用于个人网站建设用的时钟代码 用HIML语言编的-for personal use website building with a clock source language series hole
- 2022-03-31 12:06:49下载
- 积分:1
-
缓冲区数据输入与输出C语言源程序库
缓冲区数据输入与输出C语言源程序库 -buffer data input and output for C language source
- 2022-05-17 11:17:16下载
- 积分:1