代码搜索结果
找到约 7,271 项符合
MSP430 的代码
msp430的des算法子程序.txt
#include // Standard Equations
#include
/* INITIALIZE THE TABLES */
/* Table - s1 */
const unsigned char s1[4][16] = {
14, 4, 13, 1, 2, 15, 11, 8, 3,
关于msp430的简单计算器程序.txt
#include
char speed=1;
char key_val;
char yunsuanfu ;
char fuhao=1;
unsigned char key_Map[12]={1,2,3,10,4,5,6,0,7,8,9,11};
#define LED_IN_USE 6
/**************************