代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/216914/14986547
h matrix_algebra.h
#ifndef __matrix_algebra__
#define __matrix_algebra__
/*
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 G
www.eeworm.com/read/216898/14988132
cpp promote.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
#ifndef BZ_HAVE_PARTIAL_SPECIALIZATION
int main() { return 0; }
#else
template
struct sameType
www.eeworm.com/read/216443/15006838
cc comp_wfac.cc
#include
extern "C"
{
void wfac(double *g, const int L, const int R,
const int a, const int M, double *gf);
int gcd(const int a, const int b,int *r, int *s);
}
DEFUN_DLD (c
www.eeworm.com/read/216443/15006845
cc comp_iwfac.cc
#include
extern "C"
{
void iwfac(double *gf, const int L, const int R,
const int a, const int M, double *g);
int gcd(const int a, const int b,int *r, int *s);
}
DEFUN_DLD
www.eeworm.com/read/114509/15050507
h rand4x4.h
#define FFT_SIZE 16
#define MAX_PERMISSIBLE_ERROR 5
typedef struct {
short re, im;
} complex_fract16;
segment("mydata1") complex_fract16 _in[1024];
segment("mydata2") complex_fract16 _out[
www.eeworm.com/read/168845/5436072
cpp test53.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/168845/5436088
cpp test63.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/168845/5436096
cpp test33.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/167185/5465634
c featosd.c
/*----------------------------------------------------------------------+
| |
| This material contains proprietary software of Entropic Speech, |
| Inc. Any reproduction, distribution, or p
www.eeworm.com/read/162614/5530188
c builtin-attr-1.c
/* Copyright (C) 2003, 2005 Free Software Foundation.
Verify that the `const' function attribute is applied to various
builtins and that these functions are optimized away by the
compiler u