代码搜索:array

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

代码结果 10,000
www.eeworm.com/read/451644/7459931

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/451644/7460389

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/451644/7460399

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/451329/7467085

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/451329/7467105

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
www.eeworm.com/read/450999/7473907

pas felixee1.pas

program doi_plus_doi_egal_cinci; var a:array [1..30,1..30] of byte; d:array[1..30,1..30]of array[0..30]of byte; n,x,y,i:integer; procedure citire; var n,i,j,c:integer; f:text; b
www.eeworm.com/read/450999/7473917

pas a48.pas

var f:text; n,i,j:integer; a:array[1..20,1..20] of integer; v:array[1..20] of integer; begin assign(f,'bac.in');reset(f); readln(f,n); i:=1; j:=1; for i:=1 to n do
www.eeworm.com/read/450999/7474009

pas rograff9.pas

type muchie=record x,y:integer; end; var v:array[1..50] of muchie; w:array[1..50] of integer; m,n,i,j,k,p,q,l:integer; f:text; begin assign(f,'graf.txt'); reset(f); rea
www.eeworm.com/read/450470/7483285

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/450470/7483306

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