Playground

All items inside internal are listed here.

This is a page where you can try different stuff

Questions:

  1. mai pastram available sectiunea de arhiva pentru toata lumea
  2. daca da, mai facem arhiva la ce e prezent?

Click to display ⇲

Click to hide ⇱

This is a spoiler




This is a tip. Empty line inserted above

This is a stop

This is a attention

Limbaj selectat: System Verilog - arata mai fancy

 This is a shitty title

Caption not available, but you can see the title if you move the cursor

    module exemplu_assign(output out, input a, b, c);
 
        assign out = (a && !b) || c;
 
    endmodule
Exemplu input pentru un labirint 8x8

Coltul din stanga sus are indicii (0,0)

starting_row = 1
starting_col = 1
 
   0 1 2 3 4 5 6 7
   _______________
0 |1 1 1 1 1 1 1 1
1 |1 0 1 0 0 0 0 0
2 |1 0 1 0 1 1 1 1
3 |1 0 0 0 1 1 0 1
4 |1 1 0 1 1 0 0 1
5 |1 1 1 1 1 0 1 1
6 |1 1 0 0 0 0 1 1
7 |1 1 1 1 1 1 1 1
Exemplu output pentru un labirint 8x8
   0 1 2 3 4 5 6 7
   _______________
0 |1 1 1 1 1 1 1 1
1 |1 2 1 2 2 2 2 2
2 |1 2 1 2 1 1 1 1
3 |1 2 2 2 1 1 0 1
4 |1 1 2 1 1 0 0 1
5 |1 1 1 1 1 0 1 1
6 |1 1 0 0 0 0 1 1
7 |1 1 1 1 1 1 1 1

Ruta folosind algoritmul Wall Follower: (1,1) → (2,1) → (3,1) → (3,2) → (4,2) → (3,2) → (3,3) → (2,3) → (1,3) → (1,4) → (1,5) → (1,6) → (1,7)

ac-is/internal/playground.txt · Last modified: 2021/11/22 15:54 by eduard.ciurezu
Old revisions
Media ManagerBack to top
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0