Скачиваний:
18
Добавлен:
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 Кб19Main.pas
  • #
    01.05.201451 б19Main.~ddp
  • #
    01.05.201442.62 Кб19Main.~dfm
  • #
    01.05.201426.13 Кб18Main.~pas
  • #
    01.05.2014485 б18MYDET.DCU
  • #
    01.05.2014220 б18MYDET.PAS
  • #
    01.05.20148.63 Кб19nonscrol.GID
  • #
    01.05.20147.72 Кб18NONSCROL.HLP
  • #
    01.05.2014809 б18SORT.DCU
  • #
    01.05.2014630 б18Sort.pas
  • #
    01.05.2014621 б18Sort.~pas