Show Posts
|
|
Pages: 1 ... 8 9 [10] 11 12 ... 21
|
|
136
|
Calculator Community / General Calculator Help / Silverlink doesn't install correctly
|
on: 16 June, 2012, 11:08:37
|
|
I'm not sure whether I'm right in this forum or not, but here's my problem:
A few weeks ago I installed a new sound card for my Windows 7 64-bit computer and suddenly the graph link didn't work anymore. I looked into the device manager and it says the driver can't be verified to be signed or something. I never had this problem before. Every time I plug in the cable, after it tried to install software and says it failed. Reinstalling/updating driver leads always to the same problem, it says the driver is the newest version. Booting without driver signature is possible and it shows up the device is working correctly, but TIConnect is acting up and doesn't find the device.
I'm using TIConnect with a TI 83+.
|
|
|
|
|
138
|
Calculator Community / The Axe Parser Project / Re: Bug Reports
|
on: 12 June, 2012, 21:30:21
|
err.... I have a strange bug in axe 1.1.2 I compiled a programme and <crash> RAM clear  I compiled on ion a big programme ( 5752 octets).... I think it may help if you are more precise - can you attach the code (if it isn't lost), did any errors occur, was it while compiling, backing up or execution?
|
|
|
|
|
139
|
Calculator Community / Axe Language / Re: Axe Q&A
|
on: 10 June, 2012, 14:58:26
|
I think you'd have to write your own routine for that. It's quite slow but you could copy the last 8 rows of the buffer to another buffer, shift that and copy it back. example with L6 and L3 (if you use them for something else you'd have to use other buffers) 1 2 3 4
| Copy(L6+672,L3,96) Horizontal -(L3) //or Horizontal -r Copy(L3,L6+672,96)
|
|
|
|
|
|
141
|
Calculator Community / TI-BASIC Language / [TI-83+] Using Recursive Sequences in a Program [solved]
|
on: 07 June, 2012, 14:58:50
|
Hey, for my Maths I have to make a program to calculate increasing and stuff, and it needs to have recursive sequences as well. The problem is, I can't find the right commands and variables in the program editor.  How would I store a recursive equation ( u( n) = u( n)*2 as an easy example) into u, v or w? And how can I set the start ( uMin and u( nMin) = {x} )?  I hope there is somebody who can help me.
|
|
|
|
|
143
|
Calculator Community / Axe Language / Re: text thingy for RPG
|
on: 06 June, 2012, 17:28:31
|
Or you could try the Horiz command? It cuts the screen in half horizontally where the top is the graph screen and the bottom is the home screen, which could easily be used for text  Since this is on an axe board, I think he wants to do it Axe - and there is no Horiz command.
|
|
|
|
|
|