JorgenG's Profile
Reputation: 12
Tradesman
- Group:
- Members w/DIC++
- Active Posts:
- 39 (0.03 per day)
- Joined:
- 24-January 10
- Profile Views:
- 1,659
- Last Active:
Feb 21 2013 08:34 AM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Latest Visitors
-
ellyg 
11 Jul 2011 - 22:43 -
steve37 
17 Feb 2010 - 02:06 -
SwiftStriker00 
04 Feb 2010 - 10:42
Posts I've Made
-
In Topic: Mechanics maths problem, please help me
Posted 7 Dec 2012
Your visual is of great aid, but you are using it wrong!
So you know that A + B = 100
Remember that A and B is distance here.
What is the distance after the runner stopped accelerating? S = V * T
This translates into: B = v * 8.6
What is the distance during acceleration? S = 2(u + v) / t
This translates into: A = 2 (8,8 + v ) / 2 = 8,8 + v
Putting it all together:
100 = 8,8 + v + v*8,6
=> 91,2 = 9,6v
=> v = 91,2 / 9,6 = 9,5 m/s -
In Topic: Help having my .jar applet show in html
Posted 6 Jul 2012
The information in the "code" attribute should not be .class.
Instead it is the package.location.YourClass
For your case this should be: Pong.copy.Main
In other words:
<Applet Code="Pong.copy.Main" archive="BrickBreaker.jar" width=500 Height=500> </Applet>
-
In Topic: formula for mortgage calc. Numerator/Denominator with no values.
Posted 27 Jun 2012
First thing I see is no closing bracket for the else on line 8.
But I suspect you have only given us part of your code, which makes it very hard to to know where your line 71 is.. -
In Topic: how to delete a particular node from xml?
Posted 14 Jun 2012
What you should look at is the method for a Node that is called "removeChild".
However you seem to be doing a lot of things which doesn't make sense in your for loop. You should look into separating pieces of code into methods. -
In Topic: Factorial Snippet that will not calculate correct results above 12!
Posted 3 Nov 2011
Hello,
The reason is simply: "The values 12! and 20! are the largest factorials that can be stored in, respectively, the 32 bit and 64 bit integers commonly used in personal computers."
Taken from: http://en.wikipedia.org/wiki/Factorial
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
JorgenG hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
JorgenG has no profile comments yet. Why not say hello?