-
lcm display code
lcm显示代码.用于1602的液晶原代码.测试已经通过.-lcm display code
- 2022-04-19 22:00:34下载
- 积分:1
-
数字滤波器的FPGA实现,verilogHDL
数字滤波器的FPGA实现,verilogHDL-Digital Filter FPGA, verilogHDL
- 2022-11-21 15:25:04下载
- 积分:1
-
uC/OS
uC/OS-II在EP7312微处理器的移植源程序-Phone/OS-II in the EP7312 microprocessor transplant program
- 2022-05-12 10:38:09下载
- 积分:1
-
sliicon实验室C8051F系列单片机代码编写者
Slicon Lab C8051F系列单片机代码编写器
- 2023-07-03 21:15:03下载
- 积分:1
-
PIC SINGLE-CHIP KEYSTROKE TEST
包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
- 2023-06-16 10:20:04下载
- 积分:1
-
基于arma模型预测未来股票价格,并选择最优组合方案
基于arma模型,根据历史数据预测未来七天股票价格,并选择七天的每日最优组合方案
- 2022-07-21 09:54:54下载
- 积分:1
-
矩阵键盘检测
天祥51单片机入门教程 入门源程序 流水灯 c语言 矩阵键盘检测 配套源代码
- 2022-04-14 17:46:35下载
- 积分:1
-
24c02 通用子模块源代码,不好用你找我。
24c02 通用子模块源代码,不好用你找我。-24C02 generic module source code, not with you to find me.
- 2023-05-03 11:35:03下载
- 积分:1
-
ARM资料 Huihoo.org
ARM资料 Huihoo.org - Linux源代码目录树结构-information Huihoo.org ARM-Linux source code directory tree structure
- 2022-03-10 11:31:10下载
- 积分:1
-
This document can be considered as a supplement to the already existing Applicat...
This document can be considered as a supplement to the already existing Application
note AN10302 “Using the Philips LPC2000 Flash Utility”, which is provided in the same
zip file. The Application note covers the following topics:-This document can be considered as a supplement to the already existing Application note AN10302 "Using the Philips LPC2000 Flash Utility", which is provided in the same zip file. The Application note covers the following topics :
- 2023-01-02 14:35:05下载
- 积分:1