代码搜索:Integration

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

代码结果 3,762
www.eeworm.com/read/187078/8858529

m cp0901_sm2_ook.m

function [sm2] = cp0901_sm2_OOK(pulse,fc) % --------------------------------- % Step One - Evaluation of SIGMAm^2 % --------------------------------- dt = 1 / fc; % sampling pe
www.eeworm.com/read/187078/8858562

asv cp0901_sm2_ook.asv

function [sm2] = cp0901_sm2_OOK(pulse,fc) % --------------------------------- % Step One - Evaluation of SIGMAm^2 % --------------------------------- dt = 1 / fc; % sampling pe
www.eeworm.com/read/184067/9123607

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/281384/9158735

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/179737/9341317

m ex651.m

%---------------------------------------------------------------------------- % Example 6.5.1 % Gauss-Legendre quadrature of a functio
www.eeworm.com/read/375925/9342111

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/179705/9342556

c initialise.c

/* integration/initialise.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the
www.eeworm.com/read/373012/9479247

h gauss_triangle.h

/* * Copyright (C) 1997-2006 P. Dular, C. Geuzaine * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
www.eeworm.com/read/366692/9803433

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/365779/9848641

m gquad2d.m

function vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,b1,b2,w1) %usage: vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy) % or % vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,nquadx,nquady) % This f