代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/360971/2954974
cpp complex1.cpp
// Fig. 18.5: complex1.cpp
// Member function definitions for class Complex
#include
using std::cout;
#include "complex1.h"
// Constructor
Complex::Complex( double r, double i )
www.eeworm.com/read/358128/3002849
phpt test_complex_no.phpt
--TEST--
PEAR_PackageFileManager_File->checkIgnore, complex non-match
--SKIPIF--
--FILE--
www.eeworm.com/read/358128/3002858
phpt test_complex.phpt
--TEST--
PEAR_PackageFileManager_File->_setupIgnore, complex test
--SKIPIF--
--FILE--
www.eeworm.com/read/358128/3005778
3 math::complex.3
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sh \" Subsection heading
.br
www.eeworm.com/read/351636/3101800
h vcl_complex.h
#ifndef vcl_gcc_295_complex_h_
#define vcl_gcc_295_complex_h_
// The GCC 2.95.3 complex does not have the value_type typedef,
// so we inherit and provide the typedef. vcl_complex is automaticall
www.eeworm.com/read/351636/3101801
txx vcl_complex.txx
#ifndef vcl_gcc295_complex_txx_
#define vcl_gcc295_complex_txx_
#include
#include
#define VCL_COMPLEX_INSTANTIATE_INLINE(f) template f
// awf: So, I thin
www.eeworm.com/read/351636/3101820
cxx complex-instances.cxx
// This file is supposed to define any template instances needed
// to give a sensible complex type for float, double and long double.
//
// E.g. ensure that "operator/(complex, float)" exis
www.eeworm.com/read/351636/3101833
h vcl_complex.h
#ifndef vcl_borland56_complex_h_
#define vcl_borland56_complex_h_
#include
#ifdef vcl_generic_complex_STD
** error **
#else
# define vcl_generic_complex_STD std
#endif
// Bor