代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/440906/1774822
c operator1.c
// Test that conversions to base classes happen when calling
// operators.
// { dg-do run }
extern "C" void abort ();
struct B1;
struct B2;
B2* p;
B1* p2;
struct B1 {
virtual void f () {}
};
s
www.eeworm.com/read/366702/2868000
c operator1.c
// Test that conversions to base classes happen when calling
// operators.
// { dg-do run }
extern "C" void abort ();
struct B1;
struct B2;
B2* p;
B1* p2;
struct B1 {
virtual void f () {}
};
s
www.eeworm.com/read/366702/2882287
c cast-bad.c
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
/* C99 6.5.4 Cast operators.
Test invalid casts involving decimal float. */
struct s { _Decimal32 d32; } sv;
union u { _Decimal32 d32; }
www.eeworm.com/read/417673/10980823
m tnorm.m
% This file displays four t-norm operators
% Copyright by Jyh-Shing Roger Jang, 6-22-93.
colormap('default');
xx = 0:1:20;
yy = 0:1:20;
aa = 0:0.05:1;
bb = 0:0.05:1;
%bell_x = gbell_mf(xx, [4, 3,
www.eeworm.com/read/417673/10980844
m tconorm.m
% This file displays four t-conorm operators
% Copyright by Jyh-Shing Roger Jang, 6-22-93.
colormap('default');
xx = 0:1:20;
yy = 0:1:20;
aa = 0:0.05:1;
bb = 0:0.05:1;
%bell_x = gbell_mf(xx, [4, 3
www.eeworm.com/read/467198/7020045
m tnorm.m
% This file displays four t-norm operators
% Copyright by Jyh-Shing Roger Jang, 6-22-93.
colormap('default');
xx = 0:1:20;
yy = 0:1:20;
aa = 0:0.05:1;
bb = 0:0.05:1;
%bell_x = gbell_mf(xx, [4, 3,
www.eeworm.com/read/467198/7020060
m tconorm.m
% This file displays four t-conorm operators
% Copyright by Jyh-Shing Roger Jang, 6-22-93.
colormap('default');
xx = 0:1:20;
yy = 0:1:20;
aa = 0:0.05:1;
bb = 0:0.05:1;
%bell_x = gbell_mf(xx, [4, 3
www.eeworm.com/read/445424/7595568
f90 tim_central.f90
subroutine TIM_Central()
! Purpose: Central Difference Method.
use linear_operators
use module_parameter
use module_data
implicit none
integer i
real :: c0, c1, c2, c3, t, M_eff(1:nd
www.eeworm.com/read/445424/7595569
f90 tim_newmark.f90
subroutine TIM_Newmark()
! Purpose: Newmark Method.
use linear_operators
use module_parameter
use module_data
use module_ioport
implicit none
integer i
real :: c0, c1, c2, c3, c4,
www.eeworm.com/read/445424/7595570
f90 tim_gw4.f90
subroutine TIM_GW4()
! Purpose: GW3 or GW3ucs method.
use linear_operators
use module_parameter
use module_data
use module_ioport
implicit none
integer i,j,ii
real :: Lk(4,4), Lc(4