-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnote.tex
266 lines (215 loc) · 7.6 KB
/
note.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
\documentclass[a4paper]{book}
% Engine Specific Packages
% pdftex
\ifx\pdfmatch\undefined
\else
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\fi
% luatex
\ifx\directlua\undefined
\else
\usepackage{fontspec}
\usepackage[italian]{poliglossia}
\fi
\usepackage{enumitem,graphicx,hyphenat,titlesec,titletoc,xcolor,url}
\usepackage{amsmath,amsthm,amssymb,amsfonts}
\allowdisplaybreaks
\usepackage[babel=true,final]{microtype}
\usepackage[heightrounded,showframe=false,paper=a4paper,margin=1in]{geometry}
\usepackage{wrapfig}
\usepackage{array}
\usepackage{tabularx}
\usepackage{boiboites}
\usepackage{pythontex}
\usepackage{etoolbox}
\usepackage{needspace}
\usepackage{fancyhdr}
\usepackage{register}
\graphicspath{{graphics/}}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[RE]{\footnotesize \textsf{\leftmark}}
\fancyhead[LO]{\footnotesize \textsf{\rightmark}}
\fancyhead[LE,RO]{\footnotesize \textsf{\thepage}}
%\fancyhead[RE,LO]{\textsf{\thepage - \rightmark}}
\usepackage{caption}
%-----------------------
\usepackage{epigraph}
\setlength{\epigraphwidth}{0.7\textwidth}
\renewcommand{\epigraphsize}{\small}
\makeatletter
\renewcommand\maketitle{
\begin{titlepage} \vspace*{\stretch{1}}
\begin{center} {\Huge \@title \par}%
\vspace{5em}%
{\LARGE \@author \par}%
\vspace{1.5em} {
\large \emph{\@date} \par}%
\end{center}%
\vspace*{\stretch{1}}
\end{titlepage}}
\makeatother
\definecolor{titlecolor}{rgb}{0,0,0.5}
\definecolor{grey60}{rgb}{0.7,0.7,0.7}
\definecolor{shadethmcolor}{HTML}{EDF8FF}
\definecolor{shaderulecolor}{HTML}{45CFFF}
%\pagestyle{fancy}
%\renewcommand{\headrulewidth}{0.01pt}
%\lhead{}
%\renewcommand{\chaptermark}[1]{%
%\markboth{\chaptername \ \thechapter.\ #1}{}}
\titleformat{\chapter}[display]
{\raggedright\normalfont\Large\color{titlecolor}}
{\chaptertitlename\ \thechapter}{0pt}{\Huge}[\vspace{5pt}\titlerule]
\titleformat{\section}
{\raggedright\normalfont\Large\bfseries\color{titlecolor}}
{\thesection}{1ex}{}
\titleformat{\subsection}
{\raggedright\normalfont\large\bfseries\color{titlecolor}}
{\thesubsection}{1ex}{}
\titleformat{\paragraph}[runin]
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\newcommand{\uchapter}[1]{\chapter*{#1}\phantomsection\addcontentsline{toc}{chapter}{#1}}
\newcommand{\usection}[1]{\section*{#1}\phantomsection\addcontentsline{toc}{section}{#1}}
%---- TOC ----
\contentsmargin{7mm}
\titlecontents{part}
[0mm]
{\addvspace{7mm}\Large\bfseries\color{titlecolor}}
{}
{Part }
{}
\titlecontents{chapter}
[6mm]
{\addvspace{4mm}\bfseries}
{\contentslabel{6mm}}
{\hspace*{-6mm}}
{\titlerule[0pt]\contentspage}
[\addvspace{2mm}]
\titlecontents{section}
[15mm]
{}
{\contentslabel{9mm}}
{\hspace*{-9mm}}
{ \titlerule*[0.7pc]{.}\contentspage}
\titlecontents{subsection}
[27mm]
{}
{\contentslabel{12mm}}
{\hspace*{-12mm}}
{ \titlerule*[0.7pc]{.}\contentspage}
%--------------------
\pagestyle{plain}
\pagenumbering{alpha}
\titlespacing*{\chapter}{0pt}{0pt}{40pt}
\hyphenation{rap-pre-sen-ta-zio-ne}
\newboxedtheorem[
boxcolor = shaderulecolor, % red!50!black,
background= shadethmcolor, %blue!5,
titlebackground= blue!20,
titleboxcolor=black]{thm}{Teorema}{thmCounter}
%\break if fewer than 5\baselineskip is available on page
\AtBeginEnvironment{thm}{\Needspace{5\baselineskip}}
\newboxedtheorem[
boxcolor = orange,
background=blue!5,
titlebackground=blue!20,
titleboxcolor=black]{defn}{Definizione}{defCounter}
\newboxedtheorem[
boxcolor = black,
background=blue!5,
titlebackground=blue!5,
titleboxcolor=black]{observe}{Osservazione}{obsCounter}
%\newboxedtheorem[
% boxcolor = black,
% background=blue!2,
% titlebackground=blue!20,
% titleboxcolor=black,
% size=0.94\textwidth]{ex}{Esempio}{exCounter}
%\theoremstyle{definition}
%\newtheorem{ex}{Esempio}
%\usepackage[framemethod=default]{mdframed}
\usepackage{tikz}
\usepackage[framemethod=tikz]{mdframed}
\global\mdfdefinestyle{lemma}{%
linecolor=blue!20,linewidth=1.5pt,
skipabove=3\parskip,skipbelow=3\parskip,
topline=false,rightline=false,bottomline=true
}
\newcounter{excounter}
\newenvironment{ex}[1][]{%
\refstepcounter{excounter}%
\ifstrempty{#1}%
{\begin{mdframed}[style=lemma]
{\bfseries{Esempio~\theexcounter:}}
\relax}
{\begin{mdframed}[style=lemma]
{\bfseries{Esempio~\theexcounter}} (#1){\bfseries{:}}\relax%
}}{\end{mdframed}}
\renewenvironment{proof}[1][]{%
\ifstrempty{#1} {\begin{mdframed}[linecolor=blue!20,linewidth=1.5pt,topline=false,
rightline=false,bottomline=false]{\itshape{Dimostrazione: }}\relax} {\begin{mdframed}[linecolor=blue!20,linewidth=1.5pt,topline=false,rightline=false,bottomline=false]{\itshape{Dimostrazione: }} (#1)\relax}}
{\hfill\qed\end{mdframed}}
\usepackage{setspace}
\setstretch{1.03}
\setlength{\parskip}{0.2em}
\usepackage{hyperref} % last package
\hypersetup{
pdftitle={Note per il Corso di Programmazione},
pdfauthor={Antonio Caruso}}
\hypersetup{
colorlinks=true,
linkcolor=black,
citecolor=black,
filecolor=black,
urlcolor=black
}
% ---- Front matter ----
\title{Note per il Corso di Programmazione}
\author{Antonio Caruso\\[2ex]
{\normalsize Dipartimento di Matematica e Fisica '\emph{Ennio De Giorgi}'\\
Palazzo Fiorini\\[2ex]
\url{mailto://antonio.caruso@unisalento.it}\\
\url{http://bilbo.unisalento.it/antonio}}}
\date{Settembre 2015}
\pagestyle{plain}
\clubpenalty=10000 \widowpenalty=10000 \overfullrule=1mm
\newcommand{\nota}[1]{\marginpar[{\raggedleft\small\sffamily #1\\}]{%
{\raggedright\small\sffamily #1\\}}}
\newcommand{\Mod}[1]{\ \text{mod}\ #1}
\includeonly{numeri,hardware,algoritmi}
\begin{document}
\frontmatter
\hypersetup{pageanchor=false}
\pagestyle{empty}
\maketitle
\tableofcontents
\uchapter{Prefazione}
Queste Note fanno parte del materiale didattico per il corso di Programmazione presso l'Università degli Studi del Salento (Laurea Triennale in Matematica).
Il corso prevede 6 crediti ETCS, ogni settimana vi sono di norma 2 ore di lezione e 2 ore di lezione/esercitazione presso il laboratorio di calcolo del Dipartimento.
Gli argomenti inclusi sono:
\begin{itemize}
\item \textbf{Rappresentazione dell'Informazione} all'interno del Calcolatore, con un enfasi particolare per la parte numerica.
\item \textbf{Architettura del Calcolatore}: Logica digitale, Circuiti Combinatorici/Sequenziali, Modello di Calcolo di Von Neumann. Architettura e Funzionamento del sistema centrale CPU-RAM.
\item \textbf{Algoritmi e Modelli di Calcolo}: Concetti, Modelli e Formalizzazioni della nozione di Algoritmo/Programma.
\end{itemize}
Non è richiesta conoscenza preliminare sugli argomenti trattati nel corso. E' necessaria una conoscenza di base di Matematica Discreta e di Algebra.
Si ringraziano in anticipo coloro che, qualora trovassero delle inesattezze o errori nelle note, vogliano cortesemente segnalarmele via email, o direttamente a lezione.
\vspace*{\stretch{1}}
\section*{License}
\begin{samepage}
This work is licensed under the \emph{Creative Commons Attribution--ShareAlike 3.0 Unported License}. To view a copy of this license, visit
\begin{center}
\url{http://creativecommons.org/licenses/by-sa/3.0/}
\end{center}
\end{samepage}
\mainmatter
\pagestyle{fancy}
%\hypersetup{pageanchor=true}
\newgeometry{vmargin=30mm, right=1.9in, marginparsep=3.5mm, footskip=15mm}
\include{numeri}
\include{hardware}
\include{algoritmi}
\end{document}