Go Back   Zuneboards > Zune Discussions > Zune Games and Applications > Download XNA Applications

Download XNA Applications XNA Applications

Reply
 
LinkBack Thread Tools
Old 02-06-2010, 08:26 AM   #1 (permalink)
Member
 
dooglehead's Avatar
 
Join Date: Oct 2009
Location: MA
Posts: 571
dooglehead will become famous soon enough
Send a message via AIM to dooglehead
Default <GPL3> [AS] Quadratic Equation Solver 1.03

This is the first app that i made. It solves quadratic equations using the quadratic formula. To use it, just enter the values for a, b, and c, and press enter. It can give both real and complex solutions, but it may not reduce fractions in complex answers. For example: if you enter 1 for a, 4 for b and 5 for c, it will give the solutions
(-4-2i)/2 and (-4+2i)/2, but it can be reduced to -2-i and -2+i.

Update: version 1.01 - fixed a bug that made it so a decimal point cannot be entered after entering another number with a decimal point. (2/6/10)

Update: version 1.02 - prevents user from entering only ".", "-", and "-.". It will also now reduce fractions. (2/7/10)

Update: version 1.03 - fixed a rounding problem and made it so that a complex solution will always include a single + or - instead of +- or --. (2/11/10)

ccgame:
http://gideos.zoomshare.com/files/Quadratic.ccgame

source:
http://gideos.zoomshare.com/files/ZuneQuad.zip

__________________
-




Last edited by dooglehead; 03-02-2010 at 03:01 PM. Reason: update




dooglehead is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 02-06-2010, 08:31 AM   #2 (permalink)
Jr. Member
 
HAVOKKSKI's Avatar
 
Join Date: Dec 2009
Posts: 303
HAVOKKSKI will become famous soon enough
Default

Nice job! Im sure it will prove handy in my math crammed semesters to come.
__________________

Epic Art Swiftly Portrayed by zBNinja
Quote:
Originally Posted by ???
"old macdonald had a resteraunt e i e i o. and im a clown was a bomb eieio with
a boom boom here and a boom boom there.... "
Follow Tank's progress here on Twitter

Last edited by HAVOKKSKI; 02-06-2010 at 03:39 PM.



HAVOKKSKI is offline   Reply With Quote
Old 02-06-2010, 09:55 AM   #3 (permalink)
Member
 
dooglehead's Avatar
 
Join Date: Oct 2009
Location: MA
Posts: 571
dooglehead will become famous soon enough
Send a message via AIM to dooglehead
Default

Added an update to fix a bug.

Last edited by dooglehead; 02-07-2010 at 01:28 PM.




dooglehead is offline   Reply With Quote
Old 02-08-2010, 02:48 PM   #4 (permalink)
Experienced Zuner
 
DJAlmix's Avatar
 
Join Date: Dec 2009
Posts: 165
DJAlmix is on a distinguished road
Default

Err...this would have come in handy a while ago lol thx

Also the download does not work
__________________






DJAlmix is offline   Reply With Quote
Old 02-08-2010, 04:35 PM   #5 (permalink)
Member
 
dooglehead's Avatar
 
Join Date: Oct 2009
Location: MA
Posts: 571
dooglehead will become famous soon enough
Send a message via AIM to dooglehead
Default

Quote:
Originally Posted by DJAlmix View Post
Err...this would have come in handy a while ago lol thx

Also the download does not work
The download works when I try it. Is anyone else having downloading problems?




dooglehead is offline   Reply With Quote
Old 02-10-2010, 04:49 PM   #6 (permalink)
the treasury tag of doom
Development Front
Super Moderator
Expert Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,898
itsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant future
Awards Showcase
Member of the Quarter 
Total Awards: 1
Default

I just checked and both links would appear to be operational.

This looks rather useful - what would be even better is a basic CAS implementation that supports entering expressions and applying simplification rules.
__________________

signature by vettexl





itsnotabigtruck is offline   Reply With Quote
Old 02-12-2010, 09:34 PM   #7 (permalink)
Squirt
 
Join Date: Feb 2008
Posts: 12
Geniusdog254 is on a distinguished road
Default

Quote:
Originally Posted by itsnotabigtruck View Post
I just checked and both links would appear to be operational.

This looks rather useful - what would be even better is a basic CAS implementation that supports entering expressions and applying simplification rules.
+1



Geniusdog254 is offline   Reply With Quote
Old 02-13-2010, 05:57 PM   #8 (permalink)
Zewbie
 
Join Date: Feb 2010
Posts: 3
kdog1234 is on a distinguished road
Default

awsome just learning this stuff lol ill tell teacher im using zune for caculator lol



kdog1234 is offline   Reply With Quote
Old 02-18-2010, 12:52 PM   #9 (permalink)
Squirt
 
Join Date: Sep 2009
Posts: 26
Sukatto is on a distinguished road
Default

Error 2600. The package contains files that should not be trusted.

Anyone know what this means?





Sukatto is offline   Reply With Quote
Old 02-18-2010, 01:15 PM   #10 (permalink)
Member
 
dooglehead's Avatar
 
Join Date: Oct 2009
Location: MA
Posts: 571
dooglehead will become famous soon enough
Send a message via AIM to dooglehead
Default

Quote:
Originally Posted by Sukatto View Post
Error 2600. The package contains files that should not be trusted.

Anyone know what this means?
Did you install zune extensions for xna? If not, you can download them here. If that is not the problem then I do not know what it is.




dooglehead is offline   Reply With Quote
Old 02-21-2010, 07:55 AM   #11 (permalink)
Zewbie
 
Join Date: Feb 2010
Posts: 3
Druhue is on a distinguished road
Default

I made an account on this site just so I could comment on here. THANK YOU. There as so many times in my chem class, since we just got into equilibrium problems that deal with quadratic, that since the problem is already 3 pages long and one of the last steps is throw some numbers in the quadratic.....this will help and save me a bit of ink. Thanks a lot



Druhue is offline   Reply With Quote
Old 05-20-2010, 02:58 PM   #12 (permalink)
Zuner
 
kcoppock's Avatar
 
Join Date: May 2010
Location: Huntsville, AL
Posts: 67
kcoppock is on a distinguished road
Send a message via Skype™ to kcoppock
Default

Good job on the app!

I know this is an old thread, but I went ahead and designed some new artwork for it, and made a few minor code modifications to accommodate the new layout. I've uploaded them here:

drop.io quadratic

Screenshot:



(I apologize if a double post happens, it's telling me this is a duplicate post, but the post is not appearing in the thread)




kcoppock is offline   Reply With Quote
Old 05-22-2010, 11:43 PM   #13 (permalink)
Experienced Zuner
 
street's Avatar
 
Join Date: May 2008
Location: Washington
Posts: 117
street is on a distinguished road
Default

Wow that looks really good





street is offline   Reply With Quote
Old 05-23-2010, 07:36 AM   #14 (permalink)
Zuner
 
kcoppock's Avatar
 
Join Date: May 2010
Location: Huntsville, AL
Posts: 67
kcoppock is on a distinguished road
Send a message via Skype™ to kcoppock
Default

Thanks street! I'm considering trying to add some sort of animation when you press a key, if I get some spare time.




kcoppock is offline   Reply With Quote
Old 05-23-2010, 03:11 PM   #15 (permalink)
Member
 
dooglehead's Avatar
 
Join Date: Oct 2009
Location: MA
Posts: 571
dooglehead will become famous soon enough
Send a message via AIM to dooglehead
Default

That does look good. Sorry if the source is a mess. It was the first thing I made with XNA, and the first thing I made with C# other than console applications.
__________________
-







dooglehead is offline   Reply With Quote
Old 05-23-2010, 03:16 PM   #16 (permalink)
Zuner
 
kcoppock's Avatar
 
Join Date: May 2010
Location: Huntsville, AL
Posts: 67
kcoppock is on a distinguished road
Send a message via Skype™ to kcoppock
Default

No not at all, you did good with it. I liked the way you had the touch positions set up; I'd have had a separate if statement for each one, your way was clever. I was just bored at work, haha, and figured I'd have some fun with the design.




kcoppock is offline   Reply With Quote
Reply

Bookmarks

Thread Tools