Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. documentclass[letterpaper, 10 pt, conference]{ieeeconf}
  2.  
  3. IEEEoverridecommandlockouts
  4.  
  5. usepackage{amsmath}
  6. usepackage{amssymb}
  7. usepackage{mathrsfs}
  8. usepackage{algorithm}
  9. usepackage{algorithmicx,algpseudocode}
  10.  
  11. title{LARGE bf
  12. Title
  13. }
  14.  
  15. author{X$^{2}$
  16. thanks{$^{2}$X with the Department of Electrical Engineering, Hell,
  17. HELL
  18. {ttsmall x@daemon.hell}}
  19. }
  20.  
  21. begin{document}
  22.  
  23. maketitle
  24. thispagestyle{empty}
  25. pagestyle{empty}
  26.  
  27. begin{abstract}
  28.  
  29. This paper ...
  30.  
  31. end{abstract}
  32.  
  33. section{INTRODUCTION}
  34.  
  35. begin{algorithm}
  36. renewcommand{thealgorithm}{}
  37. caption{Euclid’s algorithm}
  38. label{euclid}
  39. begin{algorithmic}[1] % The number tells where the line numbering should start
  40. While{true}
  41. State $text{sweep}~ C_{m}^{mathscr{A}}$
  42. If{nothing is monitored} continue
  43. ElsIf{all monitored objects lies the same sweeping circle} $mathfrak{Cal}{cdot,cdot}$
  44. ElsIf{monitored objects lies different sweeping circles}
  45. ForAll{sweeping functions $S_{i}^{h}(theta^{h})$ of $$mathscr{C}_{hat{x}}$$}
  46. ForAll{sweeping functions $S_{j}^{v}(theta^{v})$ of $$mathscr{C}_{hat{z}}$$}
  47. Do something
  48. EndFor
  49. EndFor
  50. EndIf
  51. EndWhilelabel{euclidendwhile}
  52. end{algorithmic}
  53. end{algorithm}
  54.  
  55.  
  56. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement