-
灰度图、二值图、边缘图转换代码
用于图像处理,灰度图、二值图、边缘图转换代码。(For image processing.)
- 2018-05-31 14:51:38下载
- 积分:1
-
IL Spy汉化版
说明: EXE 以及C# C C++文件进行反编译(EXE File Decompilation)
- 2020-06-22 13:20:02下载
- 积分:1
-
bubian
说明: 主要对学习不变矩的同学有很大的帮助,它主要讲述了不变矩在目标识别方面的应用(Mainly on students learning the same moment of great help, it is mainly about the same moment the application in target recognition)
- 2011-02-26 09:43:49下载
- 积分:1
-
debug
AVR智能温度控制,基于ATmega16(intelligent temperature control of AVR)
- 2014-07-19 11:35:52下载
- 积分:1
-
iec104
104规约程序,用于电力IEC104规约分析(104PROTOCAL)
- 2010-01-11 15:00:59下载
- 积分:1
-
linjiebiao
说明: 用VC++环境和邻接表存储结构实现图论中的简单路劲(Implementation diagram of the simple Road King)
- 2010-04-10 10:17:34下载
- 积分:1
-
tlv320aic31
说明: hi3519v101 tlv320aic31 驱动(hi3519v101 tlv320aic31 driver)
- 2020-06-19 22:20:02下载
- 积分:1
-
四旋翼 (简单可飞)
#include
#include "newtype.h"
#include "delay.h"
#include "Clock.h"
#include "timer.h"
#include "pwm4.h"
#include "uart1.h"
#include "uart2.h"
#include "I2C.h"
#include "spi.h"
#include "spi2.h"
#include "adc1.h"
#include "adc2.h"
#include "capture1.h"
#include "control.h"
#include "rc.h"
#include "IMU.h"
/*
u8 key_scan(void)
{
static u8 key_down=0;
if(key_down==0 && (P2IN & BIT1==0 || P1IN & BIT1==0))
{
key_down=1;
delay_ms(10);
if(P2IN & BIT1==0)
return 1;
if(P1IN & BIT1==0)
return 2;
}else if(P2IN & BIT1==1 && P1IN & BIT1==1) key_down=0;
return 0;
}
*/
u8 key_flag=0;
u8 key_start=0;
extern u8 updown;
u8 i;
void System_I
- 2022-03-23 19:11:42下载
- 积分:1
-
抽屉菜单实现
【实例简介】
- 2021-11-19 00:39:44下载
- 积分:1
-
ADS8688
说明: ADS868x 具有双极输入范围的1 6位,500kSPS,4 通道和 8 通道单电源逐次逼近寄存器器 (SAR) 模数转换器 (ADC)(ADS868x has a bipolar input range of 16 bits, 500 kSPS, 4-channel and 8-channel single power supply successive approximation register (SAR) analog-to-digital converter (ADC))
- 2019-06-15 16:04:47下载
- 积分:1