Finally the HP-39gII emulator has officially arrived:
http://www.hp.com/sbso/product/calculators-emulators/graphic-calculator-emulators.html
Rev.18360 from 4th Sept.
Franz
Good news :-)
|
|
« Next Oldest | Next Newest »
|
▼
09-22-2012, 05:56 AM
Finally the HP-39gII emulator has officially arrived: http://www.hp.com/sbso/product/calculators-emulators/graphic-calculator-emulators.html Rev.18360 from 4th Sept. Franz ▼
09-22-2012, 07:08 AM
Thanks, Franz (and HP!). I love the "large" (landscape) skin! I want a real 39gii calculator looking like that one! HP would sell millions of them!!! Is there any updated firmware yet for my real (portrait) 39gii? Nigel (UK)
09-22-2012, 07:25 AM
I forget how to display the rev number on mine ! It was not ON & F4 ? Does this version correct the CASE bug ? I agree that the landscape skin is great :) For those interested, here is my first complex program on this device. "Le compte est bon 'in french... Countdown ... http://en.wikipedia.org/wiki/Countdown_%28game_show%29
//================================ For exemple : Compte({6,6,25,4,100,9}, 923}
Edited: 22 Sept 2012, 7:26 a.m. ▼
09-22-2012, 08:03 AM
Gilles .. you are super cool ... I have been working on the same French game .. trying to write an implementation for Excel VBA. Thank you sooooooooooooooooooo much for your listing! Namir ▼
09-22-2012, 09:10 AM
Note that the code would be more lisible with CASE :
But there is a bug with the CASE in my HP39 version. HP knows and is working to solve this in futur update Note also that in the contrary of what is wrote in user guide on the CD, there is no difference between T1(j)/T1(i)=>T1(i) // dont' know why, but i hate this syntax lol... and T1(i):=T1(j)/T1(i) as you can aloso see, the user guide is not accurate about use of LOCAL variables. You can assing value in the same line than the LOCAL definiton The BREAK (level) is interesting (but not documented as far i know; Cyrille explain this here) When I wrote this first verion there was also some problem with the RETURN function in some cases. I think it's solved in the new ROM but not sure. The HP39gII langage is very interesting, simple and powerfull. An interesting improvement could be to allow like in PASCAL to call a function (or a procedure in Pascal) with paramaters 'per variable' and not only 'per value' (sorry for my english). This would allow for exemple to swap 2 variables like this :
EXPORT SWAP( VAR : a , VAR : b)
and then use
09-22-2012, 10:17 AM
Ahhh! I love the show "Des chiffres et des lettres" ever since I spend two weeks in a pupil's exchange in France back in 1980. I wonder why this show is running for so long but never was adapted in Germany or elsewhere as far as I know?!? Edited: 22 Sept 2012, 10:18 a.m.
09-25-2012, 10:52 PM
Gilles, Does the first two nested loops in LCB() cover all the possible arrangements for the six numbers given? I suspect they don't. My Excel VBA version uses SIX loops to do that ... and also uses IF statements to make sure that the indices are not duplicated. I checked with a DEBUG.PRINT statement to verify that I am trying ALL the combinations of the six numbers. Namir ▼
09-26-2012, 02:01 AM
Gilles, I was able to adapt your HP39gII code to Excel VBA. I see now that you perform recursive calls to LCB(). Your solution works very well and does it quickly! <bows down> Namir
09-22-2012, 07:55 AM
Thank for the news.
Who is this man who looks at you during download? I find it disturbing! ▼
09-22-2012, 09:05 AM
Quote:It's not me - I'm much nicer! :-) ▼
09-22-2012, 09:12 AM
Tim perhaps ;) Edited: 22 Sept 2012, 9:14 a.m.
09-24-2012, 08:10 AM
I assume this is the man who cannot afford a calculator (TM) - therefor the chalkboard in the background <g> |