-
juyuwangliaotian
局域网聊天软件,主要功能是发送文字消息,语音消息,图片,功能强大,界面简单(LAN chat software, the main function is to send text messages, voice messages, pictures, powerful, simple interface)
- 2012-07-13 09:25:37下载
- 积分: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
-
StudentsInfoSystem
学生信息管理系统是可以通过对学生信息的增加、删除、修改、查询等操作来管理学生的相关信息(Student Information Management System can be passed on information of the students to add, delete, modify, query and other operations related to the students to manage information)
- 2020-07-03 06:20:02下载
- 积分:1
-
JM-01导盲设备驱动
JM-01导航设备驱动源码,2018年互联网+大赛作品,以供学习参考。(JM-01 navigation device driver source code, 2018 Internet + Competition works, for learning reference.)
- 2020-06-22 19:20:01下载
- 积分:1
-
CImage
我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。(We know that the Visual C++ the CBitmap class and static picture control function is relatively weak, it only shows the icon resources, bitmaps, cursors, as well as the contents of the metafile, rather than the Image control in VB show the vast majority of external image files (BMP, GIF,, JPEG, etc.). Therefore, I want to display external image files in a dialog or other window only by means of third party controls or code. Now, new class CImage MFC and ATL shared many of the corresponding method for image processing, which makes the Visual C++ of defects in the image is gone forever.)
- 2012-05-28 11:47:09下载
- 积分:1
-
PCtoLCD2002wmb
说明: 图片、文字转LCD点阵,已经编译好,源文件暂不开放(Pictures, text to LCD dot matrix, has been compiled, source files are not open yet)
- 2020-06-21 18:20:02下载
- 积分:1
-
WaterShed
WaterShed图像分割方法,使用C++来编写的程序,分割效果还不错,不过要用的话,自己还是要调一下的。(WaterShed image segmentation method, using C++ to write programs, segmentation results were pretty good, but use the words that he is still would like to stress the.)
- 2010-03-13 14:03:35下载
- 积分:1
-
77540469
一个实用超声波滤波算法,大家可以参考一下,()
- 2018-02-04 17:23:44下载
- 积分:1
-
ViewPortWins
说明: 演示 Windows VC 下 DC 的视口和 窗口之间的换算关系(DC presentation under the Windows VC Viewport and window conversion relationship between)
- 2008-12-04 14:30:01下载
- 积分:1
-
19.PWM直流电机仿真实验
使用protuce对直流电机进行仿真,仿真程序在压缩文件里(Using protuce to simulate DC moto)
- 2020-06-25 20:40:01下载
- 积分:1