代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/483783/6595090
c viterbi.c
#include
#include
#include
#include
#include "random.h"
//make struct complex
typedef struct complex1
{
double real;
double imag;
} complex;
// defi
www.eeworm.com/read/483783/6595109
c viterbiqpskinrayleigh.c
#include
#include
#include
#include
#include "random.h"
//make struct complex
typedef struct complex1
{
double real;
double imag;
} complex;
// defi
www.eeworm.com/read/483783/6595160
c hardviterbiqpskinrayleigh.c
#include
#include
#include
#include
#include "random.h"
//make struct complex
typedef struct complex1
{
double real;
double imag;
} complex;
// defi
www.eeworm.com/read/483783/6595169
c hardviterbiqpskinawgn.c
#include
#include
#include
#include
#include "random.h"
//make struct complex
typedef struct complex1
{
double real;
double imag;
} complex;
// defi
www.eeworm.com/read/37180/899979
cpp c10-8(vc).cpp
//本程序适用于VC++ 6.0
#include
class Complex
{public:
friend ostream& operator > (istream&,Complex&);
private:
double real;
www.eeworm.com/read/452570/1653954
java sample2_4.java
/*
* 示例程序Sample2_4: Complex类求模运算
*/
package javaalgorithm.sample;
import javaalgorithm.algorithm.Complex;
public class Sample2_4
{
public static void main(String[] args)
{
Complex
www.eeworm.com/read/294145/3919726
makefile
MODULE_NAME = test_rrc_complex
DEPENDS = source sink rrc_complex mapper block_complex chest
BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/")
include $(BASE)/Include/module.mk
www.eeworm.com/read/286814/4032704
cpp c_6_1.cpp
#include "stdafx.h"
#include
#include
using namespace std;
class complex{
float a,b;
public:
complex(float x=0.0,float y=0.0) {a=x;b=y;}
void Add(complex& number1,co
www.eeworm.com/read/286417/4039532
java sample2_4.java
/*
* 示例程序Sample2_4: Complex类求模运算
*/
package javaalgorithm.sample;
import javaalgorithm.algorithm.Complex;
public class Sample2_4
{
public static void main(String[] args)
{
Complex
www.eeworm.com/read/364259/2906977
cpp c10-8(vc).cpp
//本程序适用于VC++ 6.0
#include
class Complex
{public:
friend ostream& operator > (istream&,Complex&);
private:
double real;