代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/134087/14009110
c complex1.c
/* complex.c - complex arithmetic functions */
#include /* for MSC and TC/BC, it declares: */
/* \ttt{struct complex} and \t
www.eeworm.com/read/132772/14073835
h def_complex.h
/************************************************************
* Header file def_complex.h for floating-point
************************************************************/
struct cmpx
{
flo
www.eeworm.com/read/202091/15390592
m rec_complex.m
function [rec,lse] = rec_complex (theta,NF,N)
% ===================================================================
% function [rec,lse] = rec_complex (theta,NF,N)
% ---------------------------------
www.eeworm.com/read/200130/15440750
m sort_complex.m
www.eeworm.com/read/113029/15472308
h complex1.h
// Fig. 8.15: complex1.h
// Complex class definition.
#ifndef COMPLEX1_H
#define COMPLEX1_H
class Complex {
public:
Complex( double = 0.0, double = 0.0 ); // constructor
Complex
www.eeworm.com/read/113029/15472310
cpp complex1.cpp
// Fig. 8.16: complex1.cpp
// Complex class member function definitions.
#include
using std::cout;
#include "complex1.h" // Complex class definition
// Constructor
Complex::Com
www.eeworm.com/read/111650/15507219
cpp complex1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/111650/15507220
cpp complex2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/109332/15558876
pbl complex_app.pbl
www.eeworm.com/read/109332/15558877
pbt complex_app.pbt
Save Format v3.0(19990112)
appname "complex_app";
applib "complex_app.pbl";
liblist "complex_app.pbl";
type "pb";