-
公布Blocks Unlock V1.0的Delphi源代码!
此软件用于对西门子S7
公布Blocks Unlock V1.0的Delphi源代码!
此软件用于对西门子S7-300 加密逻辑块解密。
-released V1.0 of Delphi source code! The software used for Siemens S7-300 encryption logic block declassified.
- 2022-08-06 01:49:30下载
- 积分:1
-
输入阿拉伯数字,中国资本输出汉字…
输入阿拉伯数字,输出中文大写汉字的小程序-Input Arabic numerals, the output of Chinese characters in Chinese capital applet
- 2022-12-04 14:45:03下载
- 积分:1
-
费了很大劲做的老师布置的作业学生通讯录C++面向对象版,可以完成你的任务哦!...
费了很大劲做的老师布置的作业学生通讯录C++面向对象版,可以完成你的任务哦!-spent a lot of efforts to do the work of teachers layout student directory object-oriented version of C, to complete your task!
- 2022-05-20 16:00:48下载
- 积分:1
-
用于网页的JavaScript代码。
Code for javascript for the web.
- 2023-08-24 19:40:03下载
- 积分:1
-
SEGY read the original code, the program is an essential exploration software co...
segy读取原码,该程序是勘探软件必备的代码,有做石油方面项目的一定有用。-SEGY read the original code, the program is an essential exploration software code, so oil projects necessarily useful.
- 2022-03-18 14:43:13下载
- 积分: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
-
游戏男孩模拟器virtual_gameb DOS版(C语言)
GAMEBOY模拟器virtual_gameb DOS版(C语言)-GAME BOY emulator virtual_gameb DOS version (C language)
- 2022-02-11 11:49:49下载
- 积分:1
-
L7,精灵程序源代码可以编译出来的程序
L7,elf 程序源代码 可以通过编出其他程序-L7, elf program source code can be compiled out of other programs
- 2022-05-27 14:33:56下载
- 积分:1
-
mega8的控制LED走马灯程序,利用ICCAVR编译c程序
mega8的控制LED走马灯程序,利用ICCAVR编译c程序-LED lantern mega8 control procedures, the use of ICCAVR compile c program
- 2022-07-18 08:00:29下载
- 积分:1
-
一个完整经典的拼图游戏。(随书光盘上的)
一个完整经典的拼图游戏。(随书光盘上的) -a complete classic pieces of the jigsaw. (On the CD with the book)
- 2022-03-25 23:30:18下载
- 积分:1