代码搜索结果
找到约 10,000 项符合
Smart Home 的代码
home.xpm
/* XPM */
static const char *home_xpm[] = {
/* width height ncolors chars_per_pixel */
"32 32 4 1",
/* colors */
"` c #000000",
"a c #FFFF00",
"b c None",
"c c #FF0000",
/* pixels */
"bbbbbbbbbbbbbbbb
home.m
function Home
clear;
unew=((rand*80-40)+(rand*80-40)*i)
r=zeros(19,1);
L=zeros(19,1);
a=4;
Y=C;
for j=1:19;
r(j)=abs(unew-Y(j));
shadow=normrnd(0,8);
L(j)=shadow-10*a*log10(r(j))
home.asv
function Home
r=zeros(19,1);
L=zeros(19,1);
a=4;
Y=C;
for j=1:19;
r(j)=abs(unew-Y(j));
shadow=normrnd(0,8);
L(j)=shadow-10*a*log10(r(j));
end
Lh=max(L);
[h,j]=find(L==Lh);
H=