mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 17:39:38 +02:00
We finally have files!
This commit is contained in:
commit
475f284670
48 changed files with 2022 additions and 0 deletions
1
Ingegneria del Software/6/correct.txt
Normal file
1
Ingegneria del Software/6/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(2 + p + q)
|
1
Ingegneria del Software/6/quest.txt
Normal file
1
Ingegneria del Software/6/quest.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Si consideri un software sviluppato seguendo un approccio iterativo implementato con due fasi: F1 seguita da F2. Ciascuna fase ha costo A. Con probabilità p potrebbe essere necessario ripetere F1 una seconda volta. Con probabilità q potrebbe essere necessario ripetere F2 una seconda volta. Qual'e' il costo atteso dello sviluppo dell'intero software?
|
1
Ingegneria del Software/6/wrong 2.txt
Normal file
1
Ingegneria del Software/6/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(1 + p + q)
|
1
Ingegneria del Software/6/wrong.txt
Normal file
1
Ingegneria del Software/6/wrong.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(3 + p + q)
|
Loading…
Add table
Add a link
Reference in a new issue