Show Bid Request
Homework Help 3
Bid Request Id: 50024
|
|
|
Description:
Write a program to find the azimuth between point i and point j (given Xi,Yi and Xj,Yj) where the points may be located in all the quadrants. Note that:
First quad
If (Xi-Xj)>0 and (Yi-Yj)>0
Then Azimuth=atan[(Xi-Xj)/(Yi-Yj)]
Fourth quad
If (Xi-Xj)<0 and (Yi-Yj)>0
Then Azimuth=360 + atan[(Xi-Xj)/(Yi-Yj)]
Complete the condition for the second and third quad.
Display the azimuth in DDD.MMSSs and or decimal degrees.
Part 2
You need to provide coordinates for a water pipeline GPS stakeout. The program inputs are: Pipeline beginning point(Easting, Northing), Pipeline Azimuth, Pipeline Length and number of stations along this line.
The output should be a list of points (point No, Easting, Northing) on a picture box window.
If you can do any parts of these please help me out.
Thanks.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
Visual Basic 6.0
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$25 (USD)
|
Feb 25, 2003 8:04:32 PM EDT
|
9.84
(Excellent)
|
|
|
Hi Wilco41,
I've attached a demo that does everything except plot the water stations graphically. If you decide to go with me, I can add this free of charge.
This is a very spartan demo, with little or no error trapping. It's intended primarily as a proof-of-principle rather than the finished version.
This is pretty straightforward, so there isn't much to explain. When calculating the waterstations, an S denotes the starting point of the pipes and the E denotes the ending point. I assumed that these don't require a station. Again, if this assumption is wrong this is easy to change.
Please don't hesitate to get in touch with any questions or comments.
Take care, Scott
|
|
Attached File
|
|
|
|
|