-
16dianzhen
16X16的LED点阵屏,显示XX生日快乐,开心每一天,笑脸。绝对原创。程序稍作改动,可以形成符合自己要求的显示结果。(16X16 of LED dot matrix screen display XX happy birthday, happy every day , smile . Absolutely original. Programs minor modifications , can be formed to display the results in line with their requirements .)
- 2015-04-02 10:57:08下载
- 积分:1
-
nec_bldc_ver1_IDC_FD_whole_07911
说明: 启航电动自行车控制器软件,已经量产。用于替换晶汇控制器。(BLDC controller for elec-bike)
- 2019-01-19 21:16:31下载
- 积分:1
-
基于STM32F107串口转以太网的传输例程
基于STM32F107的串口转以太网的例程,可以直接应用于实际项目中,采用LWIP实现
- 2022-03-16 11:51:36下载
- 积分:1
-
Source
一个倒车雷达的程序
使用的是AVR单片机。
在include.h文件里面定义
#define CPU_F 4 //4MHZ 定义外晶振的频率
#define GOOD //40KHZ更准确
#define DIS150CM //若定义了,1.5M有效,没有定义就是2.5M有效
#define DEBUG //若定义了,则是调试模式debug , 没定义就是release模式
(Include.h document in which the definition of# define CPU_F 4// 4MHZ definition of the frequency of oscillator# define GOOD// 40KHZ more accurate# define DIS150CM// if defined, 1.5M effective, efficient 2.5M is not defined# define DEBUG// If defined, it is debug mode debug, not release model is defined as)
- 2009-05-03 17:45:15下载
- 积分:1
-
LaserMachine
激光切割上位机源码,生成NC刀路,不含NC扩展插件。(Laser cutting the host computer source code, generate NC knife road)
- 2021-02-18 12:09:45下载
- 积分:1
-
串口空闲中断DMA接收
串口空闲中断DMA接收数据,可以实现串口不定长数据的接收,并给CPU减轻一定负担。
- 2022-02-05 14:51:45下载
- 积分:1
-
lsm6dsl
lsm6dsl基于stm32f407的开发,详细代码,
/* Includes ------------------------------------------------------------------*/
#include "lsm6dsl.h"
#include "spi.h"
#include "usart.h"
#include "delay.h"
#include
//³õʼ»¯LSM6DSLµÄIO¿Ú
void LSM6DSL_Init(void)
{
uint8_t Device_ID;
GPIO_InitTypeDef GPIO_InitStructure;
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);//ʹÄÜGPIOGʱÖÓ
//GPIOI7ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_100MHz;//100MHz
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;
GPIO_Init(GPIOG, &GPIO_InitStructure);//³õʼ»¯PG7
LSM6DSL_SPI_Init();
- 2022-02-16 01:20:43下载
- 积分:1
-
谭浩强C++上机指导完整源代码
谭浩强C++上机指导完整源代码,适合初级入门用户,可以直接运行,也可下载下来查阅,代码注释较为详细。
- 2022-08-10 16:39:27下载
- 积分:1
-
qt 实现的故障树
qt 实现的故障树 void FaultTree::calcPosition(){ int maxLayer = 0; //获取最大层数 for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() > maxLayer) maxLayer = m_list.at(index)->layer(); } //计算最大宽度 int maxWidth = 0, count; for (int layer = 1; layer < maxLayer+1; ++layer) { count = 0; for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() == layer) count++; } if (count > m
- 2022-08-26 04:01:10下载
- 积分:1
-
TCP
说明: TCP服务器和客户端C++类,提供简单的TCP通讯功能(TCP server and client c + + class, provide simple TCP communication function)
- 2021-03-06 21:37:18下载
- 积分:1