π
<-

graph view sur TI84 plus CE est entrain de glitcher

:32ti73: :32ti73e: :32ti73e2: :32ti76f: :32ti80: :32ti81: :32ti82: :32ti85: :32ti86: :32ti82s: :32ti82sf: :32ti82sfn: :32ti83: :32ti83p: :32ti83pb: :32ti83pr: :32ti83pfr: :32ti83pse: :32ti84p: :32ti84pse: :32ti84ppse: :32ti84pfr: :32ti84pcse: :32ti83pfrusb: :32ti82p: :32ti82a: :32ti84pce: :32ti83pce:

graph view sur TI84 plus CE est entrain de glitcher

Unread postby xfewds » 28 May 2017, 23:36

Bjour,

Lorsque je sélectionne un programme sur mon Ti-84 et qu'il passe en vue graphique, le texte se recouvre l'un l'autre afin que je ne voie pas la réponse. Quelqu'un sait comment réparer ceci? J'ai attaché une image de ce que je vois.http://imgur.com/a/XPx6Z
User avatar
xfewds
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 13.3%
 
Posts: 4
Joined: 28 May 2017, 23:33
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: 11th

Re: graph view sur TI84 plus CE est entrain de glitcher

Unread postby Wistaro » 29 May 2017, 05:36

xfewds wrote:Bjour,

Lorsque je sélectionne un programme sur mon Ti-84 et qu'il passe en vue graphique, le texte se recouvre l'un l'autre afin que je ne voie pas la réponse. Quelqu'un sait comment réparer ceci? J'ai attaché une image de ce que je vois.http://imgur.com/a/XPx6Z


Salut, c'est quel programme?
Nouveau sur le site, ClaudeBot [spider] ? Avant de poster sur le chat et sur le forum, n'oublie pas de lire les règles. En cas de problème, tu peux m'envoyer un message, je réponds rapidement.

Liens utiles:
Image
Découvre mes programmes et mon site!
User avatar
WistaroSuper Modo
Niveau 15: CC (Chevalier des Calculatrices)
Niveau 15: CC (Chevalier des Calculatrices)
Level up: 88.5%
 
Posts: 3189
Images: 37
Joined: 25 Feb 2013, 16:21
Location: Toulouse
Gender: Male
Calculator(s):
MyCalcs profile
Class: Ingénieur en électronique
YouTube: Wistaro
Twitter: Wistaro
GitHub: Wistaro

Re: graph view sur TI84 plus CE est entrain de glitcher

Unread postby xfewds » 29 May 2017, 06:19

C'est pas un problème de programme. Je crois que c'est plutôt la TI-84. Vous pouvez voir mon problème lorsque vous cliquez sur le lien
User avatar
xfewds
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 13.3%
 
Posts: 4
Joined: 28 May 2017, 23:33
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: 11th

Re: graph view sur TI84 plus CE est entrain de glitcher

Unread postby clifward » 29 May 2017, 06:26

Image

You have a TI-84 Plus CE, and you're trying to use a program for TI-83+/TI-84+ :#roll#:
Image
User avatar
clifwardMembre UPECS
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 26.4%
 
Posts: 593
Images: 6
Joined: 20 Sep 2015, 17:50
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: CentraleSupelec

Re: graph view sur TI84 plus CE est entrain de glitcher

Unread postby xfewds » 29 May 2017, 19:28

Clifward wrote:Image

You have a TI-84 Plus CE, and you're trying to use a program for TI-83+/TI-84+ :#roll#:


Is there anyway to run TI-84+ programs on the TI84 plus CE
User avatar
xfewds
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 13.3%
 
Posts: 4
Joined: 28 May 2017, 23:33
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: 11th

Re: graph view sur TI84 plus CE est entrain de glitcher

Unread postby Epharius » 29 May 2017, 19:52

no way yet, at least you cannot run assembly program. But in your case (for Ti-Basic programs) you can try using the ticonverter (viewtopic.php?f=10&t=17212) but you'll have to download the source code (github) and run it from your computer.

Or you can just make the modifications directly on your calculator, if you know what you're doing.
Le projet Geometry Dash est terminé ! N'hésitez pas à aller jeter un coup d’œil au topic du projet ! Vous pouvez le télécharger ici.

Unis par la flèche sacrée de cupidon :favorite:
Image
User avatar
EphariusPremium
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 8.7%
 
Posts: 1174
Images: 4
Joined: 08 Dec 2014, 17:38
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: Ensimag
GitHub: MathisLav

Re: graph view sur TI84 plus CE est entrain de glitcher

Unread postby xfewds » 29 May 2017, 23:21

Epharius wrote:no way yet, at least you cannot run assembly program. But in your case (for Ti-Basic programs) you can try using the ticonverter (viewtopic.php?f=10&t=17212) but you'll have to download the source code (github) and run it from your computer.

Or you can just make the modifications directly on your calculator, if you know what you're doing.


Do you know what I need to do to fix that? Here is the code:
Code: Select all
Lbl 00
AxesOff
ClrDraw
FnOff
2→I
2→J
2→K
2→L
2→M
2→N
2→E
2→F
2→G
2→H
15→R
Menu("Select Type:","Synthesis",B0,"Decomposistion",A0,"Single Displace",C0,"Double Displace",D0,"*Combustion",D8,"Exit",EX)
Lbl A0
ClrHome
Disp "AwBx=Ay+Bz"
Prompt W
Prompt X,Y,Z
W→A
X→B
Y→C
Z→D
Lbl A1
If W=Y
Goto A2
If W>Y
Then
CF→Y
F+1→F
Goto A1
End
If W<Y
Then
EA→W
EB→X
E+1→E
Goto A1
End
Goto A1
Lbl A2
If X=Z
Goto A3
If X>Z
Then
DG→Z
G+1→G
Goto A1
End
If X<Z
Then
BE→X
AE→W
E+1→E
Goto A1
End
Lbl A3
If W=Y and Z=X
Goto A4
Goto A1
Lbl A4
E-1→E
F-1→F
G-1→G
ClrDraw
AxesOff
FnOff
ZStandard
Text(20,20,E
Text(20,24,"A"
Text(23,28,A
Text(20,32,"B"
Text(23,36,B
Text(20,40,"="
Text(20,44,F
Text(20,48,"A"
Text(23,52,C
Text(20,56,"+"
Text(20,60,G
Text(20,64,"B"
Text(23,68,D
Text(55,17,"-CES v1.05 by BLP-"
Pause
Disp E,F,G
Pause
Goto 00
Lbl B0
ClrHome
Disp "Aw+Bx=AyBz"
Prompt W,X,Y,Z
W→A
X→B
Y→C
Z→D
Lbl B1
If W=Y
Goto B2
If W>Y
Then
GC→Y
GD→Z
G+1→G
Goto B1
End
If W<Y
Then
EA→W
E+1→E
Goto B1
End
Goto B1
Lbl B2
If X=Z
Goto B3
If X>Z
Then
GD→Z
GC→Y
G+1→G
Goto B1
End
If X<Z
Then
BF→X
F+1→F
Goto B1
End
Lbl B3
If W=Y and Z=X
Goto B4
Goto B1
Lbl B4
E-1→E
F-1→F
G-1→G
FnOff
ClrDraw
ZStandard
Text(20,20,E
Text(20,24,"A"
Text(23,28,A
Text(20,32,"+"
Text(20,36,F
Text(20,40,"B"
Text(23,44,B
Text(20,48,"="
Text(20,52,G
Text(20,56,"A"
Text(23,60,C
Text(20,64,"B"
Text(23,68,D
Text(55,17,"-CES v1.05 by BLP-"
Pause
Disp E,F,G
Pause
Goto 00
Lbl C0
ClrHome
Disp "AuBv+Cw=AxCy+Bz"
Prompt U,V,W,X,Y,Z
U→F
V→E
W→D
X→C
Y→B
Z→A
Lbl C1
If U=X
Goto C2
If U>X
Then
CG→X
BG→Y
G+1→G
Goto C1
End
If U<X
Then
JF→U
JE→V
J+1→J
Goto C1
End
Goto C1
Lbl C2
If V=Z
Goto C3
If V>Z
Then
IA→Z
I+1→I
Goto C2
End
If V<Z
Then
JE→V
JF→U
J+1→J
Goto C2
End
Lbl C3
If W=Y
Goto C4
If W>Y
Then
GB→Y
CG→X
G+1→G
Goto C3
End
If W<Y
Then
HD→W
H+1→H
Goto C3
End
Lbl C4
If W=Y and Z=V and X=U
Goto C5
Goto C1
Lbl C5
G-1→G
H-1→H
I-1→I
J-1→J
ClrDraw
Text(20,0,J
Text(20,4,"A"
Text(23,8,F
Text(20,12,"B"
Text(23,16,E
Text(20,20,"+"
Text(20,24,H
Text(20,28,"C"
Text(23,32,D
Text(20,36,"="
Text(20,40,G
Text(20,44,"A"
Text(23,48,C
Text(20,52,"C"
Text(23,56,B
Text(20,60,"+"
Text(20,64,I
Text(20,68,"B"
Text(23,72,A
Text(55,17,"-CES v1.05 by BLP-"
Pause
Disp J,H,G,I
Pause
Goto 00
Lbl D0
ClrHome
Disp " "
Disp " "
Output(1,1,"AsBw + CuDv ="
Output(2,1,"AwDx + CyBz"
Prompt S,T,U,V,W,X,Y,Z
{S,T,U,V,W,X,Y,Z}→⌊CES
S→A
T→B
U→C
V→D
W→E
X→F
Y→G
Z→H
Lbl D1
1+R→R
If R=100
Goto D7
If S=W
Goto D2
If S>W
Then
EK→W
FK→X
K+1→K
Goto D1
End
If S<W
Then
AI→S
BI→T
I+1→I
Goto D1
End
Lbl D2
1+R→R
If R=100
Goto D7
If T=Z
Goto D3
If T>Z
Then
LG→Y
LH→Z
L+1→L
Goto D2
End
If T<Z
Then
BI→T
AI→S
I+1→I
Goto D2
End
Lbl D3
1+R→R
If R=100
Goto D7
If U=Y
Goto D4
If U>Y
Then
GL→Y
HL→Z
L+1→L
Goto D3
End
If U<Y
Then
CJ→U
DJ→V
J+1→J
Goto D3
End
Lbl D4
1+R→R
If R=100
Goto D7
If V=X
Goto D5
If V>X
Then
FK→X
EK→W
K+1→K
Goto D4
End
If V<X
Then
DJ→V
CJ→U
J+1→J
Goto D4
End
Lbl D5
If S=W and T=Z and U=Y and V=X
Goto D6
Goto D1
Lbl D6
I-1→I
J-1→J
K-1→K
L-1→L
ClrDraw
Text(20,0,I
Text(20,4,"A"
Text(23,8,A
Text(20,12,"B"
Text(23,16,B
Text(20,20,"+"
Text(20,24,J
Text(20,28,"C"
Text(23,32,C
Text(20,36,"D"
Text(23,40,D
Text(20,44,"="
Text(20,48,K
Text(20,52,"A"
Text(23,56,E
Text(20,60,"D"
Text(23,64,F
Text(20,68,"+"
Text(20,72,L
Text(20,76,"C"
Text(23,80,G
Text(20,84,"B"
Text(23,88,H
Text(55,17,"-CES v1.05 by BLP-"
Pause
Disp I,J,K,L
Pause
Goto 00
Lbl EX
DelVar A
DelVar B
DelVar C
DelVar D
DelVar E
DelVar F
DelVar G
DelVar H
DelVar I
DelVar J
DelVar K
DelVar L
DelVar R
DelVar S
DelVar T
DelVar U
DelVar V
DelVar W
DelVar X
DelVar Y
DelVar Z
DelVar ⌊CES
ClrHome
Disp "BlackLight"
Disp "    Productions"
Disp "Is a branch of"
Disp "        PTFX"
Stop
Lbl D7
ClrHome
Disp "Are you Sure you"
Disp "  Entered the"
Disp "    Equation"
Disp "   Correctly?"
Pause ⌊CES
Goto 00
Lbl D8
ClrHome
Disp "   Combustion"
Disp "     Solver"
Disp "----------------"
Disp "  Coming Soon!"
Pause
Goto 00
User avatar
xfewds
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 13.3%
 
Posts: 4
Joined: 28 May 2017, 23:33
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: 11th


Return to Problèmes divers / Aide débutants

Who is online

Users browsing this forum: ClaudeBot [spider] and 17 guests

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
1234
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1506 utilisateurs:
>1486 invités
>13 membres
>7 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)