代码搜索:Integration

找到约 3,762 项符合「Integration」的源代码

代码结果 3,762
www.eeworm.com/read/329331/12960316

m quad2dg.m

function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9) %矩形区域GAUSS积分法 %用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh) % % int -- 积分值 % Fun
www.eeworm.com/read/240959/13184547

txt readme.txt

This directory holds patches that are useful for Linux integration. Right now there is only one patched file, yaffs_mtdif2.c. This has been patched with a tweaked version of "Sergey's patch" and typi
www.eeworm.com/read/324228/13278319

txt readme.txt

This directory holds patches that are useful for Linux integration. Right now there is only one patched file, yaffs_mtdif2.c. This has been patched with a tweaked version of "Sergey's patch" and typi
www.eeworm.com/read/313956/13578450

m contents.m

% Communications Toolbox SIMULINK S-functions. % Version 1.0a 25-Apr-96 % % M-file S-functions: % arraymax - Compute the index with maximum input. % arraymin - Compute the index
www.eeworm.com/read/147529/5728604

m quad2dg.m

function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9) %矩形区域GAUSS积分法 %用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh) % % int -- 积分值 % Fun
www.eeworm.com/read/147529/5728814

m quad2dg.m

function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9) %矩形区域GAUSS积分法 %用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh) % % int -- 积分值 % Fun
www.eeworm.com/read/136989/5834664

readme

//README v 1.3 dhanvey 14:43 30/05/02 Telecom Log Service ------------------- This is an implementation of the Telecom
www.eeworm.com/read/492033/6430362

cpp creep_dpl.cpp

#include "global.h" #include "math.h" #include "globmat.h" #include "genfile.h" #include "adaptivity.h" #include "intpoints.h" #include "stdlib.h" #include "elastisomat.h" #include "creep_dpl.h" dplm
www.eeworm.com/read/492033/6430458

cpp creep_b3.cpp

#include "global.h" #include "math.h" #include "globmat.h" #include "genfile.h" #include "adaptivity.h" #include "intpoints.h" #include "stdlib.h" #include "elastisomat.h" #include "creep_b3.h" b3mat
www.eeworm.com/read/490082/6458169

m simpson.m

% % Use Matlab's symbolic features to derive Simpson's 1/3 rule % % define matrix and vector... % % assume data pairs of: (0, y1), (h, y2), (2h, y3) % % fit to: f(x) = a_0 + a_1*x + a_2*x