代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/143791/5755753
c complex.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/141300/5770816
h complex.h
/*
* Copyright (c) 1985 Thomas L. Quarles
* Modified: 1999 Paolo Nenzi, 2000 Arno W. Peters
*/
#ifndef _COMPLEX_H
#define _COMPLEX_H
/* Complex numbers. */
struct _complex1 { /* IBM portability
www.eeworm.com/read/140467/5792284
c complex.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/139332/5799343
nef complex.nef
Nef_polyhedron_2
Plane_map_2
vertices 87
halfedges 276
faces 54
0 { 0 3, 0, -1 0 -1 0 1}
1 { 0 5, 0, -1 0 1 0 1}
2 { 0 9, 1, 0 -95 0 -75 1}
3 { 0 13, 1, 0 -95 0 10 1}
4
www.eeworm.com/read/138591/5815403
java complex.java
// Static factory version of complex class - Page 68
public class Complex {
private final float re;
private final float im;
private Complex(float re, float im) {
this.re = r
www.eeworm.com/read/136989/5835868
cpp complex.cpp
// Complex.cpp,v 1.5 2002/01/29 20:20:54 okellogg Exp
#include "Counting_Consumer.h"
#include "Counting_Supplier.h"
#include "orbsvcs/Time_Utilities.h"
#include "orbsvcs/Event_Utilities.h"
#inc
www.eeworm.com/read/136989/5835878
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
www.eeworm.com/read/136989/5835891
bor complex.bor
#
# Complex.bor,v 1.3 2002/08/21 06:09:22 jwillemsen Exp
#
NAME = Complex
OBJFILES = $(OBJDIR)\Complex.obj
CFLAGS = \
$(TAO_RTEVENT_TEST_CFLAGS) \
$(TAO_RTEVENT_CFLAGS) \
$(TAO_NAMING
www.eeworm.com/read/136989/5835960
mpc complex.mpc
// -*- MPC -*-
// Complex.mpc,v 1.5 2003/12/23 21:04:24 dhinton Exp
project(*supplier): messaging, rteventexe, naming {
after += ECMcastTests_lib
libs += ECMcastTests
includes += ../
www.eeworm.com/read/136828/5845261
java complex.java
package com.javapatterns.immutable.complex;
final public class Complex extends Number
implements java.io.Serializable, Cloneable, Comparable
{
static final public Complex i = new Complex(0.0,