-
two hours to complete coverage, interface can also achieve. Only reference
java 完成二分覆盖问题,界面实现还可以。仅供参考-two hours to complete coverage, interface can also achieve. Only reference
- 2022-02-03 14:13:05下载
- 积分:1
-
cypress,上位机开发用的,cyAPI.chm,另外里面还有开发徐加载的头文件,库文件。...
cypress,上位机开发用的,cyAPI.chm,另外里面还有开发徐加载的头文件,库文件。-cypress, used in PC development, cyAPI.chm, Xu In addition there is also the development of the first loaded file, library file.
- 2022-03-10 18:07:53下载
- 积分:1
-
这是一个如何在你程序里象IE,Office等使用VbScript,Jscript脚本引擎的源代码。这将大大增加你的系统的交互性。...
这是一个如何在你程序里象IE,Office等使用VbScript,Jscript脚本引擎的源代码。这将大大增加你的系统的交互性。-how you like IE Lane procedures, such as the use of VOD Office, Jscript engine source code. This will greatly increase your system"s interactive.
- 2022-02-15 06:57:42下载
- 积分:1
-
读取研华1753板卡输入输出
读取研华1753板卡输入输出
,读取研华1753板卡输入输出,
读取研华1753板卡输入输出
- 2022-11-17 09:35:03下载
- 积分:1
-
Книга по С++ ,C++ Biblioteka programmista
Книга по С++ ,C++ Biblioteka programmista
- 2023-05-20 20:05:03下载
- 积分:1
-
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows:
Input Format:
The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges
Second row, enter information in each vertex, that enter each vertex character
Start typing in the third line of each side, each side in the form of two vertices
- 2022-01-26 03:32:41下载
- 积分:1
-
fifo源程序,VHDL编写~具有一定的参考价值~
fifo源程序,VHDL编写~具有一定的参考价值~-source code of a fifo, writen in VHDL, will be useful to some extent as a reference
- 2022-08-09 06:08:41下载
- 积分:1
-
关于如何杀死执行线程的代码,对开发人员有参考价值
关于如何杀死执行线程的代码,对开发人员有参考价值-On how to kill the thread of execution code, the developers have reference value
- 2022-01-22 12:43:49下载
- 积分:1
-
- 2022-03-03 02:23:14下载
- 积分:1
-
usart bit banged 8 port
位碰撞是一种使用软件而不是专用硬件进行串行通信的技术。软件直接设置和采样微控制器上管脚的状态,并负责信号的所有参数:定时、电平、同步等。与位碰撞不同,专用硬件(如调制解调器、UART或移位寄存器)处理这些参数,并在其他系统中提供(缓冲)数据接口,因此,不需要软件来执行信号解调。位碰撞可以以非常低的成本实现,并且在例如嵌入式系统中被使用。
- 2022-03-12 03:54:40下载
- 积分:1