-
S08例程:本程序是KB模块的例程,所用资源为单片机内部KBI模块,所接器件为按键和LED,其中D2与PTA0,D3与PTA1,S2与PTA2,D3与PTA3相
S08例程:本程序是KB模块的例程,所用资源为单片机内部KBI模块,所接器件为按键和LED,其中D2与PTA0,D3与PTA1,S2与PTA2,D3与PTA3相连接-S08 routines: This procedure is routine KB module, the resources used for the single-chip internal KBI module, the access device for the button and LED, of which D2 and PTA0, D3 and PTA1, S2 and PTA2, D3 and PTA3 connected
- 2023-06-28 14:45:04下载
- 积分:1
-
基于LPC2210的触摸屏驱动研究.PDF
基于LPC2210的触摸屏驱动研究.PDF-LPC2210-based touch-screen-driven research. PDF
- 2022-02-06 10:24:53下载
- 积分:1
-
利用AIC计算,辨识模型,计算模型的p、q和φ参数值,然后进行用ARMA模型预测
%第一步,通过差分来获得静态数据。利用积分进行还原。
%在线利用AIC计算,辨识模型,计算模型的p、q和φ参数值,然后进行预测
确定模型为ARMA(p,q),同时求自回归系数和移动平均系数
- 2022-02-10 17:14:49下载
- 积分:1
-
最新版IAR511下的AT91SAM7S64的PIO例程。
最新版IAR511下的AT91SAM7S64的PIO例程。-IAR511 under the latest version of the PIO routines AT91SAM7S64.
- 2022-08-25 01:11:10下载
- 积分:1
-
1的中断方式收发程序
本人编写的用mage8控制的无线模块SRWF-1的中断方式收发程序-I prepared mage8 control with a wireless module SRWF-1 transceiver interrupt the proceedings
- 2022-05-28 07:43:32下载
- 积分:1
-
This is the AVR
这是AVR的IO端口使用的代码,它可以通过数码管和LED灯指示IO口的电平变化,用ICCAVR开发-This is the AVR
- 2022-03-24 14:45:15下载
- 积分:1
-
这是菲利普公司USB主控芯片PDIUSBD12在C51上的源代码,数据传输部分,各位可以自己补齐,相信不难...
这是菲利普公司USB主控芯片PDIUSBD12在C51上的源代码,数据传输部分,各位可以自己补齐,相信不难-This is a Philips chip USB host PDIUSBD12 in the C51
- 2023-03-12 12:00:04下载
- 积分:1
-
jtag c 算法经典
压缩包 : jtag.rar 列表
ports.h
ports.c
micro.h
micro.c
lenval.h
lenval.c
J-TAG.Uv2
J-TAG.Opt
- 2022-06-20 00:01:30下载
- 积分:1
-
电子密码锁程序
//2013.10.05 电子密码锁的设计 要求如下:
//事先设置初始密码为910108,上电时数码管全为------,,按下S10开始输入6位密码
//如果输入的6位密码与预先设置的密码相同,则发光二极管全部亮,数码管显示GOOD;如果输入错误则蜂鸣器报警,并且8个LED发光二极管全部暗,数码管显示ERROR。
#include
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit beep=P2^3;
sbit p1_0=P1^0;
sbit p1_1=P1^1;
sbit p1_2=P1^2;
sbit p1_3=P1^3;
sbit p1_4=P1^4;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 09:54:39下载
- 积分:1
-
Name Function
Name Function
--- --- ---
Check_SST_39VF160 Check manufacturer and device ID
CFI_Query CFI Query Entry/Exit command sequence
Erase_Entire_Chip Erase the contents of the entire chip
Erase_One_Sector Erase a sector of 2048 word
Erase_One_Block Erase a block of 32K word
Program_One_Word Alter data in one word
Program_One_Sector Alter data in 2048 word sector
Program_One_Block Alter data in 32K word block
Check_Toggle_Ready End of internal program or erase detection using
Toggle bit
Check_Data_Polling End of internal program or erase detection using
Data# polling-Name Function
------------------
Check_SST_39VF160 Check manufacturer and device ID
CFI_Query CFI Query Entry/Exit command sequence
Erase_Entire_Chip Erase the contents of the entire chip
Erase_One_Sector Erase a sector of 2048 word
Erase_One_Block Erase a block of 32K word
Program_One_Word Alter data in one word
Program_One_Sector Alter data in 2048 word sector
Program_One_Block Alt
- 2022-08-24 19:42:20下载
- 积分:1