Dernière mise à jour : le 26/02/2013 à 12h03.

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a.sener'@'172.20.245.56' (using password: YES) in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 7

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 8

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 12

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 13

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 17

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 27

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 30

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 31
Il y a actuellement visiteurs connectés !

banniere

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a.sener'@'172.20.245.56' (using password: YES) in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 63

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 64

SOLVEUR

SOLVEUR est un programme pouvant résoudre n'importe quelle équation.

Nom : SOLVEUR
Version : 3.5 (beta)
Taille : 1180 octets
Auteur : Hakan Sener
Date de création : 11/12/2009
Langage de programmation : Ti-Basic
Captures d'écrans :

capture d'écran

capture d'écran

capture d'écran

capture d'écran

Telechargement : Solveur 3.5 (beta)

Nombre de téléchargements :
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 81

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 83
0.
Dernier téléchargement :
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 81

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 83
0


Code source : SOLVEUR 3.5 (beta)
:Lbl D
:ClrHome
:Menu("      MENU      ","LANCER SOLVEUR",1,"REGLAGES",2,"AIDE",3,"INFORMATIONS",4,"QUITTER",5)
:Lbl 2
:ClrHome
:Menu(" REINITIALISER? ","NON",B,"OUI",A,"RETOUR",D)
:Lbl B
:Input "ENCADREMENT: MIN",A
:Input "ENCADREMENT: MAX",B
:Input "PRECISION DU RES",E
:Goto D
:Lbl A
:110A:111B
:111E
:Goto D
:Lbl 3
:Disp "SOLVEUR EST UN ","PROGRAMME UTILI-","SANT LA TECHNIQU","DE DICHOTOMIE PR","RESOUDRE LES","EQUAΘ DU 1ER DEG"
:Pause 
:ClrHome
:Disp "IL SUFFIE PR CA","DENTRER LE 1ER","MEMBRE DE L =ITE","DS Y1, ET LE 2ND","DS Y2. CERTAINS","REGLAGES PEUVENT","ETRE NECESSAIRES"
:Pause 
:ClrHome
:Goto D
:Lbl 4
:ClrHome
:Disp "  SOLVEUR: 1.0","    PAR HAKAN","","POUR + D:INFOS :","","HTTP://DHCT.PRO-","FORUM.FR/"
:Pause 
:Goto D
:Lbl 1
:AX
:If Y1Y2:Then
:	While A+E<B
:		Disp X
:		If Y1Y2:XA
:		If Y1Y2:XB
:		(A+B)/2X
:	End
:Else
:	While A+E<B
:		Disp X
:		If Y1Y2:XA
:		If Y1Y2:XB
:		(A+B)/2X
:	End:End
:ClrHome
:Disp "POUR X =",X,"Y1 = Y2 =",Y2
:Lbl 5