代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/430124/8765061
c main.c
#include
#include
#include "FFT.h"
#include
void main(int argc, char *argv[])
{
FILE* pFile;
int MaxExpo, i, Max;
int* Co;
poly p1, p2;
MyComplex C;
do
www.eeworm.com/read/129214/14257723
h goertzel.h
/*****************************************************************************/
/* */
/* FILENAME
www.eeworm.com/read/216476/15005819
cpp fieldu.cpp
/////////////////////////////////////////////
//高阶FDTD二维程序
/////////////////////////////////////////////
#include "stdafx.h"
#include "stdlib.h"
#include "math.h"
#include
www.eeworm.com/read/216476/15005853
cpp fieldu.cpp
/////////////////////////////////////////////
//高阶FDTD二维程序
/////////////////////////////////////////////
#include "stdafx.h"
#include "stdlib.h"
#include "math.h"
#include
www.eeworm.com/read/291318/8425612
c dsk2812_da.c
#include "string.h"
#include "math.h"
#include "DSP28_Device.h"
#include "DSK2812_DA.h"
/****************************************************************************
* 函数: void da_setup(int t
www.eeworm.com/read/390735/8446649
c dsk2812_da.c
#include "string.h"
#include "math.h"
#include "DSP28_Device.h"
#include "DSK2812_DA.h"
/****************************************************************************
* 函数: void da_setup(int t
www.eeworm.com/read/277050/10673709
c dsk2812_da.c
#include "string.h"
#include "math.h"
#include "DSP28_Device.h"
#include "DSK2812_DA.h"
/****************************************************************************
* 函数: void da_setup(int t
www.eeworm.com/read/251457/12344216
c dsk2812_da.c
#include "string.h"
#include "math.h"
#include "DSP28_Device.h"
#include "DSK2812_DA.h"
/****************************************************************************
* 函数: void da_setup(int t
www.eeworm.com/read/415201/11081435
c dsk2812_da.c
#include "string.h"
#include "math.h"
#include "DSP28_Device.h"
#include "DSK2812_DA.h"
/****************************************************************************
* 函数: void da_setup(int t
www.eeworm.com/read/328770/13003445
cpp 列主元消去.cpp
#include
#include
#include
void Gaussian_elimination(float * x, float * coefficient, int width, int height);
int max(float * coefficient, int width, int height, in