代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/451644/7459700
txt chodcm.txt
procedure CHODCM(A:matrx2; N:integer;var D:array of real; T:array of real);
var
I,J,K:integer; SUM:real;
begin
For I:=1 To N do
begin
Sum:=A[I, I];
For J:=1 To I -
www.eeworm.com/read/451644/7460102
pas unit2.pas
unit Unit2;
interface
uses
unit1;
procedure CHEBFT(A, B:real; var C:array of real; N:integer);
procedure CHEBPC(C:array of real;var D:array of real; N:integer);
implementation
procedure C
www.eeworm.com/read/451644/7460155
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
Function CHEBEV(A, B:real; C:array of real; M:integer; X:real):real;
procedure CHE
www.eeworm.com/read/450999/7474033
pas rotest4.pas
var a:array[1..10,1..10] of integer;
b:array[1..100]of integer;
m,n,i,j,s,p:integer;
begin
write('m=');readln(m);
write('n=');readln(n);
for i:=1 to m do
for j:=1 to n do
www.eeworm.com/read/450999/7474052
pas a77.pas
var a,b,c:array[1..20,1..20] of integer;
i,j,k,m,n,p:integer;
begin
write('m=');readln(m);
write('n=');readln(n);
write('p=');readln(p);
for i:=1 to m do
for j:=1 to n do begin
www.eeworm.com/read/450608/7480142
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/450545/7482368
pas team selection2.pas
const
maxn=524688;
var
er:array[0..20]of longint;
z,n:longint;
p1:array[1..maxn]of longint;
q2,q3:array[1..maxn]of longint;
t:array[1..maxn*2]of longint;
procedure init;
var
www.eeworm.com/read/450545/7482369
pas 炮兵阵地.pas
const
maxn=100;
maxm=10;
maxr=60;
var
s:array[-2..9]of char;
p:array[0..maxn,-2..maxm-1]of char;
w:array[0..maxn,1..maxr]of byte;
t:array[0..maxn,1..maxr]of word;
ct:array[0..
www.eeworm.com/read/449504/7502044
tex svar.tex
\documentclass{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[pdftex]{graphicx}
%\usepackage{amsma