代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/486519/6534556
mcw matrix keyboard.mcw
www.eeworm.com/read/486519/6534557
map matrix keyboard.map
HI-TECH Software PICC Compiler V8.05PL2
Linker command line:
-z -MMatrix keyboard.map -ol.obj \
-ppowerup=00h,intentry=04h,intcode,intret,init,init23,end_init,clrtext,stringtable,pstrings,str
www.eeworm.com/read/486519/6534558
mcs matrix keyboard.mcs
[Header]
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[File000]
Location=E:\study\PIC\Matrix keyboard\main.cce
Folder=Intermediary
[File001]
Location=E:\study\PIC\Matrix keybo
www.eeworm.com/read/484889/6575913
m matrix_singular.m
% matrix_singular.m
% 求解非奇异线性方程组的解
A=[1 3 7;-1 4 4;1 10 18];
y=[6;4;15];
% 方法一:通过矩阵左除来求解线性方程组的解
x_1=A\y;
% 方法二:判断A的条件数,A的秩以及增广矩阵【A y】的秩
det_A=det(A)
rank_A=rank(A)
rank_Ay=rank([A y])
cond_A
www.eeworm.com/read/484889/6575918
m determinant_matrix.m
% determinant_matrix.m
% 数值矩阵的行列式
for i=1:3
A=magic(i+2);
a(i)=det(A);
disp('矩阵:');
disp(A);
disp('矩阵的行列式:');
disp(a(i));
end
% 符号矩阵的行列式
disp('符号矩阵的行列式')
syms t;
B=[cos(-t),sin(t);-sin(t+
www.eeworm.com/read/484525/6579180
plg button_matrix.plg
礦ision3 Build Log
Project:
E:\Vidieukhien\MCS51\Document\Blackmoon\8051\Chuong trinh mau\Ma tran phim\Button_Matrix.uv2
Project File Date: 04/19/2009
www.eeworm.com/read/484525/6579186
opt button_matrix.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/484525/6579187
hex button_matrix.hex
:0A019200C0F9A4B0999282F88090A1
:03019C0001080057
:10015300E4FDFCC3ED9FEC9E5015E4FBFA0BBB00E2
:0F016300010AEB64644A70F50DBD00010C80E4E5
:01017200226A
:10017300EF90019293F580C2937F017E00120153A9