代码搜索:COMPOUND
找到约 908 项符合「COMPOUND」的源代码
代码结果 908
www.eeworm.com/read/362897/9977282
m chap3_4.m
clear all;
close all;
A=[0.8,0.7;
0.5,0.3];
B=[0.2,0.4;
0.6,0.9];
%Compound of A and B
for i=1:2
for j=1:2
AB(i,j)=max(min(A(i,:),B(:,j)'))
end
end
%Compound of B and A
www.eeworm.com/read/362924/7139044
m chap3_4.m
clear all;
close all;
A=[0.8,0.7;
0.5,0.3];
B=[0.2,0.4;
0.6,0.9];
%Compound of A and B
for i=1:2
for j=1:2
AB(i,j)=max(min(A(i,:),B(:,j)'))
end
end
%Compound of B and A
www.eeworm.com/read/457218/7332237
m chap3_4.m
clear all;
close all;
A=[0.8,0.7;
0.5,0.3];
B=[0.2,0.4;
0.6,0.9];
%Compound of A and B
for i=1:2
for j=1:2
AB(i,j)=max(min(A(i,:),B(:,j)'))
end
end
%Compound of B and A
www.eeworm.com/read/320820/13417663
m chap3_4.m
clear all;
close all;
A=[0.8,0.7;
0.5,0.3];
B=[0.2,0.4;
0.6,0.9];
%Compound of A and B
for i=1:2
for j=1:2
AB(i,j)=max(min(A(i,:),B(:,j)'))
end
end
%Compound of B and A
www.eeworm.com/read/227048/14442482
m chap3_4.m
clear all;
close all;
A=[0.8,0.7;
0.5,0.3];
B=[0.2,0.4;
0.6,0.9];
%Compound of A and B
for i=1:2
for j=1:2
AB(i,j)=max(min(A(i,:),B(:,j)'))
end
end
%Compound of B and A
www.eeworm.com/read/162614/5534127
java compoundcontrol.java
/* Control consisting of several other controls
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/o
www.eeworm.com/read/162519/5543659
java compoundcontrol.java
/* Control consisting of several other controls
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/o
www.eeworm.com/read/203230/15363787
m chap3_4.m
clear all;
close all;
A=[0.8,0.7;
0.5,0.3];
B=[0.2,0.4;
0.6,0.9];
%Compound of A and B
for i=1:2
for j=1:2
AB(i,j)=max(min(A(i,:),B(:,j)'))
end
end
%Compound of B and A
www.eeworm.com/read/225029/14557383
h rtcp-packet.h
/*
Gnome-o-Phone - A program for internet telephony
Copyright (C) 1999 Roland Dreier
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gene
www.eeworm.com/read/127767/14337253
txt e875. creating a compound border.txt
// border1 is around border2
Border newBorder = BorderFactory.createCompoundBorder(border1, border2);
component.setBorder(newBorder);