代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/449530/7501230
c array2d.c
// array2d.c -- functions for 2d arrays
#include
#define ROWS 3
#define COLS 4
void sum_rows(int ar[][COLS], int rows);
void sum_cols(int [][COLS], int ); // ok to omit names
int su
www.eeworm.com/read/446971/7562193
h array_rc_s.h
#ifndef ARRAY_RC_S_H
#define ARRAY_RC_S_H
#include "Array_S.C"
#include "Array_RC.C"
template
class Array_RC_S : public Array_RC,
public Array_S
www.eeworm.com/read/446874/7563661
h bmp2array.h
/****************************************************************************
Copyright (c) 深圳市民德电子科技有限公司 http://www.szminde.cn
文件名称:bmp2array.h
版本号: 1.0
日期: 2005-05-25
说明: bmp2array
www.eeworm.com/read/446874/7563663
c bmp2array.c
/****************************************************************************
Copyright (c) 深圳市民德电子科技有限公司 http://www.szminde.cn
文件名称:bmp2array.c
版本号: 1.0
日期: 2005-05-25
说明: 此文件中包含这个d
www.eeworm.com/read/446874/7563678
o bmp2array.o
www.eeworm.com/read/445555/7593641
cpp 004-queen_array.cpp
#include
#include
int n, *p, flag;
long cnt;
clock_t start_time,end_time;
int judge(int i, int j) {
int k;
if (j > n) {
return 0;
}
for (k = i - 1; k >= 1; k--) {
www.eeworm.com/read/445413/7595677
m bft_convex_array.m
%BFT_CONVEX_ARRAY Create a convex array transducer
%
%USAGE : xdc = bft_convex_array(no_elements, width, kerf, Rconvex)
% OR : xdc = bft_convex_array(no_elements, pitch, Rconvex)
%
%INPUTS : no_e
www.eeworm.com/read/445413/7595692
m bft_linear_array.m
%BFT_LINEAR_ARRAY - Create a linear array.
%
%USAGE : xdc = bft_linear_array(no_elements, width, kerf)
% OR : xdc = bft_linear_array(no_elements, pitch)
%
%INPUT : no_elements - Number of elele
www.eeworm.com/read/441228/7673775
p sga__array_to_matrix.p
www.eeworm.com/read/435547/7790669
m planar_array_gui.m
function varargout = planar_array_gui(varargin)
% PLANAR_ARRAY_GUI M-file for planar_array_gui.fig
% PLANAR_ARRAY_GUI, by itself, creates a new PLANAR_ARRAY_GUI or raises the existing
% s