No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Pictures: | Pictures: | ||
[https://www.flickr.com/photos/168401348@N08/?] | [https://www.flickr.com/photos/168401348@N08/?] | ||
==Algorithm for Computers 0 — 20.-27.10.18== | |||
{| border="1" | |||
|- | |||
! style="width: 50%" | Result | |||
! style="width: 50%" | Algorithm | |||
|- | |||
| [[File:lol3.jpg|ascending triangle algorithm|600px]] | |||
| Filling an array with random points in an ascending interval and connecting those with triangles. <br><br> [[Media:random_lines_asc.pde|random_lines_asc.pde]] | |||
|- | |||
|} | |||
{| border="1" | |||
|- | |||
! style="width: 50%" | Result | |||
! style="width: 50%" | Algorithm | |||
|- | |||
| [[File:lol5.jpg|ascending triangle algorithm|600px]] | |||
| Executing the algorithm mirrored with different color results in a picture which could be used for a cracked version of Windows ;)<br><br> | |||
|- | |||
|} |
Revision as of 12:56, 14 December 2018
Videos: [1]
Pictures: [2]
Algorithm for Computers 0 — 20.-27.10.18
Result | Algorithm |
---|---|
Filling an array with random points in an ascending interval and connecting those with triangles. random_lines_asc.pde |
Result | Algorithm |
---|---|
Executing the algorithm mirrored with different color results in a picture which could be used for a cracked version of Windows ;) |