代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/101912/15798164
cpp complex2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/100746/15865492
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/100354/15876311
sh complex_num.sh
#! /bin/sh
# This is a shell archive. Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file". To overwrite existing
# files, type "sh file -c". You can als
www.eeworm.com/read/100239/15879783
sh complex.c.sh
#! /bin/sh
# This is a shell archive. Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file". To overwrite existing
# files, type "sh file -c". You can als
www.eeworm.com/read/432937/8561511
mdl real2complex.mdl
Model {
Name "real2complex"
Version 6.3
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedMod
www.eeworm.com/read/387240/8698389
c reduce-user-complex.c
#include "mpi.h" /*MPI head file*/
#include
typedef struct {
double real,imag;
} Complex;
/* the user-defined function */
void myProd( Complex *in, Complex *inout,
www.eeworm.com/read/385571/8798802
pdf localization of the complex spectrum.pdf
www.eeworm.com/read/426972/8988909
vhd gh_complex_add.vhd
-----------------------------------------------------------------------------
-- Filename: gh_complex_add.vhd
--
-- Description:
-- a Complex adder - Note: does not include overflow protection
www.eeworm.com/read/426972/8988955
vhd gh_complex_mult.vhd
-----------------------------------------------------------------------------
-- Filename: gh_complex_mult.vhd
--
-- Description:
-- general purpose complex multiplier
-- uses single cloc
www.eeworm.com/read/179705/9341921
c test_complex_io.c
/* block/test_complex_io.c
*
* 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 ter