-
countless blisters constantly rising from the bottom, but can be torn blisters,...
无数水泡不断从水底升起,而且水泡是可以弄破的,点击水泡就可以看见破裂-countless blisters constantly rising from the bottom, but can be torn blisters, click on the blisters can see rupture
- 2022-03-19 16:39:39下载
- 积分:1
-
一个用JavaScript写的走迷宫游戏,用键盘上的→←↑↓键进行游戏,走出迷宫。请按照maze.txt中的说明把一部分代码复制到<head><...
一个用JavaScript写的走迷宫游戏,用键盘上的→←↑↓键进行游戏,走出迷宫。请按照maze.txt中的说明把一部分代码复制到之间,另一部分代码复制到之间:-a written using JavaScript Maze games, the keyboard keys for the game, out of the labyrinth. Maze.txt follow the narrative part of the code replication lt; Headgt; Lt;/Headgt; Among the other copy of the code lt; Bodygt; Lt;/Bodygt; Between :
- 2023-08-20 20:15:05下载
- 积分:1
-
快速ICA算法的有限样本的影响
Finite sample effects of the fast ICA algorithm
- 2023-04-02 11:30:04下载
- 积分:1
-
dds
dds->9954的pcb供大家参考,这个扳子我调通了的可以放心开办-dds-
- 2022-01-21 01:31:55下载
- 积分: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
-
是一个检测飞船与陨石碰撞的程序,让你了解一般2D游戏DirectX的开发过程。...
是一个检测飞船与陨石碰撞的程序,让你了解一般2D游戏DirectX的开发过程。-detection spacecraft is a meteorite collision with the procedures, let you know the general game 2 D DirectX development process.
- 2022-07-02 16:04:35下载
- 积分:1
-
2015年国赛风力摆
资源描述本代码是2015年全国电子设计大赛自动控制类风力摆,历经四天三夜完成这个风力摆作品,使用stm32芯片,用C语言编写代码,该作品获得二等奖,代码简单易懂,希望大家可以参考参考。
- 2022-01-25 17:23:19下载
- 积分:1
-
tlc0831程序
tlc0831程序-tlc0831 procedures
- 2023-01-16 13:25:04下载
- 积分:1
-
仿俄罗斯方块写的多色方快游戏,c#源代码,建议刚学c#游戏编程的朋友看下...
仿俄罗斯方块写的多色方快游戏,c#源代码,建议刚学c#游戏编程的朋友看下-imitation of the Russian block was fast multicolor side games, c# source code, proposed just learning the game c# programming friend glance
- 2022-03-24 08:18:16下载
- 积分:1
-
二进制序列最佳判决labview实现
二进制序列的最佳判决labview实现,可以判决双极性,单极性,并且概率可调。能显示其误码率,接收波形,BER曲线等功能。11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
- 2022-03-14 10:24:05下载
- 积分:1