代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/214301/15107083
h emd_complex.h
/*
* 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/214301/15107096
c emd_complex.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/114033/15117662
cpp complex1.cpp
#include
#include
#include"Complex.h"
Complex::Complex(double r1,double im)
{
real=r1;
imag=im;
}
/*int Complex::init(double r1,double im)
{
real=r1;
imag=im;
retu
www.eeworm.com/read/212047/15166809
h complex_internal.h
/* Handling of packed complex types... not meant for client consumption.
*/
#ifndef COMPLEX_INTERNAL_H_
#define COMPLEX_INTERNAL_H_
#define VECTOR(a,stride,i) ((a)[(stride)*(i)])
#define REAL(a,stri
www.eeworm.com/read/212047/15167700
h gsl_complex.h
/* complex/gsl_complex.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/210671/15193875
h complex1.h
// Fig. 8.7: complex1.h
// Definition of class Complex
#ifndef COMPLEX1_H
#define COMPLEX1_H
class Complex {
public:
Complex( double = 0.0, double = 0.0 ); // constructor
Complex
www.eeworm.com/read/210671/15193876
cpp complex1.cpp
// Fig. 8.7: complex1.cpp
// Member function definitions for class Complex
#include
using std::cout;
#include "complex1.h"
// Constructor
Complex::Complex( double r, double i )
www.eeworm.com/read/209549/15217550
m rec_complex.m
function [rec,lse] = rec_complex (theta,NF,N)
% ===================================================================
% function [rec,lse] = rec_complex (theta,NF,N)
% ---------------------------------
www.eeworm.com/read/8653/149722
png struct.complex.png
www.eeworm.com/read/14659/401634
v complex_bibus.v
module complex_bibus (clk, rst, sel1, sel2, sel3, data_bus, addr);
input clk, rst;
input sel1, sel2, sel3;
input [7:0] addr;
inout [7:0] data_bus;
wire [7:0] data_in;
reg [7:0] da