代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/168424/9917022
cpp complex.cpp
//////////////////////////////////////////////////////////////////////
// Complex.h
//
// 操作复数的类 CComplex 的实现代码
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
www.eeworm.com/read/168424/9917046
h complex.h
//////////////////////////////////////////////////////////////////////
// Complex.h
//
// 操作复数的类 CComplex 的声明接口
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
www.eeworm.com/read/168024/9941466
ase complex.ase
www.eeworm.com/read/363451/9950288
cs complex.cs
/*
* 操作复数的类Complex
*
* 周长发编制
*/
using System;
namespace 土地适宜评价系统.Algorithm
{
/**
* 操作复数的类Complex
* @author 周长发
* @version 1.0
*/
public class Complex
{
private d
www.eeworm.com/read/363449/9950665
h complex.h
/* complex.h
Complex Number Library - Include File
class complex: declarations for complex numbers.
Copyright (c) 1990, 1991 by Borland International
All Rights Reserved.
A
www.eeworm.com/read/167707/9955105
ncb complex.ncb
www.eeworm.com/read/167707/9955106
opt complex.opt
www.eeworm.com/read/167707/9955108
plg complex.plg
Build Log
--------------------Configuration: Complex - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\user\
www.eeworm.com/read/167707/9955110
cpp complex.cpp
#include
#include
//#include "iostream.h"
#define pi 3.14159265
class Complex
{
private:
double real;
double imaginary;
public:
Complex();
Complex(doubl
www.eeworm.com/read/167707/9955112
dsp complex.dsp
# Microsoft Developer Studio Project File - Name="Complex" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C