代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/461264/7230360
pro rinter.pro
FUNCTION RINTER, P, X, Y, DFDX, DFDY, INITIALIZE = initialize
;+
; NAME:
; RINTER
; PURPOSE:
; Cubic interpolation of an image at a set of reference points.
; EXPLANATION:
; This interp
www.eeworm.com/read/461264/7230558
pro wfpcread.pro
pro wfpcread,file,chip,wfhdr,wfimg,par
;+
; NAME:
; WFPCREAD
; PURPOSE:
; Read designated header and chip of a WFPC1 image
; EXPLANATION:
; This procedure is designed to read the des
www.eeworm.com/read/392997/7247789
h bitmap.h
// bitmap.h
// Data structures defining a bitmap -- an array of bits each of which
// can be either on or off.
//
// Represented as an array of unsigned integers, on which we do
// modulo arithmetic
www.eeworm.com/read/460435/7250507
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/460435/7250864
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/460435/7251260
m devec3.m
function [bestmem,bestval,nfeval, pop] = devec3(fname,VTR,D,XVmin,XVmax,y,NP,itermax,F,CR,strategy,refresh);
% minimization of a user-supplied function with respect to x(1:D),
% using the differential
www.eeworm.com/read/460264/7254615
h hfb.h
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*