-
AMC
说明: 自己编写的TPC Chase II译码算法,支持多种高阶调制,支持缩短码等(I have written the TPC Chase II decoding algorithm to support multiple high-order modulation, supported a short code, etc.)
- 2020-12-26 18:49:02下载
- 积分:1
-
Network-Engineer-English-Vocabulary
网络工程师英语词汇表网络工程师英语词汇表网络工程师英语词汇表网络工程师英语词汇表(Network Engineer English Vocabulary
Network Engineer English Vocabulary
Network Engineer English Vocabulary
Network Engineer English Vocabulary
)
- 2013-11-04 20:01:04下载
- 积分:1
-
STM32正交编码器
说明: STM32F103 增量式编码器计数,通过串口打印(STM32F103 Incremental Encoder Counting, Printed through Serial Port)
- 2020-09-27 15:57:47下载
- 积分:1
-
CAN
QT编写的CAN通讯源代码文件,通讯盒子用的是珠海芯创的can盒(The source code file of CAN communication written by QT. The communication box is the can box of Zhuhai Xinchuang.)
- 2019-04-25 15:14:37下载
- 积分:1
-
BlueTooth
说明: 对蓝牙的基本应用测试(包括搜索 链接 数据发送与接受)(The basic test for Bluetooth applications (including search link data is sent and received))
- 2011-04-06 17:18:46下载
- 积分:1
-
步进电机位置环控制
/* 包含头文件 ----------------------------------------------------------------*/
#include "stm32f1xx_hal.h"
#include "StepMotor/bsp_STEPMOTOR.h"
#include "usart/bsp_debug_usart.h"
#include "EncoderTIM/bsp_EncoderTIM.h"
#include
#include
/* 私有类型定义 --------------------------------------------------------------*/
typedef struct
{
__IO float SetPoint; // 目标值 单位:mm
__IO int LastError; // 前一次误差
__IO int PrevError; // 前两次误差
__IO long SumError; // 累计误差
__IO double Proportion; // Kp系数
__IO double Integral; // Ki系数
__IO double Derivative; // Kd系数
}PID;
/* 私有宏定义 ----------------------------------------------------------------*/
#define TXDCYCLE 1000 // 数据发送周期;单位:ms
#define SAMPLING 0x01 // 采样标记
#define TXD 0x02 // 发送数据标记
#define MAX_SPEED 200
#define abs(x) ((x)= TXDCYCLE) // 1s
{
Time_Flag |= TXD;
time_count = 0;
}
}
- 2021-10-18 00:30:55下载
- 积分:1
-
ov7670
改程序实现了以freescale的ms9s12x控制数字摄像头ov7670,及在两片5110上的显示。(Reform program implements to control the freescale ms9s12x digital camera ov7670, and the two on the 5110 display.)
- 2013-09-08 09:56:35下载
- 积分:1
-
gethouse_inf
用http协议实现网页浏览并采集信息,本程序对固定发布的房产信息网进行采集将最新资源存在在文件中(simple explorer)
- 2009-09-21 23:40:31下载
- 积分:1
-
screening
数字加网,能够实现图像的半色调输出。是图像复制的输出的核心技术,(image reproduction!)
- 2009-02-07 18:57:43下载
- 积分:1
-
iav07-surf
Detecting, identifying, and recognizing salient regions or feature points
in images is a very important and fundamental problem to the computer vision
and robotics community. Tasks like landmark detection and visual odometry,
but also object recognition benefit from stable and repeatable salient features
that are invariant to a variety of effects like rotation, scale changes, view point
changes, noise, or change in illumination conditions. Recently, two promising new
approaches, SIFT and SURF, have been published. In this paper we compare and
evaluate how well different available implementations of SIFT and SURF perform
in terms of invariancy and runtime efficiency.
- 2009-11-13 05:07:51下载
- 积分:1