mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 19:59:36 +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/4/correct.txt
Normal file
1
Ingegneria del Software/4/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(1 + p)
|
1
Ingegneria del Software/4/quest.txt
Normal file
1
Ingegneria del Software/4/quest.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Si consideri un software costituito da due fasi F1 ed F2 ciascuna di costo A. Con probabilità p la fase F1 deve essere ripetuta (a causa di change requests) e con probabilità (1 - p) si passa alla fase F2 e poi al completamento (End) dello sviluppo. Qual'è il costo atteso per lo sviluppo del software seguendo il processo sopra descritto?
|
1
Ingegneria del Software/4/wrong 2.txt
Normal file
1
Ingegneria del Software/4/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*A*p
|
1
Ingegneria del Software/4/wrong.txt
Normal file
1
Ingegneria del Software/4/wrong.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(2 + p)
|
Loading…
Add table
Add a link
Reference in a new issue