-
SI4438test909
用STM系列单片机驱动SI4438无线透传模块,用于智能家居类产品的研发(With STM series single-chip driver SI4438 passthrough module, used for smart home products research and development)
- 2015-12-03 18:05:11下载
- 积分:1
-
自学Matlab必备的60个小程序代码
说明: 自学Matlab必备的60个小程序代码,若要实现其他功能可以自行改编,(Self-taught matlab 60 essential small program code, if you want to achieve other functions can be self-adapted,)
- 2020-06-24 10:00:02下载
- 积分:1
-
windows C#文件上传程式源码,初学者可以借鉴
windows C#文件上传程式源码,初学者可以借鉴-windows C# file upload program source code, beginners can learn from
- 2022-04-22 17:12:07下载
- 积分:1
-
LCD_FSMC
STM32的FSMC驱动的LCD代码,LCD驱动IC为ILI9341,实现的功能包括了画点、画线、画圆、画矩形、显示图片、显示字符和显示汉字等。(The STM32 FSMC driven LCD code, LCD driver IC is ILI9341, functions implemented include painting, drawing a line, circle, draw a rectangle, display pictures, display characters and display Chinese characters.)
- 2020-08-15 09:28:30下载
- 积分:1
-
MSTAR MST776 SOURCE CODE FIRMWARE
MSTAR芯片MST776源代码固件驱动七英寸
- 2022-06-02 18:20:15下载
- 积分:1
-
24位SPI方式工作的ADS1255摸数转换器的的驱动程序
24位SPI方式工作的ADS1255摸数转换器的的驱动程序
- 2022-08-07 10:03:29下载
- 积分:1
-
SpellChecking1
说明: visual c++ 开发环境开发的车牌识别系统代码,用于模拟车牌识别应用的代码。(visual c++ development environment for the development of license plate recognition system code, used to simulate the vehicle license plate recognition application code.)
- 2010-04-02 15:41:14下载
- 积分:1
-
DES_C
基本的DES加密算法,可以实现一些基本的功能,但是大型计算不适合(The basic DES encryption algorithm)
- 2013-08-15 01:48:09下载
- 积分:1
-
01379999
一套程序界面,包括对话框中使用分隔条,自绘菜单等()
- 2018-02-22 18:54:23下载
- 积分:1
-
5
说明: 1、 创建图类,存储结构使用邻接矩阵。
2、 输入图的节点数n(不超过10个)、边数m,节点分别用1-n代表。
3、 采用“起始节点,终止节点,权值”输入图的m条边,创建图。
4、 输出从节点1开始的BFS遍历,在遍历过程中,如有多个可以选择的节点,则优先选择编号较小的节点。
5、 输出从节点1开始的DFS遍历,在遍历过程中,如有多个可以选择的节点,则优先选择编号较小的节点。
6、 输出从第1节点到第n节点最短路径的长度,如果没有路经,输出0。(1. Create graph class and use adjacency matrix in storage structure.
2. The number of nodes n (no more than 10) and edge m in the input graph are represented by 1-n, respectively.
3. Create a graph by using the m-edges of the input graph of "Starting Node, Terminating Node, Weight Value".
4. Output BFS traversal starting from node 1. In the traversal process, if there are multiple nodes to choose, the node with smaller number will be preferred.
5. Output DFS traversal starting from node 1. In the traversal process, if there are multiple nodes to choose, the node with smaller number will be preferred.
6. Output the length of the shortest path from the first node to the n node. If there is no path, output 0.)
- 2019-02-19 14:49:05下载
- 积分:1