Forum: Computer Science Feb 9th, 2009 |
| Replies: 5 Views: 848 i was simplifying the actual problem, really i have two matricies, one for what object is there and one for the heat value that is there, it's hard to say what the numbers really represent, because... |
Forum: Computer Science Feb 1st, 2009 |
| Replies: 30 Views: 3,139 |
Forum: Computer Science Jan 31st, 2009 |
| Replies: 5 Views: 848 Thanks for the advice, I'm not sure I understand what you mean about the "fake" metric system.
I just had another thought on how to go about doing this, again, I'm not sure about how to go about... |
Forum: Computer Science Jan 31st, 2009 |
| Replies: 5 Views: 848 So, working on my ongoing Falling Sand Game project, I find that the best way to make the heat spread evenly is to use distances from heat sources. the problem is that the only way i can think to do... |
Forum: Computer Science Jan 26th, 2009 |
| Replies: 4 Views: 463 so, is there a way to re-molloc it? like do use a temporary array then delete that pointer and realocate space and fill it with the temporary array and new value(s) |
Forum: Computer Science Jan 26th, 2009 |
| Replies: 4 Views: 463 Hello, I'm not sure that this shouldn't be in the C but it is mostly a theory question, although it is also implemented in C, so here it goes.
I've been looking at some ways to make a modifiable... |
Forum: Computer Science Aug 30th, 2008 |
| Replies: 1 Views: 949 if you don't know what Visual Basic (http://www.microsoft.com/express/vb/default.aspx) is (it is a programming language, distributed by microsoft), you are not ready to make a browser. first you need... |
Forum: Computer Science Aug 28th, 2008 |
| Replies: 4 Views: 1,003 google "linux source code downloads" |
Forum: Computer Science Aug 26th, 2008 |
| Replies: 9 Views: 1,848 well, that's good advice for me, all of those fields have undergraduate classes at my school, so, i will just take some of them while working towards a computer science degree |
Forum: Computer Science Aug 25th, 2008 |
| Replies: 9 Views: 1,848 WOW! i have the same questions, I'm glad there is a thread on it now |
Forum: Computer Science Aug 16th, 2008 |
| Replies: 8 Views: 1,871 i couldn't do recursion Java didn't have enough stack space i used arraylist. it's not visibly slow either. |
Forum: Computer Science Aug 15th, 2008 |
| Replies: 10 Views: 1,561 first be thorough in learning java. then check out the Java Speech API (http://java.sun.com/products/java-media/speech/reference/api/index.html) |
Forum: Computer Science Aug 15th, 2008 |
| Replies: 8 Views: 1,871 the "paint bucket" or "fill" tool of graphics editors sometimes use recursion. although as has already been stated, when stack space is a problem non-recursive methods are used.
the algorithm i... |