Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- matplotlib_simple
- s1 = cos(2*pi*t*1.) #essayez 2., 4., 100. !! e1 = exp(-t) return s... l.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1003833|Ten Simple Rules for Better Figures]], Nicola... nce.com/visualizations-with-matplotlib-part-1-c9651008b6b8|Python Data Visualization with Matplotlib —
- notions_avancees
- (ternary operator) ==== <code python> u = 10 v = 100 reponse = "u plus grand que v" if u > v else "v p
- presentation_principes
- n*R*T/V >>> atm=101325 >>> print(P,P/atm) 101555.51000000001 1.0022749568221072 >>> </code> ==== Un pe... == <code python> from turtle import * reset() x=-100 y=-100 i=0 while i < 10: j=0 while j <10: up() goto(x+i*20,y+j*20) dow
- tkinter_gui_simple
- ur < 130: v = -v can.coords(couvercle,100,hauteur-20, 300, hauteur) flag=1 root.aft... height=400 ) can.pack() can.create_rectangle( 95,100, 100, 355,fill='blue') can.create_rectangle( 300,100, 305, 355,fill='green') can.create_rectangle( 100,350,
- polynomes-12
- l.chebyshev import chebval x = np.linspace(-1, 1, 100) for n in range(10): y = chebval(x,np.append
- pandas
- .com/top-4-repositories-on-github-to-learn-pandas-1008cb769f77|Top 4 Repositories on GitHub to Learn Pa... &A video series]] * [[https://github.com/ajcr/100-pandas-puzzles|GitHub - ajcr/100-pandas-puzzles: 100 data puzzles for pandas, ranging from short and simple to super tricky (60% comple
- openbabel_jmol
- F94") ff.Setup(mol) ff.ConjugateGradients(100, 1.0e-5) ff.GetCoordinates(mol) return mo
- tableau_periodique_2011
- ",99,252,9,13,"#FF3300"], ["Fermium","Fm",100,257,9,14,"#FF3300"], ["Mendelevium","Md",
- random_walk_2d-simple
- [-long,0],[0,-long]] xo,yo=250,250 i,N=0,100 d_interdit=d=-1 #initialisation while i
- codes_presentation
- urtle import * import sys import time reset() x=-100 y=-100 i=0 while i < 10: j=0 while j <10: up() goto(x+i*20,y+j*20) dow
- potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
- D_e = .76 # E-18 J k=0.18 rmin=10. rmax=400. num=100 x_1d = np.linspace(rmin,rmax, num) print x_1d.sha... 2002) * [[http://onlinelibrary.wiley.com/doi/10.1002/bbpc.192900025/abstract|QUANTENMECHANISCHE DEUTU... ion date October 1990) DOI: 10.1146/annurev.pc.41.100190.001333 * Peterson, Kirk A., Woon, David E., ... on, Journal of Chemical Physics. 5/15/1994, Vol. 100 Issue 10, p7410 Voir aussi : * [[http://chem
- epidemie_coronavirus
- esources-on-covid-19-coronavirus-1d4c8df6d85f|Top 100 R resources on Novel COVID-19 Coronavirus | by An
- pka_pkb_plane @teaching:progappchim:matplotlib_gallery
- 17), xycoords='data', xytext=(-20, +100), textcoords='offset points', fontsize=13,
- representation_molecules_2013
- ame+".gif") DisplayImageZone.create_image(100, 100, image=photo) DisplaySmiles.delete(1.0, END) DisplaySmiles.insert(END, SMILES(name)) conf... cule.gif") DisplayImageZone2.create_image(100, 100, image=photo) DisplayName.delete(1.0, END) DisplayName.insert(END, FindName(CodeSMILES))
- math_nombres
- n3 # -*- coding: utf-8 -*- """ 'Nombres magiques' 100/81 (et 10000/9801) dont les valeurs montrent des décimales consécutives Librairie de multiprécision :... , n, strip_zeros=False, min_fixed=-n)[:n]) print(100/mpf(9**2)) ... 25, 0, -1): t = mp.mpf(i) * (mp.mpf(1)/mp.mpf(100))**mp.mpf(i-1) sumt += t print(mp.ns