代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/180748/9296173
copyright
This package was debianized by Patrick Patterson on
Mon, 18 Feb 2002 19:49:14 -0500.
It was downloaded from http://open.nit.ca/
Upstream Author: Network Integration Technologies In
www.eeworm.com/read/373012/9478874
todo
$Id: TODO,v 1.4 2006/03/16 01:18:00 geuzaine Exp $
*******************************************************************
Move the optional code (Arpack, Sparksit?, NR) into new contrib/
directory
***
www.eeworm.com/read/373012/9479269
h gauss_line.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/175690/9536114
cpp configuredlg.cpp
/*
** ============================================================================
**
** FILE
** ConfigureDlg.cpp
**
** DESCRIPTION
** The Configuration Dialog class itself
**
** CREATED
*
www.eeworm.com/read/175690/9536129
h bisync_tokens.h
/*
** ============================================================================
**
** FILE
** $Id: bisync_tokens.h,v 1.5 2005/09/09 08:57:41 burnett Exp $
**
** CREATED
** Peter Burnett In
www.eeworm.com/read/371636/9543954
m integ2d.m
function som=integ2d(mat,x,y);
%INTEG2D Approximate 2-D integral.
% SOM=INTEG2D(MAT,X,Y) approximates the 2-D integral of
% matrix MAT according to abscissa X and ordinate Y.
%
% MAT : MxN matrix to
www.eeworm.com/read/365779/9848671
m quadndg.m
function int = quadndg(fun,xlow,xhigh,tol)
%usage: int = quadndg('Fun',xlow,xhigh)
%or
% int = quadndg('Fun',xlow,xhigh,tol)
%
%This function is similar to QUAD or QUAD8 for n-dimensional inte
www.eeworm.com/read/365779/9848681
m cquadnd.m
function nvol = cquadnd (fun,lowerlim,upperlim,nquad)
%usage: nvol = cquadnd (fun,lowerlim,upperlim,nquad);
% n -- number of dimensions to integrate
% nvol -- value of the n-dimensional integral
% fu
www.eeworm.com/read/365779/9848683
m gquadnd.m
function nvol = gquadnd (fun,lowerlim,upperlim,nquad)
%usage: nvol = gquadnd (fun,lowerlim,upperlim,nquad);
% n -- number of dimensions to integrate
% nvol -- value of the n-dimensional integral
% fu