代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/119473/14829626
pas imageprc.pas
program PhotoFilter(input,output);
(* Here is the raw file data type produced by the Photoshop program *)
type
image = array [0..250] of array [0..255] of byte;
(* The variables we will
www.eeworm.com/read/219036/14897336
java synwtfilterfloat.java
/*
* CVS identifier:
*
* $Id: SynWTFilterFloat.java,v 1.7 2000/09/05 09:26:32 grosbois Exp $
*
* Class: SynWTFilterFloat
*
* Description: A specialized synt
www.eeworm.com/read/116631/14962007
pas gl_model_h.pas
{----------------------------------------------------------------------------}
{ }
{ File(s): gl_model.h
www.eeworm.com/read/217040/14981391
dem piksr2.dem
PROGRAM d8r2(input,output,dfile);
(* driver for routine PIKSR2 *)
CONST
np=100;
TYPE
glsarray = ARRAY [1..np] OF real;
VAR
i,j : integer;
a,b : glsarray;
dfile : text;
(*$I
www.eeworm.com/read/217040/14981869
pas eigsrt.pas
PROCEDURE eigsrt(VAR d: glnp; VAR v: glnpnp; n: integer);
(* Programs using routine EIGSRT must define the types
TYPE
glnp = ARRAY [1..np] OF real;
glnpnp = ARRAY [1..np,1..np] OF real;
whe
www.eeworm.com/read/217040/14982116
dem sort2.dem
PROGRAM d8r4(input,output,dfile);
(* driver for routine SORT2 *)
CONST
np=100;
TYPE
glsarray=ARRAY [1..np] OF real;
VAR
i,j : integer;
a,b : glsarray;
dfile : text;
(*$I MOD
www.eeworm.com/read/116023/14992437
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/216488/15005709
m framefile.m
% FrameFile Explain the contents of a mat-file that stores a frame.
% A frame, as used by the files in this catalog, is a quite
% general concept, and can have a lot of variants. A si
www.eeworm.com/read/115259/15019705
asm qpsk.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/214924/15082880
m discrete.m
x=input('please input the signal function and it is a array with format[x1..xn]');
xn=input('please input the signals period and it is a array with format[a:b]');
h=input('please input the system fu