资源列表
排序选择:
[数据结构常用算法] Dijkstra
说明:用D[i]来表示当前从源到顶点i的最短特殊路径长度。假设u是G的某一顶点,把从源到u且中间只经过S中顶点的录称为从源到u的特殊路径,并用D数组记录当前每个顶点对应的最短特殊路径长度。Dijkstra算法每次从V-S中取出具有最短特殊路径长度的顶点u,将u添加到S中,同时对D数组作必要的修改。一旦S中包含了V中所有顶点,D就记录了从源到所有其它顶点之间的最短路径长度。-With D [i] to indicate the current node i from the source to the<suyu> 在 2025-10-01 上传 | 大小:4kb | 下载:0
[其他嵌入式/单片机内容] spi_c.doc
说明:This example demonstrates how to use the SPI.<lenovo7375> 在 2025-10-01 上传 | 大小:3kb | 下载:0
[其他嵌入式/单片机内容] Interrupt_Design
说明:ARM的中断设计,使用中断对外部器件进行控制,达到控制的要求。-ARM interrupt design, using the interrupt control to the external device, to control requirements.<江锋> 在 2025-10-01 上传 | 大小:478kb | 下载:0
[其他嵌入式/单片机内容] spi_h.doc
说明:This example demonstrates how to use the SPI.<lenovo7375> 在 2025-10-01 上传 | 大小:6kb | 下载:0
[编译器/词法分析] Exercise.4
说明:对符号表的操作,编译原理,词法分析器-The operation of the symbol table, compiler theory, lexical analyzer<曹惠鹏> 在 2025-10-01 上传 | 大小:13kb | 下载:0
[其他嵌入式/单片机内容] Light_up
说明:STM32系列单片机系统,使用库函数对一个管脚的LED,通过数模转换将小灯由亮变暗和由暗变亮。-STM32 MCU system, using library functions for a pin of the LED, through a digital-analog conversion of the small light from light to dark and from dark to light.<江锋> 在 2025-10-01 上传 | 大小:442kb | 下载:0
[其他嵌入式/单片机内容] RealTimeClock
说明:STM32实时时钟作为定时器,通过串口线与计算机相连接,在电脑端打印当前的时间信息,每一秒更新一次。-STM32 Real-time clock as a timer, via serial cable connected to the computer, the computer terminal prints the current time information is updated once every second.<江锋> 在 2025-10-01 上传 | 大小:485kb | 下载:0
[其他游戏] guess-number
说明:这是猜数字游戏,随机生成一个1~100之间的数字,然后由你猜,直至猜对为止。-This is the guessing game randomly generates a number between 1 and 100, then you guess, until you are right so far.<kkk> 在 2025-10-01 上传 | 大小:190kb | 下载:0