代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/223063/14662776
cpp pgm0a_04.cpp
//
// This file contains the C++ code from Program A.4 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/223063/14662801
cpp pgm0a_03.cpp
//
// This file contains the C++ code from Program A.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/222447/14689658
i meep.i
// -*- C++ -*-
%module meep
%{
#include "meep-ctl.hpp"
static inline int SwigComplex_Check(SCM o) {
return SCM_REALP(o) || SCM_COMPLEXP(o);
}
static inline int SwigVector3_Check(SCM o) {
retu
www.eeworm.com/read/220370/14802656
m plotc.m
%PLOTC plots a complex signal in 2D projection with variable projection angle.
%The angle can be modified at any time using the slider:
% slider at bottom: angle=0 the projection is the real part of
www.eeworm.com/read/220370/14802726
c cio.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/120254/14808899
cpp 7_61.cpp
#include
class complex
{
float a,b;
public:
complex(){a=0.0;b=0.0;}
complex(float x,float y) {a=x;b=y;}
void Add(complex& comp1,complex& comp2);
void Sub(complex& comp1,comple
www.eeworm.com/read/216914/14986463
cpp net_solve.cpp
/*
Copyright (C) 2004 Timothy C.A. Molteno
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Sof
www.eeworm.com/read/216914/14986477
h nec_results.h
/*
Copyright (C) 2004-2005 Timothy C.A. Molteno
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Fre
www.eeworm.com/read/214301/15107049
m plotc.m
%PLOTC plots a complex signal in 2D projection with variable projection angle.
%The angle can be modified at any time using the slider:
% slider at bottom: angle=0 the projection is the real part of
www.eeworm.com/read/214301/15107126
c cio.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ