代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/240529/4573016
java complex.java
package com.javapatterns.immutable.complex;
final public class Complex extends Number
implements java.io.Serializable, Cloneable, Comparable
{
static final public Complex i = new Complex(0.0,
www.eeworm.com/read/240394/4574877
h complex.h
/*
* SpanDSP - a series of DSP components for telephony
*
* complex.h
*
* Written by Steve Underwood
*
* Copyright (C) 2003 Steve Underwood
*
* All rights reserved.
*
*
www.eeworm.com/read/233448/4690223
h complex.h
// Copyright (C) 2000 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms
www.eeworm.com/read/231865/4709500
h complex.h
/*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use o
www.eeworm.com/read/231546/4714142
pm complex.pm
#
# Complex numbers and associated mathematical functions
# -- Raphael Manfredi Since Sep 1996
# -- Jarkko Hietaniemi Since Mar 1997
# -- Daniel S. Lewart Since Sep 1997
#
package Math::Complex;
our
www.eeworm.com/read/230232/4724212
cs complex.cs
using System;
namespace FFT
{
///
/// Summary description for Complex.
///
public class Complex
{
float real;
float imag;
//----------------------------
www.eeworm.com/read/229812/4738491
c complex.c
//
// Copyright (C) 1991 Texas Instruments Incorporated.
// Copyright (C) 1992 General Electric Company.
//
// Permission is granted to any individual or institution to use, copy, modify,
// and
www.eeworm.com/read/229812/4738527
h complex.h
//
// Copyright (C) 1991 Texas Instruments Incorporated.
// Copyright (C) 1992 General Electric Company.
//
// Permission is granted to any individual or institution to use, copy, modify,
// and
www.eeworm.com/read/229812/4740973
mh complex.mh
:segment !CPPCOMPLEX
//
// complex.h Complex Numbers
//
:keep CPP_HDR
:include crwat.sp
//
#ifndef _COMPLEX_H_INCLUDED
#define _COMPLEX_H_INCLUDED
:include readonly.sp
#ifndef __cplus
www.eeworm.com/read/229812/4742017
mif complex.mif
prefix = cplx
objs_cpp = &
abs.obj &
acos.obj &
acosh.obj &
arg.obj &
asin.obj &
asinh.obj &
atan.obj &
atanh.obj &
cos.obj &
cosh.obj &
dicomcom.obj &
direlcom.obj &
divide.obj &
exp