-
C#flyod最短路代码
Floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,与Dijkstra算法类似。该算法名称以创始人之一、1978年图灵奖获得者、斯坦
- 2022-07-24 14:20:13下载
- 积分:1
-
jcgtxt iohuygyu iuygytc iuhuyv
,mbhygdct iuygty7tdty iuyhufvy oihuyfvytfc iouhuyfgty oihuiyfv oihiugv
- 2023-07-05 07:50:03下载
- 积分:1
-
hanoi
简单的汉诺塔的非递归实现算法。用C++实现的。(Simple HANOR the non-recursive algorithm. Achieved with C++.)
- 2013-01-14 15:16:25下载
- 积分:1
-
listctrl
mfc实现列表编辑,修改
很实用 MFC新手学习-Excel function very practical with MFC(list control of mfc,editable)
- 2020-10-28 08:59:58下载
- 积分:1
-
光流,超声波
可以给做电赛的朋友
#include "includes.h"
/*********************************
使用外部中断和systik定时器来做超声波部分
警告:超声波使用systick时,其他设备不允许使用systick
***********************************/
unsigned char ultrasonic_systick = 0;//等于0时,超声波没有使用SYSTICK
unsigned char ultrasonic_ok = 0;
unsigned int ultrasonic_Data;
float ultrasonic_Hight;
//此部分初始化外部中断以及各部分用到的引脚
void ultrasonic_Init(void)
{
//使用TIM4_CH1,TIM4_CH2用于超声波引脚
//TIM4_CH1(PB6) -> echo
//TIM4_CH2(PB7) -> trig
GPIO_InitTypeDef GPIO_InitStructure;
EXTI_InitTypeDef EXTI_InitStructure;
// NVIC_InitTypeDef NVIC_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB ,ENABLE);
GPIO_InitStructure.GPIO_Pin=GPIO_Pin_7;
GPIO_InitStructure.GPIO_Speed=GPIO_Speed_50MHz;
GPIO_InitStructure.GPIO_Mode=GPIO_Mode_Out_PP;
GPIO_Init(GPIOB,&GPIO_InitStructure);
GPIO_InitStructure.GPIO_Pin=GPIO_Pin_6;
GP
- 2022-01-25 15:03:30下载
- 积分:1
-
sweitter-bit
A model that changes the effect of the program()
- 2017-11-08 21:50:12下载
- 积分:1
-
简单介绍FTP的工作原理,支持文件的上传与下载,利用它可以自己开发用户控件。...
简单介绍FTP的工作原理,支持文件的上传与下载,利用它可以自己开发用户控件。-Simple FTP introduce the working principle, support the file upload and download, it can use to develop their own user control.
- 2022-05-30 12:06:42下载
- 积分:1
-
moni
驱动级鼠标模拟
包含鼠标。键盘。驱动及模拟,附有小程序(Driver stage mouse emulation)
- 2020-10-13 23:17:31下载
- 积分:1
-
diffration
超高斯光束在自由空间中的衍射传播,利用角谱理论。(Super-Gaussian beam diffraction propagation in free space, the use of the angular spectrum theory.)
- 2014-05-25 22:18:33下载
- 积分:1
-
game01
经典小游戏,包括源代码,所需资源文件和一切相关文件,和可执行exe(Classic games, including source code, the resources required documentation and all relevant documents, and executable exe)
- 2009-12-02 22:41:10下载
- 积分:1