代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/289641/7104605
m wim_core.m
%WIM_CORE Channel coefficient computation for a geometric channel model
% [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=WIM_CORE(WIMPAR,LINKPAR,ANTPAR,BULKPAR,BSGAIN,BSGAIN_LOS,MSGAIN,MSGAIN_LOS,OFFSET
www.eeworm.com/read/274556/7126941
m e0240.m
test='This is a test!';
position=findstr(test,'is')
array=strvcat('maxarray','min value','max value');
result_1=strmatch('max',array)
result_2=strrep(test,'test','pest')
[token,remainder]=strtok(
www.eeworm.com/read/293555/7129027
c ex4-6.c
#include
void sort (array, n)
int array[];
int n;
{
int i, j, k, t;
for (i=0; i
www.eeworm.com/read/299984/7140032
m iscolumn.m
%ISCOLUMN Checks whether the argument is a column array
%
% [OK,Y] = ISCOLUMN(X)
%
% INPUT
% X Array: an array of entities such as numbers, strings or cells
%
% OUTPUT
% OK 1 if X is a column
www.eeworm.com/read/299984/7140389
m getpreproc.m
%GETPREPROC Get datafile PREPROC field
%
% PREPROC = GETPREPROC(A)
%
% Retrieves the PREPROC field of the datafile A. This is a
% structure array with two fields:
% - preproc: a string with a comma
www.eeworm.com/read/322188/7147219
h eee.h
#include
template
class Array
{
public:
Array(int size=0);
~Array(){delete [] element;}
int Creat();
void Print(Array& x);
int Copy(Array& x);
void
www.eeworm.com/read/462821/7195489
cpp object.cpp
/*------------------------------------------------------------------------*/
/* */
/* OBJECT.CPP
www.eeworm.com/read/461713/7221610
cpp object.cpp
/*------------------------------------------------------------------------*/
/* */
/* OBJECT.CPP