-
一款运动控制卡的源码,讲述如何用运动控制卡进行编程开了.
一款运动控制卡的源码,讲述如何用运动控制卡进行编程开了.-A motion control card source code on how to use motion control card program opened.
- 2022-03-02 15:07:26下载
- 积分:1
-
/*大屏幕显示数字时钟*/ /*要求屏幕按640*480分辩率显示数字时钟,格式为12:18:30,表示12点18分30秒,共8个字符;*/ /*每个字符以80...
/*大屏幕显示数字时钟*/ /*要求屏幕按640*480分辩率显示数字时钟,格式为12:18:30,表示12点18分30秒,共8个字符;*/ /*每个字符以80*100点阵显示,记时真确*/-/* Large Screen Display Digital Clock*//* Require the screen by Resolution 640* 480 display digital clock, the format of 12:18:30, 12:18:30, a total of eight characters;*//* Each character with the 80* 100 Lattice revealed that in mind when true* /
- 2023-02-04 17:55:03下载
- 积分:1
-
Floyd算法,推荐
Floyd算法,推荐-Floyd algorithm, recommended clamor clamor clamor clamor clamor
- 2022-06-12 15:50:27下载
- 积分:1
-
石材工具在客户需要快速增加的石器时代的图像可以。
石器时客户端工具有需要的快去下可以增加石器时代图像修改登陆图-Stone tools at the client in need of fast increase of the Stone Age images can be modified landing plan
- 2023-02-05 09:15:04下载
- 积分:1
-
UART的Verilog发射/接收OpenCores分担
UART verilog TX/RX OpenCores share
- 2022-05-20 00:56:06下载
- 积分:1
-
coco2dx游戏引擎实现加减法练练看
项目使用coco2dx游戏引擎实现的加减法练练看,类似于水果练练看,通过完成加法和减法练习来达到消除的目的,游戏使用C++语言编写。
- 2023-07-18 14:15:07下载
- 积分: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
-
只想下载 只想下载 只想下载
只想下载 只想下载 只想下载 -Just want to download just want to download just want to download just want to download just want to download just want to download
- 2022-08-16 01:04:08下载
- 积分:1
-
The tutorial3 of TLM
OSCI组织最新lease出来的传输级建模指导实验,对初学者快速认识TLM中的一些基本概念很有用,本实验经作者修改并调试通过。-The tutorial3 of TLM-2.0 which is released from OSCI group currently!
- 2022-03-02 06:01:36下载
- 积分:1
-
pc 连接nokia的手机连接库及例子。只是我连接的时候有点错误。不过这是官方提供的。我的手机是6101...
pc 连接nokia的手机连接库及例子。只是我连接的时候有点错误。不过这是官方提供的。我的手机是6101-pc to connect nokia phone to connect database
- 2023-06-26 12:50:04下载
- 积分:1