Новые группы заданий для задачника

This commit is contained in:
Mikhail Abramyan 2018-09-24 12:53:05 +04:00
parent 2220dd6a2d
commit f71f9783bc
15 changed files with 53 additions and 0 deletions

Binary file not shown.

BIN
bin/PT4/Lib/PT4ArrFind.dll Normal file

Binary file not shown.

BIN
bin/PT4/Lib/PT4ArrGen.dll Normal file

Binary file not shown.

BIN
bin/PT4/Lib/PT4ArrObj.dll Normal file

Binary file not shown.

View file

@ -0,0 +1,5 @@
[=PascalABC]
[0]
uses PT4, ABCDatabases;
[1000]

BIN
bin/PT4/Lib/PT4ArrOp.dll Normal file

Binary file not shown.

BIN
bin/PT4/Lib/PT4ArrShift.dll Normal file

Binary file not shown.

BIN
bin/PT4/Lib/PT4ArrSlice.dll Normal file

Binary file not shown.

Binary file not shown.

BIN
bin/PT4/Lib/PT4ObjArray.dll Normal file

Binary file not shown.

View file

@ -0,0 +1,48 @@
[=PascalABC]
[0]
uses PT4, ABCDatabases;
[-HW]
[1-24]
begin
Task('%{task}');
var a := GetFitness;
a.Show;
end.
[25-36]
begin
Task('%{task}');
var a := GetAbiturs;
a.Show;
end.
[37-48]
begin
Task('%{task}');
var a := GetDebtors;
a.Show;
end.
[49-60]
begin
Task('%{task}');
var a := GetFuelStations;
a.Show;
end.
[61-72]
begin
Task('%{task}');
var a := GetPupilExams;
a.Show;
end.
[73-82]
begin
Task('%{task}');
var a := GetPupilMarks;
a.Show;
end.
[1000]

BIN
bin/PT4/Lib/PT4ZArray.dll Normal file

Binary file not shown.

BIN
bin/PT4/Lib/PT4ZMatrix.dll Normal file

Binary file not shown.

BIN
bin/PT4/Lib/PT4ZMinmax.dll Normal file

Binary file not shown.

BIN
bin/PT4/Lib/PT4ZSeries.dll Normal file

Binary file not shown.