代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/136812/5858401

c complex.c

#ifndef lint static char sccsid[] = "@(#)complex.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1988 by Sun Microsystems, Inc. */ #include "complex.h" _Fc_div(c, a, b) complex *a, *b,
www.eeworm.com/read/136812/5858438

h complex.h

/* @(#)complex.h 1.1 92/07/30 SMI */ /* * Copyright (c) 1987 by Sun Microsystems, Inc. */ #include typedef struct { float real, imag; } complex; typedef struct { double dreal, dimag; } d
www.eeworm.com/read/135758/5878665

java complex.java

/* * YALE - Yet Another Learning Environment * Copyright (C) 2001-2004 * Simon Fischer, Ralf Klinkenberg, Ingo Mierswa, * Katharina Morik, Oliver Ritthoff * Artificial
www.eeworm.com/read/132652/5910836

h complex.h

/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes utility file complex.h. Do not confuse this file with the same-named file complex.h that is supplied in the 'misc' subdire
www.eeworm.com/read/131315/5941014

cc complex.cc

/* Copyright (C) 1988 Free Software Foundation written by Doug Lea (dl@rocky.oswego.edu) This file is part of the GNU C++ Library. This library is free software; you can redistribute it and/or
www.eeworm.com/read/131315/5941032

h complex.h

#ifndef _complex_h #define _complex_h #define __ATT_complex__ #include typedef class Complex complex; #endif
www.eeworm.com/read/131315/5941056

h complex.h

// This may look like C code, but it is really -*- C++ -*- /* Copyright (C) 1988 Free Software Foundation written by Doug Lea (dl@rocky.oswego.edu) This file is part of the GNU C++ Library. Thi
www.eeworm.com/read/131171/5947891

3 complex.3

.TH complex.cc 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*- .ad l .nh .SH NAME complex.cc \- .SH SYNOPSIS .br .PP .SS Namespaces .in +1c .ti -1c .RI "namespace \fBstd\fR" .br .in -1c
www.eeworm.com/read/128965/5978680

c complex.c

/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/126884/6010918

java complex.java

// Modified from original version by AWalter, some members and methods were added. /********************************************************************* * Copyright (C) 1999 Nathan Fiedler * *