]> AND Private Git Repository - 14Mons.git/blob - talk/main.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
initiailisation
[14Mons.git] / talk / main.tex
1 \documentclass{beamer}
2 \usepackage{beamerthemefemto}
3 \usepackage[utf8]{inputenc}
4 \usepackage[T1]{fontenc}
5 \usepackage{amsfonts,amsmath,amssymb,stmaryrd,dsfont}
6 \usepackage[english]{babel}
7 \usepackage{algorithm2e}
8 \usepackage{alltt}
9 \usepackage[font=footnotesize]{subfig}
10 %\usepackage[amsmath,thmmarks,thref,framed]{ntheorem}
11
12
13
14
15 %\theoremstyle{plain}
16 %\theoremsymbol{\ensuremath{\clubsuit}}
17 %\theoremseparator{.}
18 %\theoremprework{\hrulefill}
19 %\theorempostwork{\hrulefill\newline}
20 %\renewtheorem{theorem}[theorem]{Théorème}
21
22
23
24 \newcommand{\inputFrameb}[2]{
25 \frame{
26 \frametitle{#1}
27 \begin{small}
28 \input{#2}
29 \end{small}
30 }}
31
32 \newcommand{\Nats}[0]{\ensuremath{\mathds{N}}}
33 \newcommand{\Z}[0]{\ensuremath{\mathbb{Z}}}
34 \newcommand{\R}[0]{\ensuremath{\mathds{R}}}
35 \newcommand{\Bool}[0]{\ensuremath{\mathds{B}}}
36 \newcommand{\StratSet}[0]{\ensuremath{\mathbb{S}}}
37
38
39 \newcommand{\fc}[1]{\ensuremath{\overline{#1}}}
40 %\renewcommand\footnotelayout{\tiny}
41 \let\oldfootnotesize\footnotesize
42 \renewcommand*{\footnotesize}{\oldfootnotesize\scriptsize}
43
44 \usepackage{graphicx}
45 \DeclareGraphicsExtensions{.jpg, .png , .pdf, .bmp, .pdftex}
46
47
48 \title[Traversing a $n$-cube for PRNGs]
49 {Traversing a $n$-cube without Balanced Hamiltonian Cycle \\
50   to Generate Pseudorandom Numbers}
51
52
53 \author[couchot@femto-st.fr]{J.-F. Couchot, P.-C. Heam, C. Guyeux, Q. Wang,  and J. M. Bahi}
54
55
56
57 \institute[Institut FEMTO-ST/Guangdong University of Technology]{FEMTO-ST Institute, University of Franche-Comt\'{e}, France\\
58 College of Automation, Guangdong University of Technology, China}
59
60
61 \date[jm2014]{2014/09/25}
62
63 %  ____  _____ ____  _   _ _____ 
64 % |  _ \| ____| __ )| | | |_   _|
65 % | | | |  _| |  _ \| | | | | |  
66 % | |_| | |___| |_) | |_| | | |  
67 % |____/|_____|____/ \___/  |_|  
68
69
70 %\newcommand{\Bool}[0]{\ensuremath{\mathds{B}}}
71
72 \begin{document}
73 \setbeamertemplate{background}{\titrefemto}
74
75 \begin{frame}[plain]
76 \titlepage
77 \end{frame}
78  
79 \setbeamertemplate{background}{\pagefemto}
80
81 % \begin{frame}{Outline}
82 \setbeamertemplate{section in toc}[sections numbered] 
83 % \tableofcontents
84 % \end{frame}
85
86
87
88 \section{Introduction}
89 \inputFrameb{Pseudo Random Number Generation}{prng}
90 \inputFrameb{Chaotic PRNG}{chaoticprng}
91 \inputFrameb{Problematic}{problematic}
92 \frame{\frametitle{Outline}\tableofcontents[hideallsubsections]}
93
94 \section{Preliminaries}
95 \frame{\frametitle{Outline}\tableofcontents[currentsection,hideallsubsections]}
96 \inputFrameb{Boolean Map}{booleanMap}
97 \inputFrameb{Iteration Graph and Markov Matrix}{markov}
98 \inputFrameb{Iteration Graph and Markov Matrix (cont'd)}{markov2}
99 \inputFrameb{Our PRNG}{mx}
100
101 \section{Generation of DSSC Matrices}
102 \frame{\frametitle{Outline}\tableofcontents[currentsection,hideallsubsections]}
103 \inputFrameb{A typical CLPFD}{dsscintuition}
104 \inputFrameb{A typical CLPFD (cont'd)}{dsscintuition2}
105
106
107 \section{On Removing Hamiltonian Cycles}
108 \frame{\frametitle{Outline}\tableofcontents[currentsection,hideallsubsections]}
109 \inputFrameb{Theoretical Aspects}{rhctheory}
110 \inputFrameb{Cyclic Balanced Gray Codes}{rhcgraycodes}
111 \inputFrameb{Generation of  Balanced Gray Codes}{rhcgraycodesgen}
112
113 \section{Experiments}
114 \frame{\frametitle{Outline}\tableofcontents[currentsection,hideallsubsections]}
115 \inputFrameb{Experiments}{expcontext}
116
117 \section{Conclusion}
118 \frame{\frametitle{Outline}\tableofcontents[currentsection,hideallsubsections]}
119 \inputFrameb{Conclusion \& Future Work}{conclusion}
120 \inputFrameb{Thanks}{thanks}
121
122
123 % \section{Conclusion et perspectives}
124 % \frame{\frametitle{Outline}\tableofcontents[currentsection,hideallsubsections]}
125   
126 \end{document}
127 %  _____ ___ _   _ 
128 % |  ___|_ _| \ | |
129 % | |_   | ||  \| |
130 % |  _|  | || |\  |
131 % |_|   |___|_| \_|
132 %