代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/187414/8640628
m shape.m
function [phi,dphix,dphiy] = shape(gpos,dmax,x,v,dm)
% EFG shape function and it's derivative with linear base
L = length(v);
won = ones(1,L);
nv = x(1:2,v);
nvo=nv(1,:)+nv(2,:);
nv1=nv(1,:)-nv(
www.eeworm.com/read/187414/8640633
m shape.m
function [phi,dphix,dphiy] = shape(gpos,dmax,x,v,dm)
% EFG shape function and it's derivative with linear base
L = length(v);
won = ones(1,L);
nv = x(1:2,v);
nvo=nv(1,:)+nv(2,:);
nv1=nv(1,:)-nv(
www.eeworm.com/read/187414/8640651
m shape.m
function [phi,dphix,dphiy] = shape(gpos,dmax,x,v,dm)
% EFG shape function and it's derivative with linear base
L = length(v);
won = ones(1,L);
nv = x(1:2,v);
nvo=nv(1,:)+nv(2,:);
nv1=nv(1,:)-nv(
www.eeworm.com/read/187414/8640663
m shape.m
function [phi,dphix,dphiy] = shape(gpos,dmax,x,v,dm)
% EFG shape function and it's derivative with linear base
L = length(v);
won = ones(1,L);
nv = x(1:2,v);
nvo=nv(1,:)+nv(2,:);
nv1=nv(1,:)-nv(
www.eeworm.com/read/187414/8640676
m shape.m
function [phi,dphix,dphiy] = shape(gpos,dmax,x,v,dm)
% EFG shape function and it's derivative with linear base
L = length(v);
won = ones(1,L);
nv = x(1:2,v);
nvo=nv(1,:)+nv(2,:);
nv1=nv(1,:)-nv(
www.eeworm.com/read/187414/8640683
m shape.m
function [phi,dphix,dphiy] = shape(gpos,dmax,x,v,dm)
% EFG shape function and it's derivative with linear base
L = length(v);
won = ones(1,L);
nv = x(1:2,v);
nvo=nv(1,:)+nv(2,:);
nv1=nv(1,:)-nv(
www.eeworm.com/read/386652/8733557
class shape.class
www.eeworm.com/read/430636/8736848
class shape.class
www.eeworm.com/read/430636/8736859
java shape.java
/*
* Created on 2005-10-9
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package polymorphism;
/**
* @auth