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
graph view sur TI84 plus CE est entrain de glitcher
7 posts
• Page 1 of 1
-
xfewds
Niveau 2: MI2 (Membre Initié)- Posts: 4
- Joined: 28 May 2017, 23:33
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 11th
Re: graph view sur TI84 plus CE est entrain de glitcher
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:
- Guide: meilleurs programmes & tutoriels - toutes calculatrices
- Guide: programmer en langage C sur TI-83 Premium CE/84+CE
- Groupe Facebook d'entraide autour des études post-bac (prépa, université, IUT...)
Découvre mes programmes et mon site!
-
WistaroSuper Modo
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 3189
- Images: 37
- Joined: 25 Feb 2013, 16:21
- Location: Toulouse
- Gender:
- 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
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
-
xfewds
Niveau 2: MI2 (Membre Initié)- Posts: 4
- Joined: 28 May 2017, 23:33
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 11th
Re: graph view sur TI84 plus CE est entrain de glitcher

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


-
clifwardMembre UPECS
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 593
- Images: 6
- Joined: 20 Sep 2015, 17:50
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: CentraleSupelec
Re: graph view sur TI84 plus CE est entrain de glitcher
Clifward wrote:
You have a TI-84 Plus CE, and you're trying to use a program for TI-83+/TI-84+
Is there anyway to run TI-84+ programs on the TI84 plus CE
-
xfewds
Niveau 2: MI2 (Membre Initié)- Posts: 4
- Joined: 28 May 2017, 23:33
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 11th
Re: graph view sur TI84 plus CE est entrain de glitcher
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.
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

Unis par la flèche sacrée de cupidon


-
EphariusPremium
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 1174
- Images: 4
- Joined: 08 Dec 2014, 17:38
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Ensimag
- GitHub: MathisLav
Re: graph view sur TI84 plus CE est entrain de glitcher
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
-
xfewds
Niveau 2: MI2 (Membre Initié)- Posts: 4
- Joined: 28 May 2017, 23:33
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 11th
7 posts
• Page 1 of 1
Return to Problèmes divers / Aide débutants
Who is online
Users browsing this forum: ClaudeBot [spider] and 17 guests