-
单片机
基于C51单片机的串行与并行数据转换程序,可用于制做数据传输工具。
有助于学习单片机原理,与数字信号读取过程和转换过程。
- 2022-06-30 02:02:31下载
- 积分:1
-
STM32F1的SPWM逆变器源码
#include "SPWM.h"
#include "led.h"
#include "usart.h"
u16 TimerPeriod = 7200;
u16 DutyFactor = 50;
void TIM_Int_Init(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;
NVIC_InitTypeDef NVIC_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA | RCC_APB2Periph_GPIOB, ENABLE);
RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4 | RCC_APB1Periph_TIM3,ENABLE); //时钟使能
/* GPIOA配置:通道PA.6和PA.7作为输出引脚*/
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_6 | GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF_PP;
&nbs
- 2022-07-26 17:50:34下载
- 积分:1
-
Qt入门案例源码
【实例简介】
- 2021-07-22 00:33:44下载
- 积分:1
-
thread的各种用法和实现
thread的用法示例,注释清晰明了,易于学习。
- 2023-05-20 15:55:03下载
- 积分:1
-
ajh
Keyboard code for the controller and processor
- 2012-08-24 18:24:11下载
- 积分:1
-
cb_pcb_1
充电盒程序 用pic16F1828做主芯片(charger box program)
- 2014-07-24 18:35:27下载
- 积分:1
-
基于红外和超声波的室内无线定位系统源代码
该代码是原创代码!参加过陕西省大学生电子设计大赛。开发平台是Keil uVision4,核心板是STC89C52,代码包含红外通信,步进电机控制,超声波测距以及三轴传感器采集方位子程序,共同实现方位采集和红外发射方位信息和超声波发射的功能!在接收端(即定位目标)可以根据收到的方位信息和超声波获取方位和距离信息,实现定位的目的。主要应用场景为仓库,存储室,地下停车场,楼道等!
- 2022-03-17 23:54:54下载
- 积分:1
-
Kalman
适合平衡小车使用。卡尔曼滤波,输入陀螺仪和角速度计的数据,得出角度。(It is suitable for balancing the use of a car. Calman filter, input the data of gyroscopes and angular velocity meters to get the angle.)
- 2018-02-27 20:43:28下载
- 积分:1
-
simelak
说明: 一个类似QQ的抽屉交果的程序,右击头像可以弹出快捷菜单修改属性,单击其它标签可以在各组之间切换,(A similar QQ drawer to the fruit of the program, right-click on the head image can be pop-up shortcut menu to modify properties, click on other labels to switch between groups,)
- 2018-12-22 04:01:57下载
- 积分:1
-
CEGUIDemo3
介绍CEGUI中所给的例子的的文档,很详细.(Introduce the samples in the CECUI,very detailed!)
- 2009-05-19 15:07:56下载
- 积分:1