Test : Différence entre versions
De WikiRésilience
Ligne 54 : | Ligne 54 : | ||
poly 193 253 200 261 205 263 210 266 214 270 217 273 221 274 223 273 218 266 218 265 219 265 220 264 214 257 208 252 206 249 198 249 195 250 193 253 193 253 [[:Catégorie:Polynésie française]] | poly 193 253 200 261 205 263 210 266 214 270 217 273 221 274 223 273 218 266 218 265 219 265 220 264 214 257 208 252 206 249 198 249 195 250 193 253 193 253 [[:Catégorie:Polynésie française]] | ||
</imagemap> | </imagemap> | ||
− | <html><p style="font-weight:bold; color:red"> | + | <html><p style="font-weight:bold; color:red">La fonction <html> fonctionne</p></html> |
==Test de l'extension Cite== | ==Test de l'extension Cite== |
Version du 19 mars 2014 à 17:59
Sommaire
Test de l'extension CategoryTree
<categorytree mode="pages" style=" border:0px solid gray; padding:0.7ex; background-color:#FFFFFF;">Metawiki</categorytree>
Test de l'extension WikiCategoryTagCloud
Acteurs Adaptation Aménagement Anticipation et veille prospective Apprentissage et capabilités Articles Articles de Adeline Bordais Articles de Anne Chanal Articles de Bruno Landreau Articles de Jean-Michel Tanguy Articles de Olivier Cartier-Mouton Articles de Sandrine Arbizzi Atelier de Prospective Régionale Connaissances Département Économie Environnement Europe et international Formation Gouvernance et liens entre acteurs Initiatives de transition Innovation Intercommunalité et commune Métiers/compétences Modes d'action National Observation territoriale Outils Pages avec des liens de fichiers brisés Photothèque cavités Politiques, lois, règlements Problématiques et enjeux Région Risques Savoirs/acteurs Social Territoires
Test de l'extension Anywebsite
UNIQ17375a26ae9d4884-anyweb-00000001-QINU
Test de l'extension Imagemap
La fonction fonctionne
Test de l'extension Cite
According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]
Notes
- ↑ E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.
- ↑ R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.
Test de l'extension SyntaxHighlight_GeSHi
//boucle en temps for t=0:0.05:1 i=i+1 if i<>1 then yprec=y; end y=a*cos(k*x-sigma*t) if option==2 then y=y+a*cos(-k*x-sigma*t); end // agitation if i==1 then yprec=y; end xfpolys([x';LONG;0],[yprec';-1;-1],[id1]) plot(x',yprec',"w") xfpolys([x';LONG;0],[y';-1;-1],[id2]) deltay=max(y,yprec) num=string(t) xpause(1000); title(titre+num+' sec', 'position',[0.5 0.5],'fontsize',3) plot2d(x',y') // dessin des vecteurs vitesse select option case -1 then [fx2, fy2]=vitesse(k,h,agksursigma,t,xvect,yvect,sigma) case 1 then [fx1, fy1]=vitesse(k,h,agksursigma,t,xvect,yvect,sigma) else [fx1, fy1]=vitesse(k,h,agksursigma,t,xvect,yvect,sigma) [fx2, fy2]=vitesse(-k,h,-agksursigma,t,xvect,yvect,sigma) end fx=fx1+fx2;fy=fy1+fy2 b=get("current_axes"); b.data_bounds=[0,-1;10,0.6]; b.auto_scale="off" champ(xvect',yvect',fx,fy,arfact=1) //GIF export xs2gif(0,'houle3_'+string(i)+'.gif'); // longueur des vecteurs vitesse lv=sqrt(fx.*fx+fy.*fy) //delete() end