You are here: indexplayground

This is an old revision of the document!


PlayGround

Bac à sable

LOL :-)

FIXME

Listings de code

Exemple de listing python

import os
import sys
 
class Test:
  #Constructeur
  def __init__(self):
    self.test = 'test'
  #Methode show
  def show(self):
    print self.test
 
#Main du script
if __name__ == '__main__':
  t = Test()
  t.show()

Exemple de listing c++

#include <time.h>  
 
int main()
{
 
   clock_t tStart=clock();
   {
       // Ici on met le code a mesurer
 
   }
 
    clock_t tFinish=clock();
 
    std::cout<<"Time: "<<(tFinish-tStart)/((double) CLOCKS_PER_SEC)<<std::endl; 
    return 0;
}

Exemple de listing CMake

#Test de project template
project(Template)
FindITK()
set(MYPROJECT "MyNewPoject" CACHE STRING "Fill in the name of the project")
configure_file(${Template_SOURCES_DIR}/CMakeLists.txt.in ${Template_BINARY_DIR}/CMakeLists.txt)

Exemple de BibTex

<bibtex> @article{Coupe08a,

 Author = {Coupé, P. and Hellier, P. and Prima, S. and Kervrann, C. and Barillot, C.},
 Title = {3D Wavelet Sub-Bands Mixing for Image Denoising},
 Journal = {International Journal of Biomedical Imaging},
 url={http://www.irisa.fr/visages/publi/publi/Coupe08a-fra.html},
 Year = {2008}

} @Book{BookAmbroise2004,

author = 	 {G.J. McLachlan and  K.A. Do and  C. Ambroise},
title = 	 {Analyzing microarray gene expression data},
publisher = 	 {Wiley},
url={http://www.amazon.com/exec/obidos/tg/detail/-/0471226165/qid=1128710740/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/002-9543089-9105613?v=glance&s=books&n=507846},
year = 	 2004

}

</bibtex>

inserm rennes1 ltsi