Скачиваний:
24
Добавлен:
01.05.2014
Размер:
220 б
Скачать
unit Mydet;
Interface
uses List;

Function det(x1,x2,x3:AList):integer;

Implementation
Function det(x1,x2,x3:AList):integer;
begin
det:=x1.x*(x2.y-x3.y)-x1.y*(x2.x-x3.x)+(x2.x*x3.y-x2.y*x3.x);
end;
end.
Соседние файлы в папке SOURCE
  • #
    01.05.201426.03 Кб25Main.pas
  • #
    01.05.201451 б25Main.~ddp
  • #
    01.05.201442.62 Кб25Main.~dfm
  • #
    01.05.201426.13 Кб24Main.~pas
  • #
    01.05.2014485 б24MYDET.DCU
  • #
    01.05.2014220 б24MYDET.PAS
  • #
    01.05.20148.63 Кб25nonscrol.GID
  • #
    01.05.20147.72 Кб24NONSCROL.HLP
  • #
    01.05.2014809 б24SORT.DCU
  • #
    01.05.2014630 б24Sort.pas
  • #
    01.05.2014621 б24Sort.~pas