-
EngineEx
C/C++中调用MATLAB引擎的数值仿真的实现,运行环境:VC++6、matlab6
注意事项:微分方程文件“fun.m”放在matlab的work目录下。(C/C++ Call the MATLAB engine numerical simulation of the realization of operating environment: VC 6, matlab6 Notes: Differential Equations document )
- 2007-09-14 14:10:01下载
- 积分:1
-
匿名飞控经典源代码 四轴飞行器
匿名飞控经典源代码 四轴飞行器
#include "stm32f10x.h"
#include "sysconfig.h"
#include "bsp.h"
#include "led.h"
#include "tim3.h"
#include "usart.h"
#include "ANO_TC_STM32F1_I2C.h"
#include "MPU6050.h"
#include "moto.h"
#include "spi.h"
#include "nrf24l01.h"
#include "tim_pwm_in.h"
#include "rc.h"
#include "imu.h"
#include "control.h"
#include "data_transfer.h"
u8 SYS_INIT_OK=0;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void SYS_INIT(void)
{
LED_INIT();
LED_FLASH();
Moto_Init();
Uart1_Init(115200);
Tim3_Init(500);
#ifdef CONTROL_USE_RC
Tim_Pwm_In_Init();
#endif
Nvic_Init();
ANO_TC_I2C2_INIT(0xA6,400000,1,1,3,3);
- 2022-06-15 05:31:50下载
- 积分:1
-
tcd_driver
东芝ccd产品tcd1209驱动程序,生成1209所需的驱动波形(toshiba ccd tcd1209 )
- 2021-02-23 09:29:40下载
- 积分:1
-
MSP430PPDIUSBD12
msp430与PDIUSBD12的固件程序
D12驱动win2k_xpD12test.inf
D12驱动win98D12TEST.SYS
usb上位机测试程序usb430d12EasyD12.dll
usb上位机测试程序usb430d12EasyD12.H
(msp430 the PDIUSBD12 firmware
D12 driver win2k_xp D12test.inf
D12 driver win98 D12TEST.SYS
usb host computer test program usb430d12 EasyD12.dll,
usb host computer test program usb430d12 EasyD12.H,
)
- 2012-04-25 14:48:03下载
- 积分:1
-
MapReduce
linux下C语言实现的MapReduce算法的WordCount算法,可以统计一个文件夹下文件中单词出现的频率(WordCount algorithm of the C language implementation of the MapReduce algorithm under linux, statistics folder frequency word appears in the following file)
- 2020-06-30 02:20:01下载
- 积分:1
-
MysqlTest
可以实现太阳系八大星系,一个非常实用的代码(Eight Planets of the Sun)
- 2020-06-25 21:00:02下载
- 积分:1
-
读取ModBus,可以和各种系统集成,附有详细的说明。
C#写的案例,经过多个项目测试可用,读取ModBus协议,相关配置可以外部修改。
- 2022-09-14 00:20:03下载
- 积分:1
-
电子设计大赛风力摆源码,
上位机的设置:一:基本收发1:收码和发码格式均可设为HEX或者CHR。2:定时发送功能可以精确到毫秒,但是不能太快(发送为独占式,数据不发送完函数不会返回),如果上一帧数据还没发送完毕就发送下一帧数据会出错。3:请使用ft232串口芯片或支持高波特率的芯片,否则波特率无法设置过高。 二:高级收码1:收码显示为HEX格式。2:下位机发送自定义数据,格式为:0x88+FUN+LEN+DATA+SUM FUN可以是 0xA1到0xAA,共10个;LEN为DATA的长度(不包括0x88、FUN、LEN、SUM)。
- 2022-03-21 14:56:25下载
- 积分:1
-
ShortCut
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your ShortCut application.
- 2004-07-13 10:53:33下载
- 积分:1
-
comm_source11
Visual c++实践与提高——串口通信与工程应用篇10源代码(Visual c++ practice and improve- serial communication and project source code (Application) 10)
- 2011-10-02 21:01:16下载
- 积分:1