#include <reg51.h> /*-------------------------------------------- 调用方式:自行I/O 口定义﹫2001/05/12 函数说明:私有函数,各接口定义 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA-- P1.2 sbit HD7279_KEY =P1^7 // HD7279_KEY-- P1.3 /*-------------------------------------------- 调用方式: HD7279A 各指令定义﹫2001/05/12 函数说明:私有函数,接口定义 --------------------------------------------* /#define HD7279_RESET 0xa4 //复位 #define HD7279_TEST 0xbf //测试 #define HD7279_RLC 0xa3 //循环左移 #define HD7279_RRC 0xa2 //循环右移 #define HD7279_RL 0xa1 //左移 #define HD7279_RR 0xa0 //右移 #define HD7279_DECODE0 0x80 //译码方式0 #define HD7279_DECODE1 0xc8 //译码方式1
上传时间: 2013-12-31
上传用户:三人用菜
a good book for c++ beginner. I finish it in 2 days, and the door to c++ world was opened by it. Enjot programming.
标签: beginner finish opened world
上传时间: 2014-01-12
上传用户:lxm
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i<ms i++) { for(j=0 j<200 j++) for(j=0 j<102 j++) } }
标签: unsigned short delay_ms include
上传时间: 2016-03-30
上传用户:cuibaigao
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard.
标签: encryption X-Crypter algorithm encrypts
上传时间: 2013-12-20
上传用户:xc216
computer that is good for you i think
上传时间: 2016-04-01
上传用户:yimoney
C针对模式识别问题H描述了支持向量机的基本思想H着重讨论了OD=?PI最小二乘=?PI加权=?P 和直接 =?P 等新的支持向量机方法H用于降低训练时间和减少计算复杂性的海量样本数据训练算法分块法I分解法H提 高泛化能力的模型选择方法H以及逐一鉴别法I一一区分法IPD., 分类法I一次性求解等多类别分类方法@最后给 出了污水生化处理过程运行状态监控的多类别分类实例@作为结构风险最小化准则的具体实现H支持向量机具有 全局最优性和较好的泛化能力
上传时间: 2014-01-15
上传用户:Ants
what should I say, but I have no choices
上传时间: 2014-01-26
上传用户:sardinescn
I/O Buffer Information Specification (IBIS) models for AT91SAM7X and AT91SAM7XC products.
标签: SAM7 Specification Information SAM
上传时间: 2016-04-03
上传用户:米卡
普通I/O口模拟串口的 51汇编原程序代码!
上传时间: 2013-12-18
上传用户:lindor
Pseudo Driver Test Demo I/O control
标签: control Pseudo Driver Demo
上传时间: 2016-04-06
上传用户:思琦琦