action

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
4 Occurrences trouvées, Dernière modification :
ctuer les opérations classiques : addition, soustraction, multiplication, division (normale ou entière), p... posant, Multiplication, Division, Addition, Soustraction. Pour deux opérateurs de même priorité, l'évaluat... es (t et nmol) : <code>Au temps = 0.6 heure, la réaction a consommé 1.23 moles de réactif.</code> On peut ... fonction) : <code>print('Au temps =%g heure, la réaction a consommé %.2f moles de réactif.' % (t,nmol))</c
progappchim
4 Occurrences trouvées, Dernière modification :
spider.com/|ChemSpider]] * [[PubChemPy]] : interaction avec la base de données PubChem * [[ChemPy]] : ... * Traitement d'images * mesurer des temps de réaction (s'inspirer par exemple de fonctionnalités de [[h... lyon.fr/acces/ressources/neurosciences/temps-de-reaction-investigation-variabilite-et-traitements-statisti... s/ressources-1/prise-en-main-rapide-du-logiciel-reaction|ce programme]]) * générer du son, de la vidéo
presentation_principes
3 Occurrences trouvées, Dernière modification :
iation, multiplication, division, addition, soustraction (“PEMDAS”) * On peut aussi travailler facilemen
ppoo
1 Occurrences trouvées, Dernière modification :
ion_(programmation)]] * Héritage : ... * Abstraction * Polymorphisme <code python intro-OO-01.py3>
tkinter_gui_simple
11 Occurrences trouvées, Dernière modification :
loop() </code> ===== Un bouton (Button) avec une action pour écrire ====== L'écriture va s'effectuer sur ... -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, we can !") root = Tk() #w = L... ck() b = Button(root,text="Click here !",command=action) b.pack() root.mainloop() </code> <note tip>Voy... -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, we can !") root = Tk() #w = L
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
4 Occurrences trouvées, Dernière modification :
el ils décrivent les trajets des atomes dans la réaction <chem>H2</chem> + H --> H + <chem>H2</chem> (écha... es Application : Potentiel Energy Surface de la réaction H + H2 --> H2 + H """ # ref : http://bulldog2.re... du/home/jsu/Summary/GroundStateExamples.html]] (réaction H2 + H) * [[http://fr.wikipedia.org/wiki/Surfac... . The classical barrier height of the H+H2→H2+H reaction, Journal of Chemical Physics. 5/15/1994, Vol. 10
representation_molecules_2013
2 Occurrences trouvées, Dernière modification :
ariable=ImageCase).pack() #Bouton valider nom def action(): name=str(NomEntry.get()) if ClipboardC... firm=Button(FrameOnglet1, text="Valider", command=action).pack() #Affichage SMILES AffichageLabel=Label(Fr... iable=ImageCase2).pack() #Bouton valider code def action2(): CodeSMILES=str(SmilesText.get()) if C... irm2=Button(FrameOnglet2, text="Valider", command=action2).pack() #Affichage nom AffichageLabel2=Label(Fra
scipy_simple
1 Occurrences trouvées, Dernière modification :
p://wiki.scipy.org/Cookbook/LoktaVolterraTutorial?action=show&redirect=LoktaVolterraTutorial|Lotka-Volterr
scikit_learn
1 Occurrences trouvées, Dernière modification :
07|ChemDataExtractor: A Toolkit for Automated Extraction of Chemical Information from the Scientific Liter
factorielle-2
1 Occurrences trouvées, Dernière modification :
la sortie d'une factorielle et nécessite une interaction avec l'utilisateur ! Il faudrait créer une foncti
pressions_partielles_systemes_non_ideaux
4 Occurrences trouvées, Dernière modification :
') plt.plot(a1, U1+U2,'b') plt.xlabel ('fraction molaire des constituants') plt.ylabel ('press... plt.plot(x2, U3+U4,'k''o''-') plt.xlabel ('fraction molaire des constituants') plt.ylabel ('press... ') plt.plot(a1, U1+U2,'b') plt.xlabel ('fraction molaire des constituants') plt.ylabel ('press... plt.plot(x2, U3+U4,'k''o''-') plt.xlabel ('fraction molaire des constituants') plt.ylabel ('press
solubilite_ph_t
1 Occurrences trouvées, Dernière modification :
### Donnée pour le calcul de la solubilité # Extraction des données pour le précipité Ks = float(precipit
lennard-jones
2 Occurrences trouvées, Dernière modification :
e et ε est l'énergie du puits de potentiel d'interaction. La distance r<sub>m</sub> à laquelle le potentiel a cette valeur minimale (pour une interaction entre seulement deux atomes) est reliée à σ par l
calcul_matriciel_2012
1 Occurrences trouvées, Dernière modification :
ffiche4) r6=Radiobutton(fen02,text="soustraction",variable=var,value=5,command =affiche5)