-
本系统是用VB做的学生成绩管理系统,实现对成绩的查询和更改等功能...
本系统是用VB做的学生成绩管理系统,实现对成绩的查询和更改等功能-This system is to use VB to do student achievement management system, to realize performance features such as query and change! !
- 2022-04-13 16:41:07下载
- 积分:1
-
- 2022-05-27 19:36:26下载
- 积分:1
-
Propeuurties
c++Primer书籍电子版,让读者可以在电脑或者手机方便的阅读。(C++ Primer Book Electronic edition, so that readers can easily read on the computer or mobile phone.)
- 2020-06-24 19:20:02下载
- 积分:1
-
12-1(7,4)汉明码编译码器
使用system view开发的74汉明码译码器(system view Hamming code decoder)
- 2021-01-04 21:38:54下载
- 积分:1
-
输出刚度矩阵
说明: 1. 输出Abaqus模型单元和全局的刚度、质量矩阵、载荷矩阵到.mtx;
2. 将上述矩阵转换为Matlab的.mat文件;
3. 用Matlab打开上述.mat文件查看矩阵。(1. Output Abaqus model element and global stiffness, mass matrix and load matrix to. MTX;
2. Convert the above matrix into Matlab. Mat files;
3. Open the above. Mat file with Matlab to view the matrix.)
- 2020-10-28 16:06:34下载
- 积分: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
-
线路微机保护装置的CPU1内部功能程序,与保护原理程序相配合
线路微机保护装置的CPU1内部功能程序,与保护原理程序相配合-Circuit Protective Device for the internal functions CPU1 procedures, and protection of the principle of matching procedures
- 2023-09-04 12:20:07下载
- 积分:1
-
这个开源的H323。
This the H323 open source.
- 2022-02-11 14:26:19下载
- 积分:1
-
This the one game the draw procedure, we can see down, Ha
这是一款抽奖游戏程序,大家可以下来看看,-This the one game the draw procedure, we can see down, Ha-ha
- 2022-08-08 03:13:09下载
- 积分:1
-
字模生成工具,根据ucdos的hzk来生成的24点阵字模,做LCD电子屏不可多得的工具...
字模生成工具,根据ucdos的hzk来生成的24点阵字模,做LCD电子屏不可多得的工具-Matrix generation tool, according to the ucdos to generate hzk dot matrix 24, to do electronic screen LCD rare tools
- 2022-02-07 18:08:16下载
- 积分:1