代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1467523
cc complex_value.cc
// { dg-options "-O0" }
// 2000-11-20
// Benjamin Kosnik bkoz@redhat.com
// Copyright (C) 2000, 2003 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library i
www.eeworm.com/read/470693/1467532
cc buggy_complex.cc
// 2000-02-09
// Gabriel Dos Reis
// Copyright (C) 1999 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// softwa
www.eeworm.com/read/459034/1575508
m test_complex.m
function t=test_complex(x,y,a,b)
//test complex number operations
temp1 = x + y * img;
temp2 = a + b * img;
disp("No of arguments = " + nargin);
disp(temp1 + " + " + temp2 + " = " + (tem
www.eeworm.com/read/459034/1575770
m test_complex.m
function t=test_complex(x,y,a,b)
//test complex number operations
temp1 = x + y * img;
temp2 = a + b * img;
disp("No of arguments = " + nargin);
disp(temp1 + " + " + temp2 + " = " + (tem
www.eeworm.com/read/245901/4500688
c complex_b.c
/* A depends on B, C and D. B depends on E. C depends on B and E. D
depends on B. */
int b;
extern int e;
static void foo(void)
{
b = e = 0;
}
#define MODULE_NAME_LEN (64 - sizeof(unsigned lo
www.eeworm.com/read/245901/4500693
c complex_d.c
/* A depends on B, C and D. B depends on E. C depends on B and E. D
depends on B. */
int d;
extern int b;
static void foo(void)
{
d = b;
}
#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
www.eeworm.com/read/245901/4500694
c complex_e.c
/* A depends on B, C and D. B depends on E. C depends on B and E. D
depends on B. */
int e;
#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
struct kernel_symbol
{
unsigned long value;
ch
www.eeworm.com/read/245901/4500701
c complex_c.c
/* A depends on B, C and D. B depends on E. C depends on B and E. D
depends on B. */
int c;
extern int b, e;
static void foo(void)
{
c = b = e = 0;
}
#define MODULE_NAME_LEN (64 - sizeof(unsi
www.eeworm.com/read/243866/4518830
java complex1.java
package com.javapatterns.immutable.complex;
final public class Complex1 extends Number
implements java.io.Serializable, Cloneable, Comparable
{
/**
* The imaginary unit.
*/
static fi
www.eeworm.com/read/240529/4573018
java complex1.java
package com.javapatterns.immutable.complex;
final public class Complex1 extends Number
implements java.io.Serializable, Cloneable, Comparable
{
/**
* The imaginary unit.
*/
static fi