There is a horrible bug though, I have to store my generated image scripts as .txt, I can't convert them to .g1m because if I use the text to g1m converter in C.Basic, it cuts off my code :/
#121
Posted 25 March 2018 - 11:32 AM
#122
Posted 27 March 2018 - 05:23 AM
There is a horrible bug though, I have to store my generated image scripts as .txt, I can't convert them to .g1m because if I use the text to g1m converter in C.Basic, it cuts off my code :/
Sorry!
#123
Posted 29 March 2018 - 08:56 AM
#124
Posted 31 March 2018 - 11:26 AM
That's gonna be quite annoying though :/
Are you sure you can't increase the maximum size?
#125
Posted 01 April 2018 - 07:42 AM
#126
Posted 02 April 2018 - 12:10 AM
Thank you!
That helps a lot, and it sure saves me time from waiting for it to convert each text file into g1m before running, but not saving it.
Now all those problems are gone
#127
Posted 05 April 2018 - 05:11 PM
I'm trying to load a .bin file into a matrix, it's 32'768 bytes big. C.Basic gives me an error message of not having enough memory :/
#128
Posted 07 April 2018 - 06:15 AM
I forgot I was on this community too, it's been a very long time since I was last here. Anyhow, I want to know how well my Grocery program will work under C.Basic (I haven't installed C.Basic yet), because I use variables and Lists in a slightly unconventional way.
My grocery accounting program is over on Casiopeia.net under Released Projects. If there are some aspects of my program that won't work under C.Basic, is there a way to get them to work?
I always felt limited by one-character variable names, and even doubling their number feels like a reduction in what I am able to do, when comparing to the HP-50G in comparison, where variable names have no such restriction.
(Post 4)
#129
Posted 08 April 2018 - 02:52 AM
I'm trying to load a .bin file into a matrix, it's 32'768 bytes big. C.Basic gives me an error message of not having enough memory :/
IsExist("Test")->S S->Dim A.B Load("Test")->Mat A
"Test"->Str 1 IsExist(Str 1)->S S->Dim A.B Load(Str 1)->Mat A
Edited by sentaro21, 09 April 2018 - 08:52 AM.
#130
Posted 08 April 2018 - 02:58 AM
I forgot I was on this community too, it's been a very long time since I was last here. Anyhow, I want to know how well my Grocery program will work under C.Basic (I haven't installed C.Basic yet), because I use variables and Lists in a slightly unconventional way.
My grocery accounting program is over on Casiopeia.net under Released Projects. If there are some aspects of my program that won't work under C.Basic, is there a way to get them to work?
I always felt limited by one-character variable names, and even doubling their number feels like a reduction in what I am able to do, when comparing to the HP-50G in comparison, where variable names have no such restriction.
(Post 4)
123->_ABC123 456->_Sample _ABC123+_Sample->C
C is 579
#131
Posted 11 April 2018 - 06:57 AM
Thanks a lot for the update!
Now I guess I'll be able to pull off 50 shades for grayscale
Edit: I managed to get 64 shades!
Edited by Emex, 11 April 2018 - 03:22 PM.
#132
Posted 13 May 2018 - 08:18 AM
#133
Posted 13 May 2018 - 08:25 AM
Wow, this is an amazing implementation. Runs way too fast. I love it.
Hope can make a complete sheet of this in my site.
By the time being I've made some tests and overruns not only Casio BASIC, but a lot of machines in the market.
Congratulations to the developers.
#134
Posted 14 May 2018 - 08:17 AM
#135
Posted 14 May 2018 - 08:25 AM
Let me see how and where to add a link to your project, but as a first idea such a good one deserves the main page.
I'll be proud to link it, cause it's a top quality development.
#136
Posted 14 May 2018 - 08:42 AM
Congratulations for the C.Basic development.
I'm following the development, and I expect an awesome compiler and new projects in the future.
The interpreter is excellent.
#137
Posted 14 May 2018 - 05:04 PM
Dear Sentaro, thank you fro developing this. I installed it on both of my fx-9860G devices.
#138
Posted 15 May 2018 - 11:55 AM
#139
Posted 16 May 2018 - 08:46 AM
I had lost my usb cable so I can't upgrade C.Basic. I had ordered a new one in ebay.
I had ordered a fx-CG50, it is the future in casio calculator development. ¿Is C.Basic compatible with fx-CG50? ¿You will release the compiler for fx-9860G series or fx-CG series? ¿Which series you plan to give more support in the future?
Thanks, frankmar98.
#140
Posted 16 May 2018 - 11:42 AM
I had lost my usb cable so I can't upgrade C.Basic. I had ordered a new one in ebay.
I had ordered a fx-CG50, it is the future in casio calculator development. ¿Is C.Basic compatible with fx-CG50? ¿You will release the compiler for fx-9860G series or fx-CG series? ¿Which series you plan to give more support in the future?
Thanks, frankmar98.
#141
Posted 18 May 2018 - 03:40 PM
Dear Sentaro, as a kind of thanking to you a few words.
What I like most at CBasic is not the speed first. If I need speed I use C++.
I like most that it comes closer to a real programming language: small letter variables (very useful for readable code), indenting (also), sub programs in the same file (all content can be transfered and printed at once), the small font which I use exclusively.
If I may have a wish for a next version? I use large and small letter variables parallel each other. The only way to switch between them is to use the a<->A key in the main menu. It would be VERY useful if there was a preset key which gives one single "other" one. It may be one of the options of the shift menu, perhaps shift F5, which switches into hex mode (rarely used). Then I don't have to leave the Prog menu which I use at the moment and from which I have to select a NEXT or so a few lines later.
~
As you might remember I am amateur astronomer. In our German astronomical association I direct the computer astronomy section (called Astrophysics and Algorithms). For this, I propagate so called computer experiments. The intention is to use a computer to understand (astro)physical things better - while experimenting. The code has to be very simple and, of course, close to the algebra.
In our journal I give the final programs in Python, because BASIC is not common anymore. But for myself, I most start with the pocket computer and C basic. I made programs for motion of planets, the mechanism of sun dogs (ray trace through ice crystals), the formation of sun spots from the spooling magnetic field of the sun and map projection (which I gave here).
I am on the way to make calculation for explaining dark energy, which is not an easy task. Not the calculations but to find a model which can be understand easily.
Edited by piu58, 18 May 2018 - 05:53 PM.
#142
Posted 20 May 2018 - 06:49 AM
If I may have a wish for a next version? I use large and small letter variables parallel each other. The only way to switch between them is to use the a<->A key in the main menu. It would be VERY useful if there was a preset key which gives one single "other" one. It may be one of the options of the shift menu, perhaps shift F5, which switches into hex mode (rarely used). Then I don't have to leave the Prog menu which I use at the moment and from which I have to select a NEXT or so a few lines later.
#143
Posted 20 May 2018 - 01:53 PM
That was fast! I installed it immeadetly.
For the first moment I thought but the Sh-F5 switch would not work. But the key needs to be configured!
Thank you very much. It hlep me while writing my program for dark energy explantion.
Edited by piu58, 20 May 2018 - 01:53 PM.
#144
Posted 21 May 2018 - 09:24 AM
That was fast! I installed it immeadetly.
For the first moment I thought but the Sh-F5 switch would not work. But the key needs to be configured!
Thank you very much. It hlep me while writing my program for dark energy explantion.
#145
Posted 27 May 2018 - 01:41 PM
Edited by sentaro21, 27 May 2018 - 10:46 PM.
#146
Posted 28 May 2018 - 03:35 PM
Dear Sentaro, there is an error in the last two versions. I made:
- Edit
- jump (for faster moving around)
- Shift F6 (input chars)
- Shift (cont. select)
- F6 (normal font)
- typing some chars.
There appears a strange sign between the chars and the fx is blocked. I had to remove the battery.
#147
Posted 29 May 2018 - 01:30 PM
Dear Sentaro, there is an error in the last two versions. I made:
- Edit
- jump (for faster moving around)
- Shift F6 (input chars)
- Shift (cont. select)
- F6 (normal font)
- typing some chars.
There appears a strange sign between the chars and the fx is blocked. I had to remove the battery.
#148
Posted 29 May 2018 - 05:52 PM
I installed it, and all works now, Thank you!
#149
Posted 09 June 2018 - 06:57 PM
Dear Sentaro,
I have a proposal for one of the next versions. This is only possible, if you wrote your own editor (I guess you did).
If I mark a text with Sh-8(Clip), the I expect that pressing the del key the text will be deleted. But the del key works if nothing was marked. I make this mistake often. I don't think that anybody misses the single-char-deleting if something is marked.
I know, tat cut (F2) and del (F3) delete the marked text. But the del key has a large attraction ...
#150
Posted 10 June 2018 - 01:12 PM
Again me.
I have problems with an error which occurs form time to time. Instead of the matrices in the form og Mat A ... Mat Ans I get displayed them as Lists List 1 ...
With some guessing I can find the Mtarix I need, but it is annoying.
To cure this I have to leave C.Basic e.g. with Menu 1. But if I come back, all matrices are empty, and I cannot analyze the results in it.
(fx-9860G)
#151
Posted 11 June 2018 - 04:39 AM
Dear Sentaro,
I have a proposal for one of the next versions. This is only possible, if you wrote your own editor (I guess you did).
If I mark a text with Sh-8(Clip), the I expect that pressing the del key the text will be deleted. But the del key works if nothing was marked. I make this mistake often. I don't think that anybody misses the single-char-deleting if something is marked.
I know, tat cut (F2) and del (F3) delete the marked text. But the del key has a large attraction ...
Thanks very much for finding bug!
Again me.
I have problems with an error which occurs form time to time. Instead of the matrices in the form og Mat A ... Mat Ans I get displayed them as Lists List 1 ...
With some guessing I can find the Mtarix I need, but it is annoying.
To cure this I have to leave C.Basic e.g. with Menu 1. But if I come back, all matrices are empty, and I cannot analyze the results in it.
(fx-9860G)
#152
Posted 11 June 2018 - 10:41 AM
Dear Sentaro,
> The display of List/Mat changes in OPTN key.
I did not know, that the display changes with the OPTN key. It was my mistake, I pressed that key unintended. Thank you for your help!
#153
Posted 11 June 2018 - 01:17 PM
Dear Sentaro,
> The display of List/Mat changes in OPTN key.
I did not know, that the display changes with the OPTN key. It was my mistake, I pressed that key unintended. Thank you for your help!
#154
Posted 11 June 2018 - 03:56 PM
That was again fast! Thank you.
~
For your interest I write some words of what I calculate at the moment. I want to give my astromer friends some idea what "dark energy" real means. Therefore I simulate the behaviour of a sphere filled with mass - represented by discrete point masses. I knew in advance that it would shrink. But what I did not know: It shrinks with a different velocity, forming a shell of denser matter at around 80% of the radius. The first weak agglomeration has a stronger gravity and attracs matter from in- and outward.
My simulation fails at the moment if I let the sphere shrink to a value smaller than half of the original one, but I found the reason in the time step calculation.
I use 360 points for that, around the maximum the memory gives. This runs a few hours, even with cbasic. It would not be realistic to run it with casio basic.
#155
Posted 12 June 2018 - 08:16 AM
#156
Posted 17 June 2018 - 12:16 PM
#157
Posted 19 June 2018 - 09:37 AM
Edited by sentaro21, 19 June 2018 - 09:40 AM.
#158
Posted 21 June 2018 - 07:23 AM
#159
Posted 07 July 2018 - 11:17 AM
Edited by sentaro21, 07 July 2018 - 11:21 AM.
#160
Posted 09 July 2018 - 05:26 AM
Please tell me I'm wrong.
There seem to be some math functions that are unavailable to me in C.Basic. (I'm using an fx-9860gii and a couple of fx-9750giis that think they're fx-9860giis.)
Right now I'm having to write my own routines to compute probabilities for the distributions included in the 9860 (binomial, Poisson, geometric, exponential, normal, t, chi-squared, F, etc.). C.Basic couldn't process more basic commands like nPr and nCr, either. And forget about trying to graph plots of these probabilities using DrawDist commands.
I hope this is because there's something I'm missing about calling these functions.
If not, is there a listing of what math functions aren't available through C.Basic?
Also tagged with one or more of these keywords: Casio Basic C.Basic
General →
Your Projects →
Inside Casio Basic is now to be preparedStarted by Krtyski , 02 Dec 2016 Casio Basic C.Basic |
|
|
4 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users
-
Google (1)