-
LCM12864
12864液晶屏幕,并口方式,反白,字符显示,图片显示(12864 LCD screen, parallel mode, highlight, character display, image display)
- 2012-07-10 19:15:04下载
- 积分:1
-
PIC8单片机ADC应用
#include
volatile unsigned char adresult;
void ADC_Sample(unsigned char adch);
void DelayXms(unsigned char x);
#define _DEBUG //调试程序用
/**********************************************************
函数名称:AD_Sample
函数功能:AD检测
入口参数:adch - 检测通道
出口参数:无
备 注:采样通道需自行设置为模拟口
采样10次,取中间八次的平均值为采样结果存于adresult中
**********************************************************/
void ADC_Sample(unsigned char adch)
{
static unsigned int adsum = 0;
static unsigned char admin = 0,admax = 0;
static unsigned char adtimes = 0;
ADCON1 = 0; //左对齐
ADCON0 = 0X41 | (adch
- 2022-01-25 15:00:46下载
- 积分:1
-
Timer_demo
使用单独线程实现的计时器(The example of implementing times using single thread)
- 2020-10-13 18:17:31下载
- 积分:1
-
用C++拼接两幅BMP成一个BMP图片,
用C++拼接两幅BMP图成为一个图像,并进行特效显示和保存
- 2022-01-22 14:40:22下载
- 积分:1
-
这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi...
这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth core programming, we hope to help the development environment is delphi
- 2022-06-12 18:24:25下载
- 积分:1
-
占空比可调 PWM输出
说明: 可以改变占空比的 pwm输出 可一通过改变主函数里的 两个数值来改变pwm占空比(Duty cycle adjustable PWM output)
- 2020-06-18 14:20:01下载
- 积分:1
-
sayisallotoarray
Csharp source code with application
- 2009-04-28 04:56:47下载
- 积分:1
-
ZrchitectureGSMversion
GSM的架构说明,PPT,英文版,大学讲稿(GSM Architecture description, English version, university lecture notes)
- 2018-09-22 03:08:40下载
- 积分:1
-
外部事件记录仪(C语言编程、简单易懂、适宜初学者)
用C语言编写的外部事件记录仪,简单易懂
- 2022-07-06 18:18:02下载
- 积分:1
-
艾小屋--用opencv主跟踪—
该程序是用C++编程语言。
- 2022-10-15 20:20:02下载
- 积分:1