-
map
有关map协议的asn解码方法,已经编译出来,如果对你有帮助,请下载(On the map of the ASN protocol decoding method, has been compiled from, if you have help, please download)
- 2009-03-02 20:48:41下载
- 积分:1
-
ioRWTest
C6000系列之6701开发板相关文件及说明(C6000 Series of 6701 development board-related documents and notes)
- 2008-04-17 17:08:58下载
- 积分:1
-
数 字PID控制算法
数 字PID控制算法-Digital PID control algorithm
- 2022-01-22 07:53:28下载
- 积分:1
-
AnimateWindow
AnimateWindow实现动画窗口,可参考实现各种窗口出现方式,适合VC初学者(AnimateWindow animation window, can refer to the realization of a variety of window mode, suitable for VC beginners)
- 2016-03-05 15:18:16下载
- 积分:1
-
CANAPP
详细描述CAN通信的中断发送和接收,包含初始化,中断函数,滤波等(CAN communication is interrupted transmission and reception, including initialization, interrupt functions, a detailed description of such filtering)
- 2013-11-27 20:20:20下载
- 积分:1
-
lsm6dsl
lsm6dsl基于stm32f407的开发,详细代码,
/* Includes ------------------------------------------------------------------*/
#include "lsm6dsl.h"
#include "spi.h"
#include "usart.h"
#include "delay.h"
#include
//³õʼ»¯LSM6DSLµÄIO¿Ú
void LSM6DSL_Init(void)
{
uint8_t Device_ID;
GPIO_InitTypeDef GPIO_InitStructure;
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);//ʹÄÜGPIOGʱÖÓ
//GPIOI7ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_100MHz;//100MHz
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;
GPIO_Init(GPIOG, &GPIO_InitStructure);//³õʼ»¯PG7
LSM6DSL_SPI_Init();
- 2022-02-16 01:20:43下载
- 积分:1
-
Qt从Excel导入到Sqlite中
Qt从Excel导入到Sqlite中,进行处理,美化了界面,有一定的容错处理。
- 2023-01-16 14:40:03下载
- 积分:1
-
nlmeans-master
Non-Local Means Denoising Algorithm
denoising source code
- 2020-06-17 11:20:01下载
- 积分:1
-
期货CTP接口SFIT_CTP_6.3.11_20180109_tradeapi
上期所最新期货ctp文档,适合对交易有兴趣的研究者使用。(The latest CTP document of the latest issue is suitable for researchers interested in trading.)
- 2018-09-20 16:04:28下载
- 积分:1
-
LEDflow
说明: 流水心形灯,多种不同的效果,自上而下的循环以及左右循环还有循环闪烁等等(Water flow heart-shaped lamp, a variety of different effects)
- 2020-11-27 15:21:34下载
- 积分:1