代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/124283/14581094
h gsl_complex_math.h
/* complex/gsl_complex_math.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004 Jorma Olavi T鋒tinen, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/124283/14581649
h gsl_vector_complex.h
#ifndef __GSL_VECTOR_COMPLEX_H__
#define __GSL_VECTOR_COMPLEX_H__
#define GSL_VECTOR_REAL(z, i) ((z)->data[2*(i)*(z)->stride])
#define GSL_VECTOR_IMAG(z, i) ((z)->data[2*(i)*(z)->stride + 1])
#i
www.eeworm.com/read/124283/14581723
c test_complex_source.c
/* vector/test_complex_source.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 th
www.eeworm.com/read/124283/14581794
c oper_complex_source.c
/* matrix/oper_complex_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/124283/14581824
c test_complex_source.c
/* matrix/test_complex_source.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 th
www.eeworm.com/read/124164/14592583
htm complex_frameset_page.htm
The complex frameset page
var pagesVisited = new Array();
function returnPagesVisited()
{
var returnValue = "So far you have v
www.eeworm.com/read/212047/15166751
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
www.eeworm.com/read/212047/15166765
h gsl_block_complex.h
#ifndef __GSL_BLOCK_COMPLEX_H__
#define __GSL_BLOCK_COMPLEX__
#define GSL_BLOCK_REAL(z, i) ((z)->data[2*(i)])
#define GSL_BLOCK_IMAG(z, i) ((z)->data[2*(i) + 1])
#ifdef GSL_RANGE_CHECK_OFF
#defi
www.eeworm.com/read/212047/15166774
c test_complex_source.c
/* block/test_complex_source.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