- 
                        calculator
                        
                          Calculator using switch                         
                            - 2012-05-09 01:40:26下载
- 积分:1
 
- 
                        D-S 多传感器信息融合 matlab实现
                        
                          说明:  D-S证据理论数据融合算法基础程序,可改(he matlab implementation DS evidence theory code to achieve)                         
                            - 2019-03-21 16:43:22下载
- 积分:1
 
- 
                        SerialComm
                        
                          C#串口调试工具,完整VS2008源代码。
1、自动检测系统串口数量,支持USB转串口设备即插即用,自动添加到下拉列表框。
2、修改端口设置后自动打开串口,可发送字符或十六进制数据,并可定时循环发送。
3、支持自定义帧格式,且可自动加入校验,可选校验超过四种以上。
4、接收分别以字符和十六进制显示,完美支持中文显示和回车换行。(C# serial debugging tools, complete source code VS2008.
1, the automatic detection system serial number, supports USB serial devices simultaneously, automatically added to the drop-down list box.
2, modify the port settings automatically open the serial port to send character or hexadecimal data, and timing loop sent.
3, support for custom frame format, and can be automatically added to the check, optional check more than four kinds or more.
4, respectively, received characters and hexadecimal display, the perfect support Chinese display and carriage return line.)                         
                            - 2021-03-31 08:39:09下载
- 积分: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
 
- 
                        打开并加载遥感影像
                        
                          可以通过VS2010配置GDAL库打开并加载遥感影像,然后对比较大的遥感影像进行分块处理,很适合GDAL新手使用学习,有利于图像处理的深入探讨和学习。                         
                            - 2023-01-10 14:45:04下载
- 积分:1
 
- 
                        fengmingqi
                        
                          C-51单片机实验,蜂鸣器的源代码,希望对大家有帮助,(*^__^*) 嘻嘻……(C-51)                         
                            - 2009-10-26 19:17:13下载
- 积分:1
 
- 
                        电机梯形算法
                        
                          之前这个梯形算法有点小问题,我自己调试的时候发在减速阶段有点问题,最后发现是有个运算出了一点问题,所以改正了一下,给大家使用。                         
                            - 2022-11-09 02:55:03下载
- 积分:1
 
- 
                        井字棋
                        
                          就是井字棋啦,不是很记得了,哈哈哈哈                                                                                                                                                                                                                                                                                         &                         
                            - 2022-03-01 18:40:53下载
- 积分:1
 
- 
                        shor
                        
                          大数质因子分解的shor算法的在经典计算机上的模拟。shor算在量子计算计算机上能够在很短时间内分解大数的质因子,对现有的RSA系统是一种严重的威胁。(Factorization of large numbers of quality in the shor algorithm simulation on classical computer. shor computer operator in the quantum computation can be decomposed in a very short time the quality factor of large numbers, the RSA of the existing system is a serious threat.)                         
                            - 2021-01-14 21:58:46下载
- 积分:1
 
- 
                        wpacket
                        
                          小波包变换的c程序代码,调试通过,可以使用(Wavelet Packet Transform c program code, debugging through, you can use)                         
                            - 2008-06-04 11:34:12下载
- 积分:1