代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/219695/14869667
h cplx_dbldbl.h
#ifndef MTL_CPLX_DLBDLB_H
#define MTL_CPLX_DLBDLB_H
#include "mtl/mtl_complex.h"
#include "doubledouble.h"
#include "mtl/mtl_config.h"
#include
namespace std {
// stupid g++
inline comple
www.eeworm.com/read/116804/14953043
cpp 8bandlg.cpp
// 8banDlg.cpp : implementation file
//
#include "stdafx.h"
#include "8ban.h"
#include "8banDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/216914/14986528
cpp matrix_algebra.cpp
/*
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/216898/14987426
h promote-old.h
/***********************************************************************
* promote.h Arithmetic type promotion trait class
* Author: Todd Veldhuizen (tveldhui@oonumerics.org)
*
* Copyrig
www.eeworm.com/read/214824/15086970
cpp xt10-1.cpp
#include
using namespace std;
class Complex
{public:
Complex(){real=0;imag=0;}
Complex(double r,double i){real=r;imag=i;}
double get_real();
double get_imag();
void
www.eeworm.com/read/213958/15120440
makefile
# Makefile for QSD code.
QSD_DIR = .
CXX = g++
FLAGS = -g -O
INC = $(QSD_DIR)/include
SRC = $(QSD_DIR)/src
LOADLIBES = -lm
LDFLAGS =
CXXFLAGS = $(DCC) -I$(INC) $(FLAGS)
CPPFLAGS =
COMPILE = $(
www.eeworm.com/read/213372/15136391
cpp xt10-1.cpp
#include
using namespace std;
class Complex
{public:
Complex(){real=0;imag=0;}
Complex(double r,double i){real=r;imag=i;}
double get_real();
double get_imag();
void
www.eeworm.com/read/212790/15149645
asm rfft32br.asm
;========================================================================
;
; File Name : rfft_brc.asm
;
; Originator : Advanced Embeeded Control
; Texas Instruments
;
www.eeworm.com/read/210588/15195494
c caf2tfr.c
/* interface program between MATLAB and language C
for the program AF2TFR.C */
#include "tftb.h"
#define AF prhs[0]
#define KERNEL prhs[1]
#define TFR_OUT plhs[0]
www.eeworm.com/read/207008/15284307
c typd_mlc.c
/*
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* opyright (c) 1999-2000 by Hewlett-Packard Company. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLU