-
12864xianshidonghua
基于STC89C52单片机的12864动画显示程序,有详细的代码。(STC89C52 12864 based animation program, a detailed code.)
- 2013-06-20 15:19:15下载
- 积分:1
-
dinwei
车牌识别系统,对车牌进行初定位,分割,字符进行识别,处理,提取(License Plate Recognition system, the beginning of the plate for positioning, segmentation, character recognition, processing, extraction)
- 2020-07-03 22:40:02下载
- 积分:1
-
MFC框架多文档的Tab视图
转载的用Visual Studio C++6.0开发的多文档视图,视图以tab的形式创建,实现了基于多文档的tab视图结构示例
- 2023-03-28 23:55:03下载
- 积分:1
-
tiff_process
它可以实现16位灰度tiff格式的灰度像素提取出来,并输出该数据到excel表(It can achieve 16-bit grayscale tiff format grayscale pixel extracted, and outputs the data to excel table)
- 2016-04-02 12:50:26下载
- 积分:1
-
C_function_seeking
学习C的常用工具书,里面包含了常用的函数,您一定用的着的!,希望对您有所帮助!(if you want to study C language well ,you should use this book to help you!)
- 2009-12-21 17:01:37下载
- 积分:1
-
array_min
将一个数组合并一个数,并输出最小数,要考虑越界(An array of the merger of a number, and the minimum number of outputs, to consider cross-border)
- 2015-03-20 22:03:19下载
- 积分: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
-
ProteusandAVR
采用protus软件环境对单片机程序进行仿真,不用买开发板就可以(Software environment using protus procedures for microcontroller simulation, you can not buy a development board)
- 2011-11-26 18:14:22下载
- 积分:1
-
Light-water
电协开发板 C51单片机程序,用于实现单片机的流水灯输出(Electric Association C51 microcontroller development board procedures for the realization of single-chip light water output)
- 2013-10-27 11:07:48下载
- 积分:1
-
Li-Yi-Wei-Texture-Synthesis
基于样本的纹理合成加速方法,MRF,基于Li-Yi Wei的论文。(Acceleration method based on texture synthesis samples, MRF, based on Li-Yi Wei of paper.)
- 2021-03-11 15:09:25下载
- 积分:1