代码搜索:协方差矩阵
找到约 10,000 项符合「协方差矩阵」的源代码
代码结果 10,000
www.eeworm.com/read/27453/983564
lst 矩阵式键盘.lst
C51 COMPILER V8.05a __阵式键盘 08/03/2011 20:04:50 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE __阵式键盘
OBJECT MODULE PLACED IN 矩阵式
www.eeworm.com/read/27453/983565
obj 矩阵式键盘.obj
www.eeworm.com/read/27453/983567
opt 矩阵式键盘.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/27453/983570
hex 矩阵式键盘.hex
:10018D003F065B4F666D7D077F6F777C395E7971BA
:01019D000061
:040152007F057E00A7
:10015600D3EF9400EE940040147D6E7C00ED1D708C
:0D016600011CED4C70F7EF1F70E61E80E3EA
:010173002269
:10017400750911D2A6E
www.eeworm.com/read/27453/983574
矩阵式键盘2
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit key1=P3^4;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6
www.eeworm.com/read/27652/987460
100828082448 矩阵键盘.c.100828082448
#include
#include
#define uchar unsigned char
#define uint unsigned int
#pragma data:code
const table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d, 0x07,
0x7f,0x
www.eeworm.com/read/28525/999909