Forum: Java Jan 15th, 2009 |
| Replies: 2 Views: 421 I am trying to work out this issue in a molecular caluclator that I am trying to develop. I would like to go from mass to formula.
So I am given a mass, ie 120.3433. And an equation could have up... |
Forum: JSP Jan 12th, 2009 |
| Replies: 1 Views: 1,323 I have researched and have not come up with any examples and no answer as to how to do this. Please help... The molecular2.java does all the computation. I will only include a snippet of it.
This... |
Forum: C++ Apr 5th, 2006 |
| Replies: 3 Views: 2,917 I'm not fully understanding what that program does. If u could try to explain it to me, it would be greatly appreciated. |
Forum: C++ Apr 5th, 2006 |
| Replies: 3 Views: 2,917 Hey ya'll, I am working on this assignment that has me that is as follows:
/*
Modify the following shell sort to use the fibonacci sequence, instead of
the sequence h = 3h+1.
Hint use... |