Search Results: File:PascalABC.png

Sorry, the article you're looking for isn't specifically available. Here are related topics:


File:PascalABC.png
Selasa, 2020-09-22 00:52:50

DescriptionPascalABC.png Screenshot of Lesson 1 Date 10.02.2020 Source Own screenshot, http://pascalabc.net/ssyilki-dlya-skachivaniya Author Ivan Bondarev...

Click to read more »
File:Turtle Dawing Unit of PascalABC.NET.png
Rabu, 2026-05-06 04:39:15

Commons Attribution-Share Alike 4.0 truetrue English Turtle Dawing Unit of PascalABC.NET author name string: Smart squirrel 2020 Wikimedia username: Smart...

Click to read more »
File:Screenshot of PascalABC.NET IDE.png
Rabu, 2024-03-13 20:19:22

Creative Commons Attribution-Share Alike 4.0 truetrue English Screenshot of PascalABC.NET IDE author name string: Smart squirrel 2020 Wikimedia username: Smart...

Click to read more »
File:PascalABC Lesson3.png
Selasa, 2025-12-30 12:21:18

DescriptionPascalABC Lesson3.png Screenshot of Lesson 3 Date 18 February 2020 Source Own screenshot, http://pascalabc.net/ssyilki-dlya-skachivaniya Author...

Click to read more »
File:PascalABC Lesson2.png
Jumat, 2026-05-29 10:36:41

DescriptionPascalABC Lesson2.png Screenshot of Lesson 2 Date 18 February 2020 Source Own screenshot, https://pascalabc.net/ssyilki-dlya-skachivaniya Author...

Click to read more »
File:Кривая Дракона.png
Sabtu, 2023-08-12 23:43:17

{ PascalABC.Net} uses GraphABC; procedure Draw(x, y, x1, y1, k: integer); begin if k > 0 then begin var xn := (x + x1) div 2 + (y1 - y) div 2; var yn :=...

Click to read more »
File:Бинарное дерево.png
Sabtu, 2023-08-12 22:02:04

10, W div 5, Iterations); Redraw(); end. {Адаптировано под PascalABC 3.0.1.35.} uses GraphABC; const H = 50; Iterations = 6; procedure DrawTree(x, y, dx...

Click to read more »
File:PascalABC 1 Begin.png
Jumat, 2020-10-30 13:14:33

DescriptionPascalABC 1 Begin.png Screenshot of Lesson 1 Date 10.02.2020 Source Own work Author Рулин...

Click to read more »
File:PascalAbc Lesson2 2.png
Senin, 2025-12-15 21:23:51

DescriptionPascalAbc Lesson2 2.png English: For lesson2 in wikibooks Date 18 February 2020 Source Own work Author Рулин...

Click to read more »
File:PascalABC 1 Itog.png
Sabtu, 2020-10-31 13:08:47

DescriptionPascalABC 1 Itog.png Screenshot of Lesson 1 Date 9.02.2020 Source Own work Author Рулин...

Click to read more »
File:PascalABC Lesson3 2.png
Minggu, 2026-05-03 11:53:16

DescriptionPascalABC Lesson3 2.png Screenshot of Lesson 3 Date 18 February 2020 Source Own screenshot, https://pascalabc.net/ssyilki-dlya-skachivaniya...

Click to read more »
File:Вращающиеся треугольники Серпинского.png
Selasa, 2024-02-13 08:45:37

Fractals[i].RedrawFractal(); Redraw(); end; end. {Адаптировано под PascalABC 3.0.1.35.} uses GraphABC, PointRect; const N = 30; M = 20; Angle = 120; var W, H: integer;...

Click to read more »
File:Фрактал из окружностей.png
Minggu, 2023-08-13 00:54:27

uses GraphABC; const K = 2.6; procedure RCircle(x, y, r: real):=Circle(Round(x), Round(y), Round(r)); procedure Draw(x, y, r: real); begin RCircle(x,...

Click to read more »
File:Разноцветные прямоугольники.png
Minggu, 2023-08-13 00:21:36

uses GraphABC; procedure RRect(x, y, x1, y1: real; c: Color); begin SetBrushColor(c); FillRect(Round(x), Round(y), Round(x1), Round(y1)); end; procedure...

Click to read more »
File:Множество Мандельброта.png
Minggu, 2023-08-13 00:07:33

uses GraphABC; const N = 255; Max = 10; W = 400; H = 300; K = 0.002; begin SetWindowIsFixedSize(true); SetWindowSize(W, H); LockDrawing(); for var ix...

Click to read more »
File:Фрактальные окружности.png
Senin, 2026-03-09 14:10:54

uses GraphABC; const N = 5; procedure RCircle(x, y, r: real):=Circle(Round(x), Round(y), Round(r)); procedure Draw(x, y, r: real); begin var r1 := r /...

Click to read more »
File:V-дерево.png
Sabtu, 2023-08-12 21:52:15

uses GraphABC; const Angle = -Pi / 4; procedure RLine(x, y, x1, y1: real) := Line(Round(x), Round(y), Round(x1), Round(y1)); procedure Draw(x, y, l: real;...

Click to read more »
File:Гребень Кантора.png
Selasa, 2026-03-03 06:32:10

'*H' - shift down during one iteration uses GraphABC; const H = 30; procedure Draw(x, y, x1, y1: integer; connect: boolean); begin var d := x1 - x; if...

Click to read more »
File:Ковер Серпинского.png
Senin, 2024-11-18 05:05:21

uses GraphABC; procedure RDrawRectangle(x, y, x1, y1: real):=DrawRectangle(Round(x), Round(y), Round(x1), Round(y1)); procedure Draw(x, y, w, h: real);...

Click to read more »
File:Буква H.png
Sabtu, 2023-08-12 22:10:08

uses GraphABC; procedure RLine(x, y, x1, y1: real):=Line(Round(x), Round(y), Round(x1), Round(y1)); procedure Draw(x, y, l: real); begin var xp := x +...

Click to read more »
File:Фрактал из прямоугольников.png
Selasa, 2026-04-07 09:07:37

uses GraphABC; const P = 49 / 100; procedure RRect(x, y, x1, y1: real):=Rectangle(Round(x), Round(y), Round(x1 + 1), Round(y1 + 1)); procedure Draw(x...

Click to read more »
File:Папоротник.png
Sabtu, 2026-01-03 19:46:09

of one branch relative to another MaxAng - maximum tilt angle uses GraphABC; const Rotate = 50; MaxAng = 10; var Ang: integer; procedure Draw(x, y, l...

Click to read more »
File:Розовое растение.png
Minggu, 2023-08-13 00:24:06

uses GraphABC; const Rotation = 10; MinAngle = -180; MaxAngle = 0; RandomAngle = 45; procedure RLine(x, y, x1, y1: real):=Line(Round(x), Round(y), Round(x1)...

Click to read more »
File:Троичное дерево.png
Minggu, 2023-08-13 00:50:28

uses GraphABC; const Length = 240; Angle = 120; procedure Draw(x, y, r: real; ang, rotation: real); var xp, yp: real; begin var steps := 360 div Angle...

Click to read more »
File:Тонкое дерево Пифагора.png
Sabtu, 2025-07-12 21:42:55

uses GraphABC; procedure RLine(x, y, x1, y1: real):=Line(Round(x), Round(y), Round(x1), Round(y1)); procedure Draw(x, y, r, angle: real); begin var ang1...

Click to read more »
File:Ураган.png
Minggu, 2023-08-13 00:52:13

uses GraphABC; const N = 10; K1 = 0.67; K2 = 0.18; IncAngle = 10; procedure Draw(x, y, r, ang: real); begin if r > 2 then begin Draw(x, y, r * K1, ang...

Click to read more »
File:Чёртова лестница.png
Minggu, 2023-08-13 01:08:10

uses GraphABC; procedure RLine(x, y, x1, y1: real):=Line(Round(x), Round(y), Round(x1), Round(y1)); function Distance(x, y, x1, y1: real):= Sqrt(Sqr(x1...

Click to read more »
File:Ледяной квадрат.png
Minggu, 2026-04-12 12:55:13

uses GraphABC; procedure RLine(x, y, x1, y1: real):=Line(Round(x), Round(y), Round(x1), Round(y1)); procedure Draw(x, y, r, angle: real); begin var angle1...

Click to read more »
File:Треугольник Серпинского.png
Sabtu, 2026-06-06 23:00:33

uses GraphABC; procedure RLine(x, y, x1, y1: real) := Line(Round(x), Round(y), Round(x1), Round(y1)); procedure Draw(x, y, x1, y1, x2, y2: real; iterations:...

Click to read more »
File:Спиральные квадраты.png
Minggu, 2025-10-19 19:45:12

https://ru.wikibooks.org/wiki/Книга программиста/Книга фракталов uses GraphABC; const Min = 1; DeltaAng = Pi / 20; CX = 320; CY = 240; var R: real; A: real;...

Click to read more »
File:Комок шерсти.png
Selasa, 2024-02-13 08:10:57

a random angle can take modulo AngleCount - number of corners uses GraphABC; const Rotation = 15; MinAngle = -400; MaxAngle = 400; RandomAngle = 10;...

Click to read more »
File:Дерево Пифагора.png
Minggu, 2023-08-13 00:42:07

original side length of the square RotationAngle - branch angle uses GraphABC; const Size = 100; RotationAngle = 45; procedure RLine(x, y, x1, y1: real)...

Click to read more »
File:Снежинка .png
Minggu, 2023-08-13 00:35:40

coefficient of change of the second radius DeltaAngle - branch angle uses GraphABC; const N = 11; K1 = 4; K2 = 0.6; DeltaAngle = 50; procedure RLine(x, y, x1...

Click to read more »
File:Папоротники.png
Sabtu, 2025-09-20 20:24:02

uses GraphABC; const Rotate = 40; var Ang: integer; procedure Draw(x, y, l, angle: real; s: integer; toRight: boolean); begin var ang1 := DegToRad(angle);...

Click to read more »
File:Снежинка Коха2.png
Minggu, 2023-08-13 01:10:12

uses GraphABC; procedure RLine(x, y, x1, y1: real) := Line(Round(x), Round(y), Round(x1), Round(y1)); function GetAngle(x, y, x2, y2: real): real; begin...

Click to read more »
File:Двоичное дерево.png
Sabtu, 2025-05-31 14:25:52

uses GraphABC; const Angle = -Pi / 4; type EdgeData = auto class A, B, C: Point; R: integer; end; var DataStack: Stack<EdgeData>; function RotatePoint(pA:...

Click to read more »
File:Ледовый многоугольник.png
Sabtu, 2023-08-12 23:59:59

uses GraphABC; const N = 4; R = 300; Inside = true; K = 0.5; procedure RLine(x, y, x1, y1: real):=Line(Round(x), Round(y), Round(x1), Round(y1)); procedure...

Click to read more »
File:Наклоненное дерево Пифагора.png
Sabtu, 2024-10-05 01:20:54

original side length of the square RotationAngle - branch angle uses GraphABC; const Size = 100; RotationAngle = 50; procedure RLine(x, y, x1, y1: real)...

Click to read more »
File:Кольцо деревьев.png
Kamis, 2024-12-19 15:10:47

uses GraphABC; const K1 = 0.99; K2 = 0.5; K3 = 0.45; IncAngle = 15; Rotation = 45; R1 = 130; R2 = 160; Iterations = 10; procedure RLine(x, y, x1, y1:...

Click to read more »
File:Кривая Минковского.png
Minggu, 2023-08-13 01:14:43

uses GraphABC; procedure RLine(x, y, x1, y1: real) := Line(Round(x), Round(y), Round(x1), Round(y1)); function GetAngle(x, y, x2, y2: real): real; begin...

Click to read more »
File:Карта высот.png
Selasa, 2024-02-13 08:08:02

RndMax - upper bound uses GraphABC; const RndMax = 255; type Point3D = class X, Y, Z: real; constructor(px, py, pz: real); begin X := px; Y := py; Z :=...

Click to read more »
File:Ледовая буква H.png
Sabtu, 2023-08-12 23:45:43

uses GraphABC; const K = 0.45; procedure RLine(x, y, x1, y1: real):=Line(Round(x), Round(y), Round(x1), Round(y1)); procedure Draw(x, y, r, angle: real);...

Click to read more »
File:Sierpinski-Curve-2.png
Selasa, 2024-02-13 17:57:50

:bottom) points <- Point.new(px - sd, py - d - sd, :left) end end end uses GraphABC; procedure RLine(x, y, x1, y1: real) := Line(Round(x), Round(y), Round(x1)...

Click to read more »
File:Штамп текста.png
Kamis, 2025-05-01 13:57:30

DescriptionШтамп текста.png English: Штамп текста Date 2 September 2017 Source Own work Author Владислав Молдован...

Click to read more »