-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
creato un logo, generata la documentazione e il README.txt per l'esam…
…e, pronti alla release 1.0.0
- Loading branch information
Showing
228 changed files
with
14,560 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Tetri-X: | ||
ID gruppo: 040 | ||
Membri: | ||
890205 - Davide Antonio Amodio | ||
889058 - Luca Boffo | ||
888851 - Alvise Favero |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=latex 2022.6.18) 23 JUN 2022 11:56 | ||
entering extended mode | ||
restricted \write18 enabled. | ||
%&-line parsing enabled. | ||
**_formulas.tex | ||
(./_formulas.tex | ||
LaTeX2e <2020-10-01> patch level 4 | ||
L3 programming layer <2021-05-07> (/usr/share/texlive/texmf-dist/tex/latex/base | ||
/article.cls | ||
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class | ||
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo | ||
File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) | ||
) | ||
\c@part=\count179 | ||
\c@section=\count180 | ||
\c@subsection=\count181 | ||
\c@subsubsection=\count182 | ||
\c@paragraph=\count183 | ||
\c@subparagraph=\count184 | ||
\c@figure=\count185 | ||
\c@table=\count186 | ||
\abovecaptionskip=\skip47 | ||
\belowcaptionskip=\skip48 | ||
\bibindent=\dimen138 | ||
) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty | ||
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) | ||
) (/usr/share/texlive/texmf-dist/tex/latex/graphics/epsfig.sty | ||
Package: epsfig 2017/06/25 v1.7b (e)psfig emulation (SPQR) | ||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty | ||
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR) | ||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty | ||
Package: keyval 2014/10/28 v1.15 key=value parser (DPC) | ||
\KV@toks@=\toks15 | ||
) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty | ||
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR) | ||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty | ||
Package: trig 2016/01/03 v1.10 sin cos tan (DPC) | ||
) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg | ||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration | ||
) | ||
Package graphics Info: Driver file: dvips.def on input line 105. | ||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def | ||
File: dvips.def 2017/06/20 v3.1d Graphics/color driver for dvips | ||
)) | ||
\Gin@req@height=\dimen139 | ||
\Gin@req@width=\dimen140 | ||
) | ||
\epsfxsize=\dimen141 | ||
\epsfysize=\dimen142 | ||
) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty | ||
Package: inputenc 2020/08/01 v1.3d Input encoding file | ||
\inpenc@prehook=\toks16 | ||
\inpenc@posthook=\toks17 | ||
) | ||
|
||
! LaTeX Error: File `newunicodechar.sty' not found. | ||
|
||
Type X to quit or <RETURN> to proceed, | ||
or enter new name. (Default extension: sty) | ||
|
||
Enter file name: | ||
! Emergency stop. | ||
<read *> | ||
|
||
l.6 \newunicodechar | ||
{⁻}{${}^{-}$}% Superscript minus^^M | ||
*** (cannot \read from terminal in nonstop modes) | ||
|
||
|
||
Here is how much of TeX's memory you used: | ||
703 strings out of 480294 | ||
9177 string characters out of 5891993 | ||
293572 words of memory out of 6000000 | ||
18193 multiletter control sequences out of 15000+600000 | ||
403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
319 hyphenation exceptions out of 8191 | ||
70i,0n,76p,228b,36s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
No pages of output. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
\documentclass{article} | ||
\usepackage{ifthen} | ||
\usepackage{epsfig} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage{newunicodechar} | ||
\newunicodechar{⁻}{${}^{-}$}% Superscript minus | ||
\newunicodechar{²}{${}^{2}$}% Superscript two | ||
\newunicodechar{³}{${}^{3}$}% Superscript three | ||
|
||
\pagestyle{empty} | ||
\begin{document} | ||
$ V= \mathbb{R}^2 $ | ||
\pagebreak | ||
|
||
\[ \mathcal{B} = \left\{ \begin{pmatrix} 1 \\ 0 \end{pmatrix}, \begin{pmatrix} 0 \\ -1 \end{pmatrix} \right\} \] | ||
\pagebreak | ||
|
||
$ T: V \rightarrow V $ | ||
\pagebreak | ||
|
||
\[ T(v)= \begin{pmatrix} -v_2 \\ v_1 \end{pmatrix} \] | ||
\pagebreak | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=9"/> | ||
<meta name="generator" content="Doxygen 1.9.1"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>Tetrix: Elenco dei tipi composti</title> | ||
<link href="tabs.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<link href="search/search.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="search/searchdata.js"></script> | ||
<script type="text/javascript" src="search/search.js"></script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr style="height: 56px;"> | ||
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td> | ||
<td id="projectalign" style="padding-left: 0.5em;"> | ||
<div id="projectname">Tetrix | ||
 <span id="projectnumber">1.0.0</span> | ||
</div> | ||
<div id="projectbrief">Tetrix by Davide Antonio Amodio, Luca Boffo, Alvise Favero</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generato da Doxygen 1.9.1 --> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ | ||
var searchBox = new SearchBox("searchBox", "search",false,'Cerca','.html'); | ||
/* @license-end */ | ||
</script> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ | ||
$(function() { | ||
initMenu('',true,false,'search.php','Cerca'); | ||
$(document).ready(function() { init_search(); }); | ||
}); | ||
/* @license-end */</script> | ||
<div id="main-nav"></div> | ||
</div><!-- top --> | ||
<!-- window showing the filter options --> | ||
<div id="MSearchSelectWindow" | ||
onmouseover="return searchBox.OnSearchSelectShow()" | ||
onmouseout="return searchBox.OnSearchSelectHide()" | ||
onkeydown="return searchBox.OnSearchSelectKey(event)"> | ||
</div> | ||
|
||
<!-- iframe showing the search results (closed by default) --> | ||
<div id="MSearchResultsWindow"> | ||
<iframe src="javascript:void(0)" frameborder="0" | ||
name="MSearchResults" id="MSearchResults"> | ||
</iframe> | ||
</div> | ||
|
||
<div class="header"> | ||
<div class="headertitle"> | ||
<div class="title">Elenco dei tipi composti</div> </div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
<div class="textblock">Queste sono le classi, le struct, le union e le interfacce con una loro breve descrizione:</div><div class="directory"> | ||
<table class="directory"> | ||
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGameField.html" target="_self">GameField</a></td><td class="desc">Struct contentente il puntatore alla matrice del campo di gioco e il puntatore alla finestra di ncurses </td></tr> | ||
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structPlayer.html" target="_self">Player</a></td><td class="desc"></td></tr> | ||
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structPointBoard.html" target="_self">PointBoard</a></td><td class="desc">Struct della tabella dei punti, contiene la finestra di ncurses e il/i puntatore/i al/ai player </td></tr> | ||
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structStrategy.html" target="_self">Strategy</a></td><td class="desc">Struct della strategia di gioco, contentiene il suo campo da gioco e il "punteggio" della strategia </td></tr> | ||
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTetriminiPool.html" target="_self">TetriminiPool</a></td><td class="desc">La struct della finestra con tutti i pezzi dei tetramini rimanenti </td></tr> | ||
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTetrimino.html" target="_self">Tetrimino</a></td><td class="desc">Non è un typo, in inglese si scrive così </td></tr> | ||
</table> | ||
</div><!-- directory --> | ||
</div><!-- contents --> | ||
<!-- start footer part --> | ||
<hr class="footer"/><address class="footer"><small> | ||
Generato da <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 | ||
</small></address> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.