代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/489229/6476967
m gquad2d6.m
function vol = gquad6(fun,xlow,xhigh,ylow,yhigh)
%usage: vol = gquad6(fun,xlow,xhigh,ylow,yhigh)
%
% ==== Six Point by Six Point Double Integral Gauss Formula ====
%
% This function determines the
www.eeworm.com/read/489229/6476970
m gquad6.m
% ==== Six Point Composite Gauss Formula ====
% ==== With Weight Factors Included ====
function area = gquad6(fun,xlow,xhigh,mparts)
% area = gquad6(fun,xlow,xhigh,mparts)
% This function
www.eeworm.com/read/489229/6476983
m gquad.m
function area = gquad (fun,xlow,xhigh,mparts,bp,wf,y)
% area = gquad (fun,xlow,xhigh,mparts,bp,wf)
% or
% area = gquad (fun,xlow,xhigh,mparts,nquad)
% or
% area = gquad (fun,xlow,xhigh,mparts
www.eeworm.com/read/339929/12194691
m the 2 dof milling analysis.m
clear
% parameters
N=2; % number of teeth
Kt=6e8; % tangential cutting force coefficient(N/m^2)
Kn=2e8; % normal cutting force coefficient(N/m^2)
w0x=922*2*pi; %angular natural fr
www.eeworm.com/read/251835/12317431
m stquadh.m
function I = stquadh(z1,z2,sing1,z,beta,qdat)
% Copyright 1998 by Toby Driscoll.
% $Id: stquadh.m 9 1998-05-10 04:55:10Z tad $
% STQUAD applies the "1/2 rule" by assuming that the distanc
www.eeworm.com/read/123211/14642393
m gquad2d6.m
function vol = gquad6(fun,xlow,xhigh,ylow,yhigh)
%usage: vol = gquad6(fun,xlow,xhigh,ylow,yhigh)
%
% ==== Six Point by Six Point Double Integral Gauss Formula ====
%
% This function determines the
www.eeworm.com/read/123211/14642400
m gquad6.m
% ==== Six Point Composite Gauss Formula ====
% ==== With Weight Factors Included ====
function area = gquad6(fun,xlow,xhigh,mparts)
% area = gquad6(fun,xlow,xhigh,mparts)
% This function