mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 15:19:38 +02:00
Adapt to new bot structure
This commit is contained in:
parent
ff7e08ada9
commit
3f84e1d831
3414 changed files with 41525 additions and 709 deletions
13
legacy/Data/ingsw/0613_14/quest.txt
Normal file
13
legacy/Data/ingsw/0613_14/quest.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
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(sc1.output14, sc4.input14)
|
||||
connect(sc3.output31, sc1.input31)
|
||||
connect(sc3.output32, sc2.input32)
|
||||
connect(sc4.output42, sc2.input42)
|
||||
end SysArch;
|
0
legacy/Data/ingsw/0613_14/wrong1.txt
Normal file
0
legacy/Data/ingsw/0613_14/wrong1.txt
Normal file
0
legacy/Data/ingsw/0613_14/wrong2.txt
Normal file
0
legacy/Data/ingsw/0613_14/wrong2.txt
Normal file
0
legacy/Data/ingsw/0613_14/wrong3.txt
Normal file
0
legacy/Data/ingsw/0613_14/wrong3.txt
Normal file
Loading…
Add table
Add a link
Reference in a new issue