mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 23:59:37 +02:00
move legacy code to separate branch
This commit is contained in:
parent
68a30c8ee6
commit
11b4c48c3a
3528 changed files with 14477 additions and 53258 deletions
19
Data/ingsw/0324_26/quest.txt
Normal file
19
Data/ingsw/0324_26/quest.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
Si consideri il seguente modello Modelica. Quale delle seguenti architetture software meglio lo rappresenta ?
|
||||
|
||||
block SysArch // System Architecture
|
||||
|
||||
SC1 sc1
|
||||
SC2 sc2
|
||||
SC3 sc3
|
||||
SC4 sc4
|
||||
|
||||
connect(sc1.output12, sc2.input12)
|
||||
connect(sc1.output13, sc3.input13)
|
||||
connect(sc2.output23, sc3.input23)
|
||||
connect(sc2.output24, sc4.input24)
|
||||
connect(sc3.output34, sc4.input34)
|
||||
connect(sc4.output41, sc1.input41)
|
||||
connect(sc4.output42, sc2.input42)
|
||||
|
||||
|
||||
end SysArch;
|
0
Data/ingsw/0324_26/wrong1.txt
Normal file
0
Data/ingsw/0324_26/wrong1.txt
Normal file
0
Data/ingsw/0324_26/wrong2.txt
Normal file
0
Data/ingsw/0324_26/wrong2.txt
Normal file
0
Data/ingsw/0324_26/wrong3.txt
Normal file
0
Data/ingsw/0324_26/wrong3.txt
Normal file
Loading…
Add table
Add a link
Reference in a new issue