代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/735/4733
c array2d.c
#include "extcode.h"
_declspec(dllexport) void ARRAY2D(double *array,
int array_length_row,
int array_length_col);
_declspec(d
www.eeworm.com/read/735/4736
c array3dhandle.c
#include "extcode.h"
/* LabVIEW created typdef */
typedef struct {
int32 dimSizes[3];
double elt[1];
} TD1;
typedef TD1 **TD1Hdl;
_declspec(dllexport) void ARRAY3DHandle(TD1Hdl array);
www.eeworm.com/read/735/4752
c array1dhandle.c
#include "extcode.h"
#include
/* LabVIEW created typedefs */
typedef struct {
int32 dimSize;
double elt[1];
} TD1;
typedef TD1 **TD1Hdl;
typedef struct {
int32 dimSize;
lon
www.eeworm.com/read/735/4770
c array3d.c
#include "extcode.h"
_declspec(dllexport) void ARRAY3D(double *array,
int array_length_page,
int array_length_row,
www.eeworm.com/read/735/4809
c array1dexample.c
#include
_declspec(dllexport) void ARRAYfloor1D(double *input,
int input_length,
int *output);
_declspec(
www.eeworm.com/read/735/4819
obj array1dexample.obj
www.eeworm.com/read/4060/24528
h array3d.h
// ============================================================================
// Data Structures For Game Programmers
// Ron Penton
// Array3D
// This is the 3D Array Class.
// ================
www.eeworm.com/read/4060/24568
h array2d.h
// ============================================================================
// Data Structures For Game Programmers
// Ron Penton
// Array2D.h
// This is the 2D Aray class
// ================
www.eeworm.com/read/4060/24578
h array3d.h
// ============================================================================
// Data Structures For Game Programmers
// Ron Penton
// Array3D
// This is the 3D Array Class.
// ================
www.eeworm.com/read/4060/24619
h array2d.h
// ============================================================================
// Data Structures For Game Programmers
// Ron Penton
// Array2D.h
// This is the 2D Aray class
// ================