代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/165501/10059222
c mandelbrot.c
/*
原理:
1. 使用叠代公式:
z[0] = zInit;
z[k] = z[k-1]*z[k-1] + z[0]
其中z[i]是复数,要使用复数的运算法则。
2. Mandelbort图形集的初始化要求
-2.25
www.eeworm.com/read/164684/10095531
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 20;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
r
www.eeworm.com/read/163503/10156704
cpp main.cpp
#include
#include
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
/*complexcval(4.0,1.0);
cout
www.eeworm.com/read/358376/10190175
v cmult.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 20:54:05 08/30/2007
// Design Name:
/
www.eeworm.com/read/357947/10198163
cpp swchannel.cpp
#include
#include
const double PI 3.1415926;
/*---------------------------------------------------------------
FUNCTION:
random_num()
DESCRIPTION:
Generat
www.eeworm.com/read/357947/10198164
h swchannel.h
#ifndef SWCHANNEL_H
#define SWCHANNEL_H
#include
#include
#include
float random_num();
void gen_source(int *data, int length);
complex gngauss(double
www.eeworm.com/read/357734/10201978
h real.h
// Real.h: interface for the Real class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_REAL_H__21F45686_4257_4E66_AEC1_7FEE62BFE453__INCLUDED_)
#defi
www.eeworm.com/read/426106/10286882
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 20;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
r
www.eeworm.com/read/426106/10287038
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 200;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/162511/10299014
c sum_c8.c
/* Implementation of the SUM intrinsic
Copyright 2002 Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of the GNU Fortran 95 runtime library (libgfortr