Firmware Beta

Une version beta de la prochaine mise a jour est disponible: http://www.hpmuseum.org/forum/thread-9450.html
Il y a pas mal de changements...
Il y a pas mal de changements...
News, programmes, tutoriaux, forum sur les calculatrices TI, Casio, NumWorks... !
https://tiplanet.org/forum/
Ti64CLi++ wrote:Je n'aurais pas du me debarasser de ma HP Prime
En tout cas, ca s'annonce plutot bien quand on voit la liste des ameliorations
Hamza.S wrote:Ti64CLi++ wrote:Je n'aurais pas du me debarasser de ma HP Prime
En tout cas, ca s'annonce plutot bien quand on voit la liste des ameliorations
il y a un émulateur pour tester
Ti64CLi++ wrote:Je n'aurais pas du me debarasser de ma HP Prime
En tout cas, ca s'annonce plutot bien quand on voit la liste des ameliorations
#cas
def fra(X,Y,Nmax):
local x,y,z,c,j
for x in range(X):
for y in range(Y):
z = 0
c = 2.7*x/X-2.1+i*(-1.87*y/Y+0.935)
for j in range(Nmax):
if abs(z=z*z+c)>2:
break
PIXON_P(x,y,255*20*j+256)
FREEZE
WAIT(0)
#end