Location:
Search - db6
Search list
Description: KS0070(44780) 16x2 字符液晶屏驱动演示程序总线方式。
连接线图:
DB0--P0.0 DB4--P0.4 RW--P2.0
DB1--P0.1 DB5--P0.5 RC--P2.1
DB2--P0.2 DB6--P0.6
E--P2.7 =>74ls00+wr+rd
DB3--P0.3 DB7--P0.7 VLCD接1K2电阻到GND
[注]:AT89C51的晶振频率为12MHz-KS0070 (44,780) 16x2 character LCD driver means Bus Demonstration Program. Link map : DB0 -- P0.0 DB4 -- P0.4 RW -- P2.0 DB1 -- P0.1 structural constraint exerted -- P0.5 RC -- P2.1 DB2 -- P0.2 2200 -- Encl E -- P2.7 =
Platform: |
Size: 1823 |
Author: wfl |
Hits:
Description: 1602lcm字符液晶屏驱动演示程序,连接线图: LCM-------51 LCM-------51 LCM--------51
DB0-----P0.0 DB4-----P0.4 RS-------P2.0
DB1-----P0.1 DB5-----P0.5 RW-------P2.1
DB2-----P0.2 DB6-----P0.6 E--------P2.7
DB3-----P0.3 DB7-----P0.7 VLCD接1K2电阻到GND
[注]:AT89C51的晶振频率为12MHz-1602lcm character LCD Driver demo program, link map : LCM LCM ------- 51 ------- 51 -------- 51 DB0 LCM P0 .0 DB4 ----- ----- ------- P2.0 P0.4 RS DB1 --- -- P0 .1 DB5 P 0.5 RW ----- ------- ----- P P2.1 DB2 Encl 0.2 DB6 E ----- -------- ----- P0.3 P2.7 DB3 DB7 ----- P0.7 VLCD access 1K2 resistance to GND [Note] : AT89C51 oscillator frequency of 12 MHz
Platform: |
Size: 208259 |
Author: liner |
Hits:
Description: 这是一个C51写的程序,采用Keil C51 编译开发.是16*2字符液晶屏驱动程序.硬件连线:DB0-->P0.0 DB1-->P0.1 DB2-->P0.2 DB3-->P0.3 DB4-->P0.4 DB5-->P0.5 DB6-->P0.6 DB7-->P0.7 RS-->P2.0 RW-->P2.1 E-->P2.7 VLCD接1K2的电阻到CND。-This is a C51 written procedures, using Keil C51 compiler development. 16 * 2 character LCD driver. Hardware Alliance : DB0
Platform: |
Size: 4375 |
Author: 邓力 |
Hits:
Description: SMC1602A(16*2)模拟口线接线方式
连接线图:
---------------------------------------------------
|LCM-----51 | LCM-----51 | LCM------51 |
--------------------------------------------------|
|DB0-----P0.0 | DB4-----P0.4 | RW-------P2.5 |
|DB1-----P0.1 | DB5-----P0.5 | RS-------P2.6 |
|DB2-----P0.2 | DB6-----P0.6 | E--------P2.7 |
|DB3-----P0.3 | DB7-----P0.7 | VLCD接1K电阻到GND|
---------------------------------------------------
Keyboard接线
PS/2--------51
1 DATA------P3.4
3 GND
4 VCC
5 CLK-------P3.3 接在51的外部中断,触发方式为低电平
本程序源码只供学习参考,不得应用于商业用途,如有需要请联系作者。
Platform: |
Size: 3062 |
Author: linyuande |
Hits:
Description: 局部放电试验所采集的信号中往往混有白噪声、周期干扰信号去除。此处采用常用db系列小波中的db6小波进行9尺度的多分辨分解后,根据白噪声能量特性,估算各尺度的阈值大小,采用硬值进行处理,后进行重构。
Platform: |
Size: 33880 |
Author: rex |
Hits:
Description: 汉字液晶子程 液晶屏分为4行*12列汉字,全部使用模拟接口方式。 TGLCMLIMIT64A接口程序(模拟方式)
连线图:
*LCM---89C52* *LCM---89C52* *LCM-------89C52* *LCM----------89C52* *
*DB0---P0.0* *DB4---P0.4* *D/I-------P2.6* *CS1----------P2.4* *
*DB1---P0.1* *DB5---P0.5* *R/W-------P2.7* *CS2----------P2.5* *
*DB2---P0.2* *DB6---P0.6* *RST--------VCC* *CS3----------P3.2* *
*DB3---P0.3* *DB7---P0.7* *E---------P2.3* 注:89C52的晶振频率为12MHz
Platform: |
Size: 6477 |
Author: ljhy |
Hits:
Description: TG19264A接口程序(AVR模拟方式)
连线图
连线图:
LCM------S8515* *LCM----S8515* *LCM-------S8515* *LCM------S8515* *
*DB0-------PA0* *DB4-----PA4* *D/I--------PC6* *CS1-------PC5* *
*DB1-------PA1* *DB5-----PA5* *R/W--------PC7* *CS2-------PC4* *
*DB2-------PA2* *DB6-----PA6* */RST-------VCC* *CS3-------PD2* *
*DB3-------PA3* *DB7-----PA7* *E----------PC3* *
注:AT90S8515的晶振频率为8MHz
Platform: |
Size: 6858 |
Author: ljhy |
Hits:
Description: rt12864m样例程序,管脚号 管脚名称 电平 管脚功能描述
1 VSS 0V 电源地
2 VCC +5V 电源正
3 V0 - 对比度(亮度)调整
4 RS(CS) H/L RS=\"H\",表示DB7--DB0为显示数据
4 RS(CS) H/L RS=\"L\",表示DB7--DB0为显示指令数据
5 R/W(SID) H/L R/W=\"H\",E=\"H\",数据被读到DB7--DB0
5 R/W(SID) H/L R/W=\"L\",E=\"H→L\", DB7--DB0的数据被写到IR或DR
6 E(SCLK) H/L 使能信号
7 DB0 H/L 三态数据线
8 DB1 H/L 三态数据线
9 DB2 H/L 三态数据线
10 DB3 H/L 三态数据线
11 DB4 H/L 三态数据线
12 DB5 H/L 三态数据线
13 DB6 H/L 三态数据线
14 DB7 H/L 三态数据线
15 PSB H/L H:8位或4位并口方式,L:串口方式(见注释1)
16 NC - 空脚
17 /RESET H/L 复位端,低电平有效(见注释2)
18 VOUT - LCD驱动电压输出端
19 A VDD 背光源正端(+5V)(见注释3)
20 K VSS 背光源负端(见注释3)
Platform: |
Size: 21447 |
Author: 白水 |
Hits:
Description: 液晶显示和PS/2键盘的示例接线说明如下
---------------------------------------------------
|LCM-----51 | LCM-----51 | LCM------51 |
--------------------------------------------------|
|DB0-----P1.0 | DB4-----P1.4 | RW-------P2.1 |
|DB1-----P1.1 | DB5-----P1.5 | RS-------P2.0 |
|DB2-----P1.2 | DB6-----P1.6 | E--------P2.2 |
|DB3-----P1.3 | DB7-----P1.7 | VLCD接1K电阻到GND|
Platform: |
Size: 2871 |
Author: shanzao |
Hits:
Description: 噪声环境下的予以增强程序,用小波函数 db6 对信号进行3层分解
Platform: |
Size: 789 |
Author: zl |
Hits:
Description: DS18B20+液晶1602构成的高精度温度计 ;连线图: ; DB0---DPROT.0 DB4---DPROT.4 RS-------------P1.2 ; DB1---DPROT.1 DB5---DPROT.5 RW-------------P1.3 ; DB2---DPROT.2 DB6---DPROT.6 E--------------P1.4 ; DB3---DPROT.3 DB7---DPROT.7 VLCD接10K可调电阻到GND* DQ----P1.1 ;功能说明:1602液晶显示温度程序,正负温度自动转换。 温度测量范围:-55℃~125℃; 温度测量精度:0.0625℃ 显示精度: 0.0625 #include "reg52.h"//头文件 #include "intrins.h" #define uchar unsigned char//宏定义 #define uint unsigned int//宏定义
Platform: |
Size: 72704 |
Author: klovesq |
Hits:
Description: KS0070(44780) 16x2 字符液晶屏驱动演示程序总线方式。
连接线图:
DB0--P0.0 DB4--P0.4 RW--P2.0
DB1--P0.1 DB5--P0.5 RC--P2.1
DB2--P0.2 DB6--P0.6
E--P2.7 =>74ls00+wr+rd
DB3--P0.3 DB7--P0.7 VLCD接1K2电阻到GND
[注]:AT89C51的晶振频率为12MHz-KS0070 (44,780) 16x2 character LCD driver means Bus Demonstration Program. Link map : DB0-- P0.0 DB4-- P0.4 RW-- P2.0 DB1-- P0.1 structural constraint exerted-- P0.5 RC-- P2.1 DB2-- P0.2 2200-- Encl E-- P2.7 =
Platform: |
Size: 1024 |
Author: wfl |
Hits:
Description: 1602lcm字符液晶屏驱动演示程序,连接线图: LCM-------51 LCM-------51 LCM--------51
DB0-----P0.0 DB4-----P0.4 RS-------P2.0
DB1-----P0.1 DB5-----P0.5 RW-------P2.1
DB2-----P0.2 DB6-----P0.6 E--------P2.7
DB3-----P0.3 DB7-----P0.7 VLCD接1K2电阻到GND
[注]:AT89C51的晶振频率为12MHz-1602lcm character LCD Driver demo program, link map : LCM LCM------- 51------- 51-------- 51 DB0 LCM P0 .0 DB4----------------- P2.0 P0.4 RS DB1----- P0 .1 DB5 P 0.5 RW----------------- P P2.1 DB2 Encl 0.2 DB6 E------------------ P0.3 P2.7 DB3 DB7----- P0.7 VLCD access 1K2 resistance to GND [Note] : AT89C51 oscillator frequency of 12 MHz
Platform: |
Size: 207872 |
Author: liner |
Hits:
Description: 这是一个C51写的程序,采用Keil C51 编译开发.是16*2字符液晶屏驱动程序.硬件连线:DB0-->P0.0 DB1-->P0.1 DB2-->P0.2 DB3-->P0.3 DB4-->P0.4 DB5-->P0.5 DB6-->P0.6 DB7-->P0.7 RS-->P2.0 RW-->P2.1 E-->P2.7 VLCD接1K2的电阻到CND。-This is a C51 written procedures, using Keil C51 compiler development. 16* 2 character LCD driver. Hardware Alliance : DB0
Platform: |
Size: 4096 |
Author: 邓力 |
Hits:
Description: 噪声环境下的予以增强程序,用小波函数 db6 对信号进行3层分解-Noise environment to be enhanced procedures DB6 wavelet function with the signal 3-layer decomposition
Platform: |
Size: 1024 |
Author: zl |
Hits:
Description: 实现db6小波提升变换,对信号进行5层分解和重构。另外被屏蔽的部分为离散小波变换。-Enhance the realization of wavelet transform db6, 5 layers of signal decomposition and reconstruction. In addition to being part of shielding DWT.
Platform: |
Size: 1024 |
Author: 雷宾 |
Hits:
Description: 源码: 一维离散小波变换, 分解和重构, db6 小波,
基波可以随意更改, 尺度函数也可随意更改,
附上 matlab 教程-Discrete Wavelet transformation
Platform: |
Size: 486400 |
Author: Neo |
Hits:
Description: db6小波分解upcoef重构与wrcoef重构的对比,可换成任意输入-db6 decomposition upcoef reconstruction compared with wrcoef reconstruction can be replaced by any input
Platform: |
Size: 2048 |
Author: Gina |
Hits:
Description: db6 wavelet lifting transform-Achieve db6 wavelet lifting transform for signal decomposition and reconstruction of five. Another masked part of the discrete wavelet transform
Platform: |
Size: 1024 |
Author: alanalyl |
Hits:
Description: 利用小波理论,基于db6小波基,小波信号分解。-Using the wavelet theory, signal wavelet decomposition, based on db6 wavelet.The program can run.
Platform: |
Size: 360448 |
Author: 小伟 |
Hits: