-
0808数摸转换程序,能够达到一定要求的数值自动报警.
0808数摸转换程序,能够达到一定要求的数值自动报警.-0808 the number of touch the conversion process, to achieve a certain numerical requirements of automatic alarm.
- 2022-02-01 11:56:47下载
- 积分:1
-
this document for LCD driver chips for Samsung KS0093 spent mainly on the COG
此文件为液晶驱动芯片 为三星的KS0093 主要用在COG上-this document for LCD driver chips for Samsung KS0093 spent mainly on the COG
- 2022-03-25 18:12:28下载
- 积分:1
-
这是一个ASIIC吗转换程序,可以随意转换ASSIIC码,10进制码,16进制码。很好用。...
这是一个ASIIC吗转换程序,可以随意转换ASSIIC码,10进制码,16进制码。很好用。-ASIIC? Switching procedures can arbitrarily change ASSIIC code, code 229 10. 16 hex code. Good use.
- 2022-07-25 07:58:35下载
- 积分:1
-
小蜜蜂玩游戏机很老游戏
小蜜蜂打飞机的游戏
很老的游戏了-Bee playing games aircraft very old game
- 2022-03-22 13:21:31下载
- 积分: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
-
一款可以在电脑上免费拨打电话、手机的软件,帐号在这里申请https://talkmember.mediaringtalk.com/mytalk_chs/regi...
一款可以在电脑上免费拨打电话、手机的软件,帐号在这里申请https://talkmember.mediaringtalk.com/mytalk_chs/register.php ,帐号申请后60分钟可以免费拨打电话了。试试吧!本人出钱购买的软件。-A computer can make free calls, mobile phone software application account here https:// talkmember.mediaringtalk.com/mytalk_chs/register.php, account 60 minutes after application can make free calls a. Try it! Money I buy software.
- 2022-09-30 08:40:05下载
- 积分:1
-
an initialization sequence stack, drawing up a stack elements and elements of a...
初始化一个顺序栈,编制实现入栈一个元素和出栈一个元素的程序。-an initialization sequence stack, drawing up a stack elements and elements of a stack up procedures.
- 2022-02-01 13:54:46下载
- 积分:1
-
定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆...
定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆CCircle类,分别求其面积。最后定义一个CArea类,计算这几个形状的面积之和,各形状的数据通过CArea类构造函数或成员函数来设置。-Defines an abstract class CShape, including the pure imaginary number Area (used to calculate the area) and SetData (used to reset the shape, size). Then the triangle CTriangle derived class, rectangle CRect class, round CCircle categories, seeking its size. The final definition of a CArea class, calculate the size of the sum of several shapes, each shape data through CArea class constructor or member function to set up.
- 2022-05-05 02:27:06下载
- 积分:1
-
Simple Robot Control Program
-- Simple Robot Control Program
--------------------------------------------------------------------------
-- Left is left IR sensor - 1=object to left
-- Right is rigth IR sensor - 1=object to right
-- Lmotor_dir 1=forward 0=reverse
-- Rmotor_dir 1=forward 0=reverse
-- Lmotor_speed 111=fast 000=slow
-- Rmotor_speed 111=fast 000=slow
--- Simple Robot Control Program
--------------------------------------------------------------------------
-- Left is left IR sensor- 1=object to left
-- Right is rigth IR sensor- 1=object to right
-- Lmotor_dir 1=forward 0=reverse
-- Rmotor_dir 1=forward 0=reverse
-- Lmotor_speed 111=fast 000=slow
-- Rmotor_speed 111=fast 000=slow
- 2022-05-21 11:44:55下载
- 积分:1
-
计算机组织课程设计原则(使用微型
计算机组成原理课程设计(用微程序设计简单计算机)-Principles of Computer Organization Course Design (using micro-computer program is designed to be simple)
- 2023-02-08 07:40:04下载
- 积分:1