mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 01:39:37 +02:00
Refactor repo structure
This commit is contained in:
parent
36ac339086
commit
8fc89fbc03
1732 changed files with 3812 additions and 67 deletions
18
Data/Questions/ingsw/0324_47/quest.txt
Normal file
18
Data/Questions/ingsw/0324_47/quest.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
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(sc2.output21, sc1.input21)
|
||||
connect(sc2.output24, sc4.input24)
|
||||
connect(sc3.output31, sc1.input31)
|
||||
connect(sc4.output41, sc1.input41)
|
||||
connect(sc4.output42, sc2.input42)
|
||||
connect(sc4.output43, sc3.input43)
|
||||
end SysArch;
|
Loading…
Add table
Add a link
Reference in a new issue