-
在学生的名字动态列表,管理研究的成果,包括…
在学生姓名动态列表中,对学习结果进行管理,包括三个菜单的创建、插入、删除、排序、搜索功能
- 2023-05-06 23:10:03下载
- 积分:1
-
a simple management process
一个简单的管理程序-a simple management process
- 2022-03-05 16:03:40下载
- 积分:1
-
lcd programming, used in various dot matrix lcd graphics, everyone can help spee...
lcd编程,用在lcd上的各种点阵图形,可以帮助大家加速开发进度。文件里面的是16X16大小的图片。希望对大家有用-lcd programming, used in various dot matrix lcd graphics, everyone can help speed up the development progress. File inside the picture size is 16X16. Hope useful for everyone
- 2023-08-04 04:30:03下载
- 积分:1
-
100个asp简单学习例子
100个asp简单学习例子-100 asp learning simple example
- 2022-01-26 06:04:17下载
- 积分:1
-
文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY...
文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介绍,在此基础上,结合ARM7TDMI详细介绍了的JTAG调试原理。-article introduces ARM JTAG Debugging the basic principles. The basic content including TAP (TEST PORT ACCESS) and BOUNDARY- SCA N ARCHITECTURE presentation on this basis, ARM7TDMI detail with the principles of JTAG debugging.
- 2022-02-02 00:13:19下载
- 积分: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
-
Asp' s blog
基于asp的博客系统+论文(代码齐全)经过调试-Asp" s blog-based system+ thesis (code range) after adjustment
- 2022-08-07 21:56:46下载
- 积分:1
-
DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,其中hdlock.dat是我写的用于装...
DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,其中hdlock.dat是我写的用于装入硬盘0柱0道1扇的硬盘锁,hdlock.exe实现 (1)把hdlock.dat装入硬盘0柱0道1扇并设置硬盘锁的密码,(2)修改密码,(3)卸载 硬盘锁 在此,先介绍一下 hdlock.dat,因为硬盘锁本身受空间限制,必须严格控制在1bdH 字节内,(知道为什么吗?)所以是不能用masm先写原程序,再编译,我基本上是用debug 的A命令一次性写出来的,我把这些反汇编了出来,加上一些注释,给大家看看,互相学习 吗。 -DOS logic lock First, I briefly tell us about the procedure that I used the compilation of written procedures are two documents : hdlock.exe hdlock.dat, hdlock.dat yes, I wrote for the packed column drives 0 0 1 hard disk lock, hdlock.exe achieve ( 1) hdlock.dat loaded drive 0- 0 and set up a password lock drive, (2) to alter the code, (3) remove the hard disk lock, first tell us about hdlock.dat, since drive lock itself subject to space restrictions, must be strictly controlled within the 1bdH byte (wonder why?) So it is not used can write original program first and then build, basically, I used the debug A one-time write down orders, I put out a compilation of the anti-plus some notes, for every
- 2022-04-23 17:27:25下载
- 积分:1
-
一个RPG术语查询器,使用起来挺方便的,希望对大家有用。
一个RPG术语查询器,使用起来挺方便的,希望对大家有用。-an RPG terms for inquiries, quite convenient to use, it may be useful to hope.
- 2023-06-27 00:50:03下载
- 积分:1
-
管理学经典案例分析与解析
管理学经典案例分析与解析-classic case of management analysis and analytic
- 2022-05-16 05:27:05下载
- 积分:1