-
burns
该程序是发表在IEEE上的经典直线提取论文“Extracting Straight Lines”的源代码实现,对计算机视觉、模式识别和信息提取等领域的科学研究人员具有极其重要的参看意义。建议下载学习和适用。(The program is published in the IEEE paper on the classic straight-line extraction " Extracting Straight Lines" the source code implementation of computer vision, pattern recognition and information extraction and other areas of scientific researchers see an extremely important significance. Recommended to download to learn and to apply.)
- 2021-03-26 16:39:13下载
- 积分: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
-
Lecture7
数据结构中插入排序,堆栈排序等的用法还有希尔排序(Data structure insertion sort, stack, sort, etc. use well sorted Hill)
- 2011-07-27 15:31:31下载
- 积分:1
-
MODBUS 仿真_Proteus_51
51单片机多机modbus 主从通讯程序 Proteus仿真串口485。(51 microcontroller multimachine modbus main from the communication program procus simulation serial port 485.)
- 2020-12-30 12:59:00下载
- 积分:1
-
squares
opencv图像处理程序,关于squares提取算法C语言实现(opencv image-processing program, About squares extraction algorithm C language)
- 2012-11-04 12:06:13下载
- 积分:1
-
Blend
投影机边缘融合软件,可以仿真几何变换,羽化(Edgeblend simulation sofeware)
- 2020-10-13 14:57:31下载
- 积分:1
-
六自由度并联机器人控制界面开发
该软件主要包含运动学逆解、点位运动、直线插补、图形绘制、示教再现、机器人复位、机器人急停、回停机位等模块。“运动学逆解”的主要功能是对运动范围内的任意两点的位资进行运动学逆解,来算出两点对应的各个电机位置,并算出各个电机需要移动的脉冲数。
- 2022-08-10 21:54:12下载
- 积分:1
-
mrLpWcAxB
代码是用来实现向其他应用程序(记事本)中发送键盘消息的源码,一般,演示程序,很好用,罕见(The code is used to realize the source of keyboard messages sent to other applications (Notepad), generally, the demonstration program, well used, rare)
- 2013-01-12 11:15:16下载
- 积分:1
-
stm32 USART串口收发程序
* @file USART/Interrupt/stm32f10x_it.c
* @author MCD Application Team
* @version V3.5.0
* @date 08-April-2011
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler and peripherals
* interrupt service routine.
- 2023-03-27 05:35:04下载
- 积分:1
-
BLDC_28035
该源码实现了主控芯片DSP28035对BLDC实现闭环控制,程序中实现了串口功能。(The source code to achieve the master chip DSP28035 achieve BLDC closed-loop control, the program to achieve the serial port function.)
- 2020-11-19 11:39:37下载
- 积分:1