1
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 30, 2010, 12:22:57 pm »
It is similar to the HEXPIC program that is in the Axe zip file.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1] 2
1
The Axe Parser Project / Re: Your Projects - Post and Critique« on: July 30, 2010, 12:22:57 pm »
It is similar to the HEXPIC program that is in the Axe zip file.
2
The Axe Parser Project / Re: Your Projects - Post and Critique« on: July 29, 2010, 05:20:59 pm »
The pictures are stored in the external variables so that you can do Rcl Str1 or whatever.
3
The Axe Parser Project / Re: Your Projects - Post and Critique« on: July 29, 2010, 03:30:44 pm »
Here's a simple picture editor I made. Pictures are stored in Str1, Str2, and Str3.
5
The Axe Parser Project / Re: Axe Parser« on: July 29, 2010, 11:06:56 am »
I'm trying to convert a string to hex data, so if Str1 was "0123456789ABCDEF" then I would want to put [0123456789ABCDEF] into Pic1. Here's what I have so far, but it's not working right.
Code: [Select] "0123456789ABCDEFG"->Str1 I'm trying to convert the character values of the letters in Str1 into the numbers they represent.
6
Axe / Re: The Complete Guide to Effective Axe« on: July 29, 2010, 10:24:14 am »
I think he means to change Axe 0.4.0 to Axe 0.4.1
7
The Axe Parser Project / Re: Features Wishlist« on: July 29, 2010, 10:20:46 am »
What kind of rotation will it be? Will it be possible to rotate 1 degree?
8
Axe / Re: Polar Plane?« on: July 27, 2010, 10:53:06 am »
Thanks, it worked, but I'm confused. Why are there 255 "degrees" (or whatever they are) in a circle instead of 360? Is it so the sine and cosine fit in a byte?
9
The Axe Parser Project / Re: Axe Parser« on: July 26, 2010, 04:48:03 pm »
Thanks! That almost exactly what I was trying (even the same string for Str2), but I didn't have the "->A" part at the end of GetCalc. Why can't I just use Str1 as the pointer?
10
The Axe Parser Project / Re: Axe Parser« on: July 26, 2010, 04:34:48 pm »
Can Axe write to external variables? In the documentation it shows how to read them, but not write to them.
11
Axe / Re: Polar Plane?« on: July 22, 2010, 11:47:48 am »
I only want this for 2D, so just one angle and a radius. Points are plotted on a polar plane by the distance from a point and the angle,so by changing the angle but not the distance, you could draw a circle (this is not what I want to use it for. With a polar plane, it is very easy to make curves and do rotations and such because points are based on angle). The formula (in degree mode, not radian) is x=distance*cos(angle) , y=distance*sin(angle)
12
Axe / Polar Plane?« on: July 22, 2010, 09:37:03 am »
I've been trying to get something of a polar plane in Axe using sines and cosines, but am not having any luck. Is there a good way to do this?
13
The Axe Parser Project / Re: Bug Reports« on: July 19, 2010, 03:42:20 pm »
When I compile any program that ends with DispGraph or ClrDraw, Axe begins the first pass, freezes, and after a few seconds displays "ERR: OUT OF MEM." If I add a space after ClrDraw or DispGraph, it compiles fine.
14
Other Calculators / Re: TiLP and parallel cable on Ubuntu?« on: June 10, 2010, 04:21:33 pm »
It's not a problem with the cable because I can get it to work in Windows, but it's annoying to restart the computer just to write a file to my calculator.
15
Other Calculators / Re: TiLP and parallel cable on Ubuntu?« on: June 10, 2010, 03:19:49 pm »
When I use sudo, it gives the same message. I added my username to the lp group, so I don't think that makes a difference anymore, but thanks anyway.
Pages: [1] 2
|
|