代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4745010
cpp plus.cpp
#include
void main( void ) {
Complex a (23.4, 28);
cout
www.eeworm.com/read/161095/10453556
c claset.c
#include "f2c.h"
/* Subroutine */ int claset_(char *uplo, integer *m, integer *n, complex *
alpha, complex *beta, complex *a, integer *lda)
{
/* -- LAPACK auxiliary routine (version 2.0) --
www.eeworm.com/read/407093/11430074
c claset.c
#include "f2c.h"
/* Subroutine */ int claset_(char *uplo, integer *m, integer *n, complex *
alpha, complex *beta, complex *a, integer *lda)
{
/* -- LAPACK auxiliary routine (version 2.0) --
www.eeworm.com/read/229812/4751841
gml finote4a.gml
If X is of type COMPLEX, then CMPLX(X) is X.
.xt on
If X is of type COMPLEX*16, then CMPLX(X) is a complex number
whose real part is REAL(real part of X) and imaginary part is
REAL(imaginary part
www.eeworm.com/read/229812/4751876
gml finote4.gml
If X is of type COMPLEX, then CMPLX(X) is X.
.xt on
If X is of type COMPLEX*16, then CMPLX(X) is a complex number
whose real part is REAL(real part of X) and imaginary part is
REAL(imaginary part
www.eeworm.com/read/359352/2978787
txt 例10.1.txt
例10.1 通过函数来实现复数相加。
#include
using namespace std;
class Complex //定义Complex类
{public:
Complex( ){real=0;imag=0;} //定义构造函数
Compl
www.eeworm.com/read/291752/8399598
cpp bilin_transf.cpp
//
// File = bilin_transf.cpp
//
#include
#include
#include
#include "misdefs.h"
#include "typedefs.h"
#include
#in
www.eeworm.com/read/291752/8399919
cpp nonlinear_amp.cpp
//
// File = nonlinear_amp.cpp
//
#include
#include
#include
#include "parmfile.h"
#include "nonlinear_amp.h"
#include "model_graph.h"
extern ParmFile *Par
www.eeworm.com/read/186599/8923205
cpp nonlinear_amp.cpp
//
// File = nonlinear_amp.cpp
//
#include
#include
#include
#include "parmfile.h"
#include "nonlinear_amp.h"
#include "model_graph.h"
extern ParmFile *Par
www.eeworm.com/read/427377/8949175
c qpsk.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d