00

Recherche

Voici les résultats de votre recherche.

matplotlib_simple
1 Occurrences trouvées, Dernière modification :
im(0, 20.) #les limites suivant x plt.ylim(-5, 400.) # les limites suivant y #plot de deux lignes... s1 = cos(2*pi*t*1.) #essayez 2., 4., 100. !! e1 = exp(-t) return s... p à partir de start jusque stop # passer step à 0.001 ? plot(tvals, my_func(tvals), 'bo', tvals, my_f... .org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1003833|Ten Simple Rules for Better Figures]], Nicola
notions_fondamentales
3 Occurrences trouvées, Dernière modification :
'agit de la [[https://www.python.org/dev/peps/pep-0008/|pep8]]. Le document du [[https://blog.impulseb... tring1))) </code> <code python string-anagramme-00.py> #!/usr/bin/env python3 # -*- coding: utf-8 -*... ython]] * [[http://stackoverflow.com/questions/3009935/looking-for-a-good-python-tree-data-structure... tions de la [[https://www.python.org/dev/peps/pep-0008/|pep8]] <note tip>Les règles étant faites pour
numpy_simple
1 Occurrences trouvées, Dernière modification :
presentation_principes
6 Occurrences trouvées, Dernière modification :
onsole, avec exécution directe <code> >>> (8.314*300/24E-3)/101325 1.0256600049346163 >>> </code> * Commandes : copyright, credits, license(), quit, hel... nt pour des nombres... <code> >>> R=8.314 >>> L=0.001 >>> V=24*L >>> n=1 >>> zero=273.15 >>> T=20+zero... *R*T/V >>> atm=101325 >>> print(P,P/atm) 101555.51000000001 1.0022749568221072 >>> </code> ==== Un pe
tkinter_gui_simple
1 Occurrences trouvées, Dernière modification :
abel) affichant "Bonjour !" ===== <code python tk-00.py> #!/usr/bin/env python # -*- coding: utf-8 -*-... r < 130: v = -v can.coords(couvercle,100,hauteur-20, 300, hauteur) flag=1 root.after(1,move) # boucler après 50 millisecondes root = Tk() can = Canvas( root, width=500, height=400 ) can.pack() can.create_rectangle( 9
algos_entiers
1 Occurrences trouvées, Dernière modification :
for a in range(2,n) if isprime(a)] p=primelist(1000) print(p) </code> L'algorithme peut être rendu ... e liste avec les élements non nuls p=primelist(1000) print(p) </code> ==== Références ==== * [[ht... wikipedia/commons/thumb/c/c6/Knapsack_greedy.svg/500px-Knapsack_greedy.svg.png }} Ce problème revêt u
openbabel_jmol
5 Occurrences trouvées, Dernière modification :
94") ff.Setup(mol) ff.ConjugateGradients(100, 1.0e-5) ff.GetCoordinates(mol) return mo... -0.056 15.9994 8 O x= 0.488 y= -1.374 z= 0.299 1.00794 1 H x= 0.587 y= 0.64 z= 0.672 1.00794 1 H x= 0.584 y= 0.177 z= -1.05 1.00794 1 H x= 2.049 y= -0.08 z= -0.052 1.00794 1 H x= 0.831 y= -1.
tableau_periodique_2011
27 Occurrences trouvées, Dernière modification :
itle("Légende") frame= Frame(legend1, height=200, width= 300) #frame ouvre une nouvelle fenêtre dans laquelle on peut insérer plusieurs widgets (ici d... autre = Message(legend1, text="Autres", width=300, font="Arial 15", bg="white") #font = taille et p... sage(legend1, text="Metaux de transition", width=300, font="Arial 15", bg="#FFCCCC") metauxtransit
entropie_melange
1 Occurrences trouvées, Dernière modification :
+ (1-t) * np.log(1-t) x1 = np.arange(0.0, 1., 0.001) plt.plot(x1, s(x1), 'b-') #plt.plot(x1, x1*np.
codes_presentation
2 Occurrences trouvées, Dernière modification :
rtle 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) do
collection_namedtuple_exemple
2 Occurrences trouvées, Dernière modification :
s hydrogen = ChemEl('hydrogen', 1, 'H', 1, 1, 1.008) helium = ChemEl('helium', 2, 'He', 18, 1, 4.002602) print(hydrogen.atomic_weight) print(hydrogen.s
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
4.1 # pm 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.shape, x_1d.dtype, x_1d.ndim y_1d = np.linspac... ing:progappchim:matplotlib_gallery:pes-3d-01.png?300|}} ===== Références ===== * [[http://staff.um... es and graphical interpretation]], Ralph Jaquet (2002) * [[http://onlinelibrary.wiley.com/doi/10.100
tableau_periodique_2013
1 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
h = 1.054571726E-34 # constante de Planck mH = 1.007825E-3/NA # masse de l'hydrogène nu0 = (a/2.*np.... des niveaux de vibration.") r = np.linspace(10.,400.,176) * 1E-12 u,uh = V(r),Vh(r) plt.plot(r,u, col... or="green", linewidth=2.5, linestyle="-") xmax = 400.E-12 plt.xlim(0., xmax) ymax = 1.E-18 plt.ylim(-0... xy_annotm, xycoords='data', xytext=(-200, -60), textcoords='offset points', fontsize=16, c
math_nombres
124 Occurrences trouvées, Dernière modification :
23456790123456790123456790123457... * 1/99² = 0.0001020304050607080910111213141516171819202122232425... 747576777879808182838485868788899091929394959697990001020304050607080910111... Quelle est l'explicati... des décimales particulières si x = 0.1, 0.01 ou 0.001,... ==== Programme ==== <code python> #!/usr/b... 3 # -*- coding: utf-8 -*- """ 'Nombres magiques' 100/81 (et 10000/9801) dont les valeurs montrent des
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
21 Occurrences trouvées, Dernière modification :
fizz_buzz
1 Occurrences trouvées, Dernière modification :
polynomes-11
1 Occurrences trouvées, Dernière modification :
polynomes-9
1 Occurrences trouvées, Dernière modification :
ir_spectrum_co @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
open_chemical_databases
1 Occurrences trouvées, Dernière modification :
fit_modele_einstein
12 Occurrences trouvées, Dernière modification :
conversion_temperature_2011
7 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013
8 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013
1 Occurrences trouvées, Dernière modification :