-
机器人stm32F103源代码可上传温度行走距离电压
说明: 机器人 ,stm32F103源代码,MDK编译器(rebot code for stm32f103 in MDK)
- 2020-06-24 06:00:02下载
- 积分:1
-
Tetris
俄罗斯方块 纯C 语言版;精巧实现;
只有一个源码文件, 编译时请加上-std=c99 参数; gcc -std=c99 Tetris.c
(Pure C language version of Tetris exquisite realization only one source file, when compiling with-std = c99 parameters gcc-std = c99 Tetris.c)
- 2012-08-27 18:07:32下载
- 积分:1
-
可以使用该工具分析IIS服务器日志,随时了解你的网站的流量及用户所访问页面....
可以使用该工具分析IIS服务器日志,随时了解你的网站的流量及用户所访问页面.-Analysis of the tool can use the IIS server logs, to keep abreast of your site traffic and user visited the page.
- 2022-05-17 05:40:55下载
- 积分:1
-
verilog
verilog-wire a simple circuits
- 2023-02-08 20:15:03下载
- 积分:1
-
VC++生成示波器波形类文件以及应用实例
VC++生成示波器波形类文件以及应用实例,如截图所示的,分别显示电压波形、温度波形、以及角度小型,类型于正弦余弦曲线的波形生成绘制类,在VC++中使用方便,自带有类代码和应用实例,便于参考上手。
- 2023-07-24 14:05:02下载
- 积分:1
-
Gams中文教程
Windows GAMS 2.50 中文教程(Windows GAMES 2.50 Chinese Tutorial)
- 2019-07-11 20:18:22下载
- 积分:1
-
huangjun
51单片机实现一个按键三个功能,长按,单击,以及双击模式。(51 MCU implements a button with three functions, long press, click, and double click mode.)
- 2018-01-05 18:01:11下载
- 积分: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
-
area of circle
a program to find the area of circle
- 2017-12-20 21:27:49下载
- 积分:1
-
PSCAD模型
双向DCDC/PSCAD仿真模型/非隔离型双向DCDC变换器(DC/DC/converterPSCAD/model/)
- 2021-04-12 21:08:57下载
- 积分:1