代码搜索:array

找到约 10,000 项符合「array」的源代码

代码结果 10,000
www.eeworm.com/read/132006/14116363

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; Procedure TRED2(var A:matrx2; N:integer; var D:array of real;
www.eeworm.com/read/233811/14134616

c util.c

/* * Copyright 1997, Regents of the University of Minnesota * * util.c * * This function contains various utility routines * * Started 9/28/95 * George * * $Id: util.c,v 1.1 1998/11/27 17:59
www.eeworm.com/read/233421/14153568

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; Function GASDEV:real; Procedure SVDVAR(V:matrx2; MA, NP:integer; W:array of real;
www.eeworm.com/read/233421/14153661

txt polcof.txt

procedure POLCOF(XA, YA:array of real; N:integer; var COF:array of real); var X, Y:array[0..15] of real; I,J,K:integer; XMIN,DY:real; begin For J:=1 To N do begin X
www.eeworm.com/read/233421/14154371

pas unit2.pas

unit Unit2; interface uses unit1; Procedure TRED2(var A:matrx2; N:integer; var D:array of real;var E:array of real); implementation Procedure TRED2(var A:matrx2; N:
www.eeworm.com/read/233421/14154388

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; Procedure TRED2(var A:matrx2; N:integer; var D:array of real;
www.eeworm.com/read/233389/14156241

pas setupapi.pas

{******************************************************************} { } { Borland Delphi Runtime Library
www.eeworm.com/read/130108/14208279

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 com
www.eeworm.com/read/129922/14216867

c arrayadd.c

#include void main(void) { int count[10]; float salaries[5]; long distances[10]; printf("Address of the array count is %x\n", count); printf("Address of the array
www.eeworm.com/read/129922/14216892

c arraytwo.c

#include void main(void) { int count[10]; float salaries[5]; long distances[10]; printf("Address of the array count is %x &count is %x\n", count, &count); p