代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/156798/11773708
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/156798/11774826
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/156798/11774848
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/259580/11780075
output minheap.output
Heap size is 3
Elements in array order are
5 20 10
Heap size is 5
Elements in array order are
5 15 10 20 30
The min element is 5
The min element is 10
The min element is 15
Heap siz
www.eeworm.com/read/259580/11780939
output maxheap.output
Heap size is 3
Elements in array order are
20 10 5
Heap size is 5
Elements in array order are
30 20 5 10 15
The max element is 30
The max element is 20
The max element is 15
Heap si
www.eeworm.com/read/258869/11835593
pas setupapi.pas
{******************************************************************}
{ }
{ Borland Delphi Runtime Library
www.eeworm.com/read/258599/11852638
txt errata.txt
Errata for Pointers on C
--------------------------------------------------------------------------------
Please send errata to -- thanks!
----------------------------------------------------
www.eeworm.com/read/154775/11927210
summary
A Quick Summary of raidreconf
History:
Raidreconf was originally written by Jakob Oestergaard in 1999. This package
could convert between any block device and a Software RAID-0 array. Convert
inc
www.eeworm.com/read/154775/11927314
5 raidtab.5
.\" -*- nroff -*-
.TH raidtab 5
.SH NAME
raidtab \- configuration file for md (RAID) devices
.SH DESCRIPTION
\fB/etc/raidtab\fR is the default configuration file for the raid
tools (\fBraidstart\fP an
www.eeworm.com/read/154058/11991346
bas aml_func.bas
Attribute VB_Name = "aml_func"
' Environmental Systems Research Institute, Inc.
'Module Name: aml_func.bas
'Description: Used to perform AML-like functions for string manipipulation.
'