代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/386253/8759843
m q.m
function [res] = Q(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement Q(x,y).
res = 1;
www.eeworm.com/read/386253/8759853
m g.m
function [res] = G(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement G(x,y).
res = 4;
www.eeworm.com/read/386253/8759855
m g1.m
function [res] = G1(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement g1(x,y).
res = 0;
www.eeworm.com/read/386253/8759886
m f1.m
function [res] = F1(X,Y)
% This function is used by Finite Element Method (Algorithm 12.5)
% to implement F(x,y).
res = 0;
www.eeworm.com/read/386253/8759963
m p.m
function [res] = P(X,Y)
% This function is used by Finite Element Method
% (Algoritm 12.5) to implement the function p(x,y).
res = 1;
www.eeworm.com/read/386253/8760051
m r.m
function [res] = R(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement R(x,y).
res = 0;
www.eeworm.com/read/386253/8760060
m q.m
function [res] = Q(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement Q(x,y).
res = 1;
www.eeworm.com/read/386253/8760066
m g.m
function [res] = G(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement G(x,y).
res = 4;
www.eeworm.com/read/386253/8760067
m g1.m
function [res] = G1(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement g1(x,y).
res = 0;
www.eeworm.com/read/386253/8760077
m f1.m
function [res] = F1(X,Y)
% This function is used by Finite Element Method (Algorithm 12.5)
% to implement F(x,y).
res = 0;