代码搜索:integrable

找到约 103 项符合「integrable」的源代码

代码结果 103
www.eeworm.com/read/162614/5517951

c parameter-declaration-1.c

// Contributed by Gabriel Dos Reis // Origin: Robert Schiele; PR C++/8799 // { dg-do compile } struct { a(void = 0; a(0), a(0) // { dg-error "" "" { target *-*-* } }
www.eeworm.com/read/162614/5518462

c pmf-1.c

// C++ PR/2521 // Copyright (C) 2002 Free Software Foundation // Contributed by Gabriel Dos Reis // { dg-do compile } struct A { void f(); void foo(void (A::*)(in
www.eeworm.com/read/162614/5518473

c member-of-incomplete-type-1.c

// Copyright (C) 2002 Free Software Foundation // Origin: jmr@fulcrummicro.com // Contributed by Gabriel Dos Reis struct A; int main() { A::g(); // { dg
www.eeworm.com/read/162614/5518723

c conversion1.c

// PR C++/2213 // Origin: philippeb@corel.com // Copyright (C), 2002 Free Software Foundation // Contributed by Gabriel Dos Reis // { dg-do compile } class QObject {
www.eeworm.com/read/162614/5518887

c to-virtual-base-1.c

// Copyright (C) 2002 Free Software Foundation // Contributed by Gabriel Dos Reis struct A { virtual void f(const A* a) = 0; }; struct B : virtual A { virtual void
www.eeworm.com/read/162614/5517510

c class-member-1.c

// Copyright (C) 2002 Free Software Foundation // Origin: PR/7621, Vaclav.Haisman@logout.sh.cvut.cz // Contributed by Gabriel Dos Reis struct A { }; int main() { A a
www.eeworm.com/read/233420/14154443

cpp method_of_moment.cpp

#include "vs.h" int main() { double weight[5] = {14.0/45.0, 64.0/45.0, 24.0/45.0, 64.0/45.0, 14.0/45.0}; C0 M(2, 2, (double*)0), b(2, (double*)0); Quadrature qp(weight, 0.0, 1.0, 5);
www.eeworm.com/read/233420/14154445

cpp trefftz_method.cpp

#include "vs.h" #if defined(__TRANSCENDENTAL) H1 cosh(const H1& a) { return (exp(a)+exp(-a))/2.0; } #endif int main() { const double f_ = 1.0; double weight[13] = {14.0/45.0, 64.0/45.0, 24.0
www.eeworm.com/read/233420/14154446

cpp galerkin_method.cpp

#include "vs.h" int main() { double weight[5] = {14.0/45.0, 64.0/45.0, 24.0/45.0, 64.0/45.0, 14.0/45.0}; C0 M(2, 2, (double*)0), b(2, (double*)0); Quadrature qp(weight, 0.0, 1.0, 5);
www.eeworm.com/read/233420/14154460

cpp nonlinear_galerkin.cpp

#include "vs.h" const double EPSILON = 1.e-12; int main() { // three parameters approximation; Bubnov-Galerkin Method only // A. Bode's Integration Formula double weight[13] = {14.0/45.0, 64.0