代码搜索:imaginary
找到约 708 项符合「imaginary」的源代码
代码结果 708
www.eeworm.com/read/226567/14458242
xls imaginary.xls
www.eeworm.com/read/208174/15251731
xls imaginary.xls
www.eeworm.com/read/331439/12828694
m imag.m
function p = imag(q)
% IMAG Imaginary part of a quaternion.
% (Quaternion overloading of standard Matlab function.)
%
% This function returns the quaternion that is the imaginary
% part of q. If q i
www.eeworm.com/read/294203/8246703
m imag.m
function p = imag(q)
% IMAG Imaginary part of a quaternion.
% (Quaternion overloading of standard Matlab function.)
%
% This function returns the quaternion that is the imaginary
% part of q. If q i
www.eeworm.com/read/378183/9247211
dat codec++56.dat
关键字: _Imaginary
功能: 对虚数类型的支持,编译器并不一定要支持_Imaginary
www.eeworm.com/read/131795/14128055
dat codec++56.dat
关键字: _Imaginary
功能: 对虚数类型的支持,编译器并不一定要支持_Imaginary
www.eeworm.com/read/425113/10380810
cpp complexmodified.cpp
/*******************PROGRAM TO DO FOLLOWINGS**************************
* TAKE INPUT OF TWO COMPLEX NUMBERS *
* ASKING TO ADD,SUBTRACT OR TAKE CONJUGATE OF THEM *
* FINDING THEIR MAGNIT
www.eeworm.com/read/240189/13231918
pro abs2.pro
; $Id: abs2.pro,v 1.1.1.1 2002/03/12 11:53:46 riccardi Exp $
;
; A. Riccardi, Dipartimento di Astronomia di Firenze (Italy).
; Please, send me a message if you modify this code.
function a
www.eeworm.com/read/246616/12716947
cpp complex.cpp
// Complex.cpp : Defines the entry point for the console application.
//
#include "Complex.h"
#include
#include
//构造函数
Complex::Complex()
{
real = 0;
imaginary = 0
www.eeworm.com/read/168218/9932678
out roots.out
There are two real roots 3 and 2
There is only one distinct root 4
The roots are complex
The real part is -1
The imaginary part is 2
Bad input. a is zero.