-
ws1
这是一个基于vc++语言下读取像素点灰度值(write highhui of a photo!)
- 2012-03-18 21:54:55下载
- 积分:1
-
YPTS
求解TSP问题的蚁群算法图形演示程序,并有相应的比例统计界面,重新编译程序后,再运行()
- 2018-05-28 13:03:14下载
- 积分:1
-
CxImage图像处理库源码
用于图像处理的图像处理库,支持多种图像格式,如bmp, jpg, png, raw,gif,ico,jas,jbg,tif,mng,pcx,psd,ska等,实现了常见图像处理算法。
- 2022-07-14 05:01:34下载
- 积分:1
-
四旋翼飞行器的飞控程序
四旋翼飞行器的飞控程序,基于
#include "include.h"
float tem;
int main(void)
{
delay_init(SYSCLK_FREQ_72);
uart_init(72,115200);
AFIO_Init();
GPIO_Init(GPIOB,Pin_5,GPO_PP_50,LOW);
GPIO_Init(GPIOC,Pin_13,GPO_PP_50,LOW);
Ultra_Init(); //超声波初始化
TIM_PPM_Init(); //遥控器采集初始化
TIM_PWM_Init(CH1,400,4000); //电机控制初始化
TIM_PWM_Init(CH2,400,4000);
TIM_PWM_Init(CH3,400,4000);
TIM_PWM_Init(CH4,400,4000);
ANBT_I2C_Configuration(); //IIC初始化
delay_ms(500);
AnBT_DMP_MPU6050_Init(); //6050DMP初始化
delay_ms(500);
InitHMC5883(); //HMC5883初始化
delay_ms(500);
updateHMC5883();
tem=MAG_angle;
delay_ms(500);
Wake_up_Lock();
FTM_Init(2);
while(1)
{
UnLock_Lock();
}
}
stm32,利用mpu6050内部自带的DMP融合姿态角,采用串级PID算法来完成平衡控制。有很大的参考价值。
- 2022-07-17 11:37:24下载
- 积分:1
-
Coordinate3
VC++ MFC绘制坐标系,串口通信,绘制曲线,有注释,基于MFC的dialogbased工程,关键词:MSCOM控件,CDC绘图,坐标系绘制,日期显示,动态显示曲线(VC++ MFC drawing coordinate system, serial communication, drawing curves, with notes, based on MFC' s dialogbased works Keywords: MSCOM control, CDC Graphics, coordinate system to plot, date display, dynamic display curve)
- 2010-07-26 16:07:14下载
- 积分:1
-
Tflmsziph
该程序用matlab实现FLLMS算法,并绘出了收敛曲线。
(The program using matlab achieve FLLMS algorithms, and plot the convergence curve.)
- 2012-07-26 15:40:34下载
- 积分:1
-
gobang-game
基于控制台的五子棋游戏,用easyX提供的图形接口进行编写,适合初学者,简单易懂,注释全面。注:安装图形库需要去EasyX官网下载“2012立冬版”,必须是这个版本,因为后来新的版本对有些函数做了调整,导致显示会有问题。(Console-based backgammon game, the graphical interface provided by easyX be written for beginners, easy to understand, comprehensive notes. Note: Installing graphics libraries need to EasyX official website to download " 2012 Lidong Edition" , must be this version, because the new version was made adjustments for some functions, resulting in the display there will be problems.)
- 2014-10-11 14:53:47下载
- 积分:1
-
nrf24l01程序
说明: 无线传输模块,用于nrf24l01内部的程序,可用于发送和接收(A wireless transmission module for programs within nRF24L01 that can be used for sending and receiving)
- 2019-06-25 19:04:48下载
- 积分:1
-
WinFormClient
FtpClient,一个非常不错的FtpClient的例子。对于做Ftp的非常有帮助。(FtpClient, FtpClient a very good example. For doing Ftp is very helpful.)
- 2011-04-20 14:21:45下载
- 积分:1
-
C#开发的串口调试工具源码
【实例简介
- 2021-07-05 00:31:06下载
- 积分:1