-
G2553serial
MSP430G2553串口工程代码 已经调试成功(MSP430G2553 serial debugging code has been successfully engineering)
- 2015-01-21 18:31:27下载
- 积分:1
-
1.RC522_PC
RFID通讯实验,实现IC卡与电脑进行通讯的例程代码,帮助新手进行学习(The experiment of RFID communication realizes the routine code of communication between IC card and computer, and helps novice to learn.)
- 2020-06-18 23:00:02下载
- 积分: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
-
功能概要:构件化理解PWM编程
功能概要:构件化理解PWM编程
版本更新: 2012-10-12 V1.0
2013-02-02 V2.0
2014-04-16 V2.2
硬件说明:PORTB19=红灯;PORTB18= 绿灯;PORTB9= 兰灯;
1. 工程概述
(1)本工程为KL25微控制器无操作系统应用工程,PWM样例程序
(2)使用串口与外界通信,使用串口1,波特率为9600,1位停止位,无校验
2. 软件环境
(1)CodeWarrior v10.2/v10.3/10.5
3. 硬件环境
(1)KL25 SD13-01 EVB板
(2)兰灯对应引脚为PTB9
(3)串口发送引脚为PTE0,接收引脚为PTE1
4. 实验现象
(1)程序启动时串口发送Hello PWM!,同时兰灯闪烁。
(2)C1(0模块0通道),C2(0模块1通道)引脚输出周期为100us的方波。
- 2022-09-19 16:45:03下载
- 积分:1
-
模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制...
模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimization problems, the internal energy E is modeled as the objective function value f, temperature T evolved into control parameter t, that is to be solutions of combinatorial optimization problems simulated annealing algorithm: from the initial solution i and control the parameters of the initial value t begin to repeat the current solution, " to generate new solutions of differential → → calculation of the objective function to accept or give up," iteration, and gradually decay t values, the algorithm is terminated shall be derived from the current approximate solution of the optimal solution
- 2022-02-20 05:04:22下载
- 积分:1
-
program in C# using OleDb category connect to the database, creating tables and...
程序实现了在C#中用OleDb类连接数据库,创建表等各种基本的数据库操作,可以给C#学习使用者提供简单的例子,用代码连接的方式实现数据库连接,数据库操作,操作数据库的时候更加灵活自如。有利于数据库连接的更改变动。-program in C# using OleDb category connect to the database, creating tables and other basic database operations can learn to C# users with a simple example. connecting with the code database connectivity, database, operation of the database is more flexible. Database Connection to the changes in the changes.
- 2022-09-05 06:15:02下载
- 积分:1
-
studentSnopt
matlab snopt 学生版,求解大规模非线性规划问题(matlab snopt Student Edition, for solving large-scale nonlinear programming problem)
- 2014-09-13 22:13:46下载
- 积分:1
-
MSP430AFE253
这是用MSP430AFE253单片机开发的,用于测量电流,电压,功率,功率因素等的程序。精度高。开发工具是IAR_EW_MSP430_5502,全部是C语言开发。(This is MSP430AFE253 microcontroller development, the program used to measure current, voltage, power, power factor and the like. High accuracy. Development tools are IAR_EW_MSP430_5502, all C-language development.)
- 2020-11-13 17:39:42下载
- 积分:1
-
SuperManager
说明: C#+MVVM实现进销存管理系统,具有实用价值。(C+MVVM realizes the purchase, sale and inventory management system, which has practical value.)
- 2020-06-16 07:00:01下载
- 积分:1
-
catch
用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载!!(Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !)
- 2009-05-16 11:56:39下载
- 积分:1