-
linux kernel
linux kernel
- 2022-07-15 13:50:02下载
- 积分:1
-
使用ARMA,AR,MA模型,以及系统性的周期图法估计
利用ARMA、AR、MA模型,以及周期图等进行系统参数估计-The use of ARMA, AR, MA model, as well as the periodogram estimation of system parameters such as
- 2022-06-17 10:17:46下载
- 积分: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
-
IAR511 latest AT91SAM7S64 under the routine use of the ADC
最新的IAR511下的AT91SAM7S64的ADC使用例程-IAR511 latest AT91SAM7S64 under the routine use of the ADC
- 2023-05-17 07:05:03下载
- 积分:1
-
ARM development board schematics, ARM introduced the basic hardware test platfor...
ARM开发板电路图,介绍了ARM试验平台的基本硬件连接-ARM development board schematics, ARM introduced the basic hardware test platform to connect
- 2023-05-30 04:15:04下载
- 积分:1
-
colilo,COLDFIRE MCF5282的bootloader
colilo,COLDFIRE MCF5282的bootloader-colilo, COLDFIRE MCF5282 the bootloader
- 2022-03-25 02:59:37下载
- 积分:1
-
这是一个豆浆机控制程序,有各种功能,提供大家参考
这是一个豆浆机控制程序,有各种功能,提供大家参考-This is a soybean milk machine control program, there are a variety of functions, to provide our reference
- 2022-04-23 14:55:05下载
- 积分:1
-
Based on the LPC2300 microcontroller series Lwip source, ADS development environ...
基于LPC2300系列单片机的Lwip源码,ADS开发环境-Based on the LPC2300 microcontroller series Lwip source, ADS development environment
- 2022-07-09 19:07:18下载
- 积分:1
-
STM32 development board example: ucOS. Development Environment: Keil For ARM
STM32 开发板例子:ucOS.
开发环境:Keil For ARM-STM32 development board example: ucOS. Development Environment: Keil For ARM
- 2022-02-22 08:19:11下载
- 积分:1
-
单片机C语言100例源代码基于PIC
单片机C语言100例源代码基于PIC单片机C语言100例源代码基于PIC单片机C语言100例源代码基于PIC单片机C语言100例源代码基于PIC
- 2022-02-28 13:37:22下载
- 积分:1