SlideShare a Scribd company logo
1 of 43
1
2
3
•
•

4
5
6
•
•

•
•

7
•
•

8
•
•
•

9
•
•

•
•

10
•
•

•
•

11
private void RunScript(List<double> x,
double y, ref object output)
{
List<double> list = new List<double>();
list = x;
double diff = new double();
DataTree<double> tree = new DataTree<double>();
if (y.Equals(null) || y.Equals(0))
{
y = 0.05;
}
y = Math.Abs(y);
int i = 0;
while (list.Count > 1)
{
diff = list[0] - list[0] * y;
GH_Path path = new GH_Path(i);
while (list[0] > diff)
{
tree.Add(list[0], path);
if (list.Count > 1)
{
list.RemoveAt(0);
}
else
{
list[0] = 0;
}
}
i = i + 1;
}
output = tree;
}

12
13
14
15
16
17
18
19
20
21
22
23
•
•

24
90

80
70
60

Iniziale

50

Ottimizzata

40
30
20
10
0

<0

3

6

9

12

15

18

21

24

27

30

>30

[m]

400
350
300
250
200
150
100
50

0

[mm]

25
N°
Pannelli

8

11

15

19

23

26

30

Raggio +
[m]

-30
-26
-23
-19
Raggio [m]

26
N° Stampi

1

6

8

N° Pann.

86

108

80

€stampi

0

2

24

€pannelli

1

2

5

86

228

592

TOT

27
28
29
•
•
•

•
•

30
31
Analisi

Calcola UF
per ogni
trave

Tutti gli
UF<1?
yes

no

1.0
0.9

Fine loop

Aggiorna gli
spessori
32
33
34
1.05
1
0.95
0.9
0.85
0.8
0.75
0.7
0

25

50

75

100

125

150

25

50

75

100

125

150

ε
0.0025

0.002

0.0015

0.001

0.0005
0

35
36
37
38
kDEAD=0.29
kSnow=0.43
kWind=0.67

39
40
41
42
43

More Related Content

What's hot

Functional Programming
Functional ProgrammingFunctional Programming
Functional Programming
chriseidhof
 

What's hot (20)

The Ring programming language version 1.8 book - Part 43 of 202
The Ring programming language version 1.8 book - Part 43 of 202The Ring programming language version 1.8 book - Part 43 of 202
The Ring programming language version 1.8 book - Part 43 of 202
 
Hash table and heaps
Hash table and heapsHash table and heaps
Hash table and heaps
 
The Ring programming language version 1.5.3 book - Part 30 of 184
The Ring programming language version 1.5.3 book - Part 30 of 184The Ring programming language version 1.5.3 book - Part 30 of 184
The Ring programming language version 1.5.3 book - Part 30 of 184
 
Introduction to R
Introduction to RIntroduction to R
Introduction to R
 
The Ring programming language version 1.6 book - Part 35 of 189
The Ring programming language version 1.6 book - Part 35 of 189The Ring programming language version 1.6 book - Part 35 of 189
The Ring programming language version 1.6 book - Part 35 of 189
 
Functional Programming
Functional ProgrammingFunctional Programming
Functional Programming
 
Артём Акуляков - F# for Data Analysis
Артём Акуляков - F# for Data AnalysisАртём Акуляков - F# for Data Analysis
Артём Акуляков - F# for Data Analysis
 
BingoConsoleApp
BingoConsoleAppBingoConsoleApp
BingoConsoleApp
 
Gopher conbr golang e data science - oficial
Gopher conbr   golang e data science - oficialGopher conbr   golang e data science - oficial
Gopher conbr golang e data science - oficial
 
Intro To Agda
Intro To AgdaIntro To Agda
Intro To Agda
 
Yin Yangs of Software Development
Yin Yangs of Software DevelopmentYin Yangs of Software Development
Yin Yangs of Software Development
 
Pandas pythonfordatascience
Pandas pythonfordatasciencePandas pythonfordatascience
Pandas pythonfordatascience
 
The Future Shape of Ruby Objects
The Future Shape of Ruby ObjectsThe Future Shape of Ruby Objects
The Future Shape of Ruby Objects
 
MS2 POwer Rules
MS2 POwer RulesMS2 POwer Rules
MS2 POwer Rules
 
Functional programming in scala
Functional programming in scalaFunctional programming in scala
Functional programming in scala
 
Type classes 101 - classification beyond inheritance
Type classes 101 - classification beyond inheritanceType classes 101 - classification beyond inheritance
Type classes 101 - classification beyond inheritance
 
The Ring programming language version 1.5.4 book - Part 30 of 185
The Ring programming language version 1.5.4 book - Part 30 of 185The Ring programming language version 1.5.4 book - Part 30 of 185
The Ring programming language version 1.5.4 book - Part 30 of 185
 
Data Structures In Scala
Data Structures In ScalaData Structures In Scala
Data Structures In Scala
 
Lecture17 arrays.ppt
Lecture17 arrays.pptLecture17 arrays.ppt
Lecture17 arrays.ppt
 
Ch16 11
Ch16 11Ch16 11
Ch16 11
 

Similar to Master's Thesis

( PLEASE SHOW HOW TO IMPLEMENT THE DELETION FUNCTION )SAMPLE OUTPU.pdf
( PLEASE SHOW HOW TO IMPLEMENT THE DELETION FUNCTION )SAMPLE OUTPU.pdf( PLEASE SHOW HOW TO IMPLEMENT THE DELETION FUNCTION )SAMPLE OUTPU.pdf
( PLEASE SHOW HOW TO IMPLEMENT THE DELETION FUNCTION )SAMPLE OUTPU.pdf
aristogifts99
 
関数潮流(Function Tendency)
関数潮流(Function Tendency)関数潮流(Function Tendency)
関数潮流(Function Tendency)
riue
 
High Wizardry in the Land of Scala
High Wizardry in the Land of ScalaHigh Wizardry in the Land of Scala
High Wizardry in the Land of Scala
djspiewak
 
02 Arrays And Memory Mapping
02 Arrays And Memory Mapping02 Arrays And Memory Mapping
02 Arrays And Memory Mapping
Qundeel
 
Functional programming basics
Functional programming basicsFunctional programming basics
Functional programming basics
openbala
 

Similar to Master's Thesis (20)

Abstract Algebra and Category Theory
Abstract Algebra and Category Theory Abstract Algebra and Category Theory
Abstract Algebra and Category Theory
 
( PLEASE SHOW HOW TO IMPLEMENT THE DELETION FUNCTION )SAMPLE OUTPU.pdf
( PLEASE SHOW HOW TO IMPLEMENT THE DELETION FUNCTION )SAMPLE OUTPU.pdf( PLEASE SHOW HOW TO IMPLEMENT THE DELETION FUNCTION )SAMPLE OUTPU.pdf
( PLEASE SHOW HOW TO IMPLEMENT THE DELETION FUNCTION )SAMPLE OUTPU.pdf
 
関数潮流(Function Tendency)
関数潮流(Function Tendency)関数潮流(Function Tendency)
関数潮流(Function Tendency)
 
Haskellで学ぶ関数型言語
Haskellで学ぶ関数型言語Haskellで学ぶ関数型言語
Haskellで学ぶ関数型言語
 
High Wizardry in the Land of Scala
High Wizardry in the Land of ScalaHigh Wizardry in the Land of Scala
High Wizardry in the Land of Scala
 
Hitchhiker's Guide to Functional Programming
Hitchhiker's Guide to Functional ProgrammingHitchhiker's Guide to Functional Programming
Hitchhiker's Guide to Functional Programming
 
A bit about Scala
A bit about ScalaA bit about Scala
A bit about Scala
 
Datastruct2
Datastruct2Datastruct2
Datastruct2
 
02 Arrays And Memory Mapping
02 Arrays And Memory Mapping02 Arrays And Memory Mapping
02 Arrays And Memory Mapping
 
Purely Functional Data Structures in Scala
Purely Functional Data Structures in ScalaPurely Functional Data Structures in Scala
Purely Functional Data Structures in Scala
 
TDC2017 | São Paulo - Trilha Android How we figured out we had a SRE team at ...
TDC2017 | São Paulo - Trilha Android How we figured out we had a SRE team at ...TDC2017 | São Paulo - Trilha Android How we figured out we had a SRE team at ...
TDC2017 | São Paulo - Trilha Android How we figured out we had a SRE team at ...
 
Functional programming basics
Functional programming basicsFunctional programming basics
Functional programming basics
 
Mementopython3 english
Mementopython3 englishMementopython3 english
Mementopython3 english
 
Python3
Python3Python3
Python3
 
Modern Application Foundations: Underscore and Twitter Bootstrap
Modern Application Foundations: Underscore and Twitter BootstrapModern Application Foundations: Underscore and Twitter Bootstrap
Modern Application Foundations: Underscore and Twitter Bootstrap
 
Brief intro to clojure
Brief intro to clojureBrief intro to clojure
Brief intro to clojure
 
Modern technologies in data science
Modern technologies in data science Modern technologies in data science
Modern technologies in data science
 
TDC2016SP - Trilha Programação Funcional
TDC2016SP - Trilha Programação FuncionalTDC2016SP - Trilha Programação Funcional
TDC2016SP - Trilha Programação Funcional
 
Haskell 101
Haskell 101Haskell 101
Haskell 101
 
Scala
ScalaScala
Scala
 

Recently uploaded

Call girls In Rana Pratap Bagh {Delhi ↫8447779280↬Escort Service (Delhi)
Call girls In Rana Pratap Bagh {Delhi ↫8447779280↬Escort Service (Delhi)Call girls In Rana Pratap Bagh {Delhi ↫8447779280↬Escort Service (Delhi)
Call girls In Rana Pratap Bagh {Delhi ↫8447779280↬Escort Service (Delhi)
asmaqueen5
 
BPTP THE AMAARIO Luxury Project Invest Like Royalty in Sector 37D Gurgaon Dwa...
BPTP THE AMAARIO Luxury Project Invest Like Royalty in Sector 37D Gurgaon Dwa...BPTP THE AMAARIO Luxury Project Invest Like Royalty in Sector 37D Gurgaon Dwa...
BPTP THE AMAARIO Luxury Project Invest Like Royalty in Sector 37D Gurgaon Dwa...
ApartmentWala1
 
Low rate ↬Call girls in Sabzi Mandi Delhi | 8447779280}Escort Service In All ...
Low rate ↬Call girls in Sabzi Mandi Delhi | 8447779280}Escort Service In All ...Low rate ↬Call girls in Sabzi Mandi Delhi | 8447779280}Escort Service In All ...
Low rate ↬Call girls in Sabzi Mandi Delhi | 8447779280}Escort Service In All ...
asmaqueen5
 
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 23 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 23 (Gurgaon)Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 23 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 23 (Gurgaon)
delhi24hrs1
 
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 26 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 26 (Gurgaon)Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 26 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 26 (Gurgaon)
delhi24hrs1
 
BPTP THE AMAARIO For The Royals Of Tomorrow in Sector 37D Gurgaon Dwarka Expr...
BPTP THE AMAARIO For The Royals Of Tomorrow in Sector 37D Gurgaon Dwarka Expr...BPTP THE AMAARIO For The Royals Of Tomorrow in Sector 37D Gurgaon Dwarka Expr...
BPTP THE AMAARIO For The Royals Of Tomorrow in Sector 37D Gurgaon Dwarka Expr...
ApartmentWala1
 
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 28 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 28 (Gurgaon)Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 28 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 28 (Gurgaon)
delhi24hrs1
 
~Call Girls In Roop Nagar {8447779280}(Low Price) Escort Service In Delhi
~Call Girls In Roop Nagar {8447779280}(Low Price) Escort Service In Delhi~Call Girls In Roop Nagar {8447779280}(Low Price) Escort Service In Delhi
~Call Girls In Roop Nagar {8447779280}(Low Price) Escort Service In Delhi
asmaqueen5
 
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 22 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 22 (Gurgaon)Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 22 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 22 (Gurgaon)
delhi24hrs1
 
MEQ Mainstreet Equity Corp Q2 2024 Investor Presentation
MEQ Mainstreet Equity Corp Q2 2024 Investor PresentationMEQ Mainstreet Equity Corp Q2 2024 Investor Presentation
MEQ Mainstreet Equity Corp Q2 2024 Investor Presentation
MEQ - Mainstreet Equity Corp.
 

Recently uploaded (20)

Jaipur Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Jaipur Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsJaipur Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Jaipur Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
Housing Price Regulation Thesis Defense by Slidesgo.pptx
Housing Price Regulation Thesis Defense by Slidesgo.pptxHousing Price Regulation Thesis Defense by Slidesgo.pptx
Housing Price Regulation Thesis Defense by Slidesgo.pptx
 
Call girls In Rana Pratap Bagh {Delhi ↫8447779280↬Escort Service (Delhi)
Call girls In Rana Pratap Bagh {Delhi ↫8447779280↬Escort Service (Delhi)Call girls In Rana Pratap Bagh {Delhi ↫8447779280↬Escort Service (Delhi)
Call girls In Rana Pratap Bagh {Delhi ↫8447779280↬Escort Service (Delhi)
 
Kohinoor Courtyard One Wakad Pune | Elegant Living Spaces
Kohinoor Courtyard One Wakad Pune | Elegant Living SpacesKohinoor Courtyard One Wakad Pune | Elegant Living Spaces
Kohinoor Courtyard One Wakad Pune | Elegant Living Spaces
 
Parksville 96 Surrey Floor Plans May 2024
Parksville 96 Surrey Floor Plans May 2024Parksville 96 Surrey Floor Plans May 2024
Parksville 96 Surrey Floor Plans May 2024
 
San Francisco Market Update -February 2024
San Francisco Market Update -February 2024San Francisco Market Update -February 2024
San Francisco Market Update -February 2024
 
BPTP THE AMAARIO Luxury Project Invest Like Royalty in Sector 37D Gurgaon Dwa...
BPTP THE AMAARIO Luxury Project Invest Like Royalty in Sector 37D Gurgaon Dwa...BPTP THE AMAARIO Luxury Project Invest Like Royalty in Sector 37D Gurgaon Dwa...
BPTP THE AMAARIO Luxury Project Invest Like Royalty in Sector 37D Gurgaon Dwa...
 
Low rate ↬Call girls in Sabzi Mandi Delhi | 8447779280}Escort Service In All ...
Low rate ↬Call girls in Sabzi Mandi Delhi | 8447779280}Escort Service In All ...Low rate ↬Call girls in Sabzi Mandi Delhi | 8447779280}Escort Service In All ...
Low rate ↬Call girls in Sabzi Mandi Delhi | 8447779280}Escort Service In All ...
 
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 23 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 23 (Gurgaon)Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 23 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 23 (Gurgaon)
 
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 26 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 26 (Gurgaon)Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 26 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 26 (Gurgaon)
 
BPTP THE AMAARIO For The Royals Of Tomorrow in Sector 37D Gurgaon Dwarka Expr...
BPTP THE AMAARIO For The Royals Of Tomorrow in Sector 37D Gurgaon Dwarka Expr...BPTP THE AMAARIO For The Royals Of Tomorrow in Sector 37D Gurgaon Dwarka Expr...
BPTP THE AMAARIO For The Royals Of Tomorrow in Sector 37D Gurgaon Dwarka Expr...
 
Best Interior Design Services in Haldwani
Best Interior Design Services in HaldwaniBest Interior Design Services in Haldwani
Best Interior Design Services in Haldwani
 
Explore Dual Citizenship in Africa | Citizenship Benefits & Requirements
Explore Dual Citizenship in Africa | Citizenship Benefits & RequirementsExplore Dual Citizenship in Africa | Citizenship Benefits & Requirements
Explore Dual Citizenship in Africa | Citizenship Benefits & Requirements
 
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 28 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 28 (Gurgaon)Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 28 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 28 (Gurgaon)
 
Eldeco Dwarka Project In Delhi-brochure.pdf.pdf
Eldeco Dwarka Project In Delhi-brochure.pdf.pdfEldeco Dwarka Project In Delhi-brochure.pdf.pdf
Eldeco Dwarka Project In Delhi-brochure.pdf.pdf
 
~Call Girls In Roop Nagar {8447779280}(Low Price) Escort Service In Delhi
~Call Girls In Roop Nagar {8447779280}(Low Price) Escort Service In Delhi~Call Girls In Roop Nagar {8447779280}(Low Price) Escort Service In Delhi
~Call Girls In Roop Nagar {8447779280}(Low Price) Escort Service In Delhi
 
Prestige Sancoale Goa Residneces Brochure.pdf
Prestige Sancoale Goa Residneces Brochure.pdfPrestige Sancoale Goa Residneces Brochure.pdf
Prestige Sancoale Goa Residneces Brochure.pdf
 
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 22 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 22 (Gurgaon)Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 22 (Gurgaon)
Low Rate ✨➥9582086666▻✨Call Girls In Gurgaon Sector 22 (Gurgaon)
 
Bridge & Elliot Ladner Floor Plans May 2024.pdf
Bridge & Elliot Ladner Floor Plans May 2024.pdfBridge & Elliot Ladner Floor Plans May 2024.pdf
Bridge & Elliot Ladner Floor Plans May 2024.pdf
 
MEQ Mainstreet Equity Corp Q2 2024 Investor Presentation
MEQ Mainstreet Equity Corp Q2 2024 Investor PresentationMEQ Mainstreet Equity Corp Q2 2024 Investor Presentation
MEQ Mainstreet Equity Corp Q2 2024 Investor Presentation
 

Master's Thesis