代码搜索:quadrature
找到约 797 项符合「quadrature」的源代码
代码结果 797
www.eeworm.com/read/387009/8712345
h quadrature.h
struct Quadrature{
Int n;
virtual Doub next() = 0;
};
template
struct Trapzd : Quadrature {
Doub a,b,s;
T &func;
Trapzd() {};
Trapzd(T &funcc, const Doub aa, const Doub bb) :
www.eeworm.com/read/373012/9479255
h quadrature.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/331439/12828429
m quadrature.m
function a = quadrature(f, A)
% QUADRATURE Constructs a quadrature signal, for the case of a real or
% complex vector. The second parameter is the quaternion axis
% used to compu
www.eeworm.com/read/17967/768269
v quadrature.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 00:04:40 05/30/2008
// Design Name:
// Modul
www.eeworm.com/read/349580/3142912
h quadrature.h
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2003-02-06
// Last changed: 2006-10-23
#ifndef __QUADRATURE_H
#define __QUADRATURE_H
#include
www.eeworm.com/read/349580/3142921
cpp quadrature.cpp
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// Modified by Garth N. Wells
//
// First added: 2003-02-06
// Last changed: 2006-10-23
#include
www.eeworm.com/read/349569/3143334
form quadrature.form
elements = ["Lagrange","Discontinuous Lagrange", "Crouzeix-Raviart", "Raviart-Thomas",\
"Brezzi-Douglas-Marini", "Nedelec"]
shape = ["triangle", "tetrahedron"]
elem1 = FiniteElement(elem
www.eeworm.com/read/407519/2262106
h quadrature.h
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2003-02-06
// Last changed: 2006-10-23
#ifndef __QUADRATURE_H
#define __QUADRATURE_H
#include
www.eeworm.com/read/407519/2262109
cpp quadrature.cpp
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// Modified by Garth N. Wells
//
// First added: 2003-02-06
// Last changed: 2006-10-23
#include
www.eeworm.com/read/407519/2263003
h quadrature.h
// Copyright (C) 2003-2006 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2003-02-06
// Last changed: 2006-10-23
#ifndef __QUADRATURE_H
#define __QUADRATURE_H
#include