代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/10316/184632
c array2dhandle.c
#include "extcode.h"
/* LabVIEW created typedef */
typedef struct {
int32 dimSizes[2];
double elt[1];
} TD1;
typedef TD1 **TD1Hdl;
_declspec(dllexport) void ARRAY2DHandle(TD1Hdl array);
www.eeworm.com/read/10316/184633
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/10316/184636
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/10316/184652
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/10316/184670
c array3d.c
#include "extcode.h"
_declspec(dllexport) void ARRAY3D(double *array,
int array_length_page,
int array_length_row,
www.eeworm.com/read/10316/184710
c array1dexample.c
#include
_declspec(dllexport) void ARRAYfloor1D(double *input,
int input_length,
int *output);
_declspec(
www.eeworm.com/read/10316/184721
obj array1dexample.obj
www.eeworm.com/read/10761/187931
h mp4array.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/11507/230610
hfss endfire antenna array.hfss
$begin 'AnsoftProject'
Created='Sun Feb 17 17:03:36 2008'
Product='HFSS'
NextUniqueID=0
MoveBackwards=false
$begin 'Desktop'
Version(10, 0)
InfrastructureVersion(1, 0)
$end 'Desktop'
$begin
www.eeworm.com/read/11872/235299
h serverrs232array.h
/////////////////////////////////////////////////////////////////////////////
//
// FILE: ServerRS232Array.h : headder file
//
// See _README.CPP
//
// interface for the CServerRS232Array class.