Lost Password?


Go Back   CodeCall Programming Forum > Community > Request Services (Paid)

Request Services (Paid) Need something done? Post a request in this Forum and find the perfect candidate to complete your project.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-13-2006, 12:13 PM
Shakmun Shakmun is offline
Newbie
 
Join Date: Oct 2006
Posts: 8
Rep Power: 0
Shakmun is on a distinguished road
Default i give money to anyone who help me out with this!!!

in my interface i have a combobox of cars' make(Ford,Honda,GMC,Toyota and Nissan) and another combobox of models(Ford:taurus,escort,escape,focus; Honda:accord,civic,odessey,passport; GMC:envoy,safari,savanna,sonoma; Toyota:camry,avalon,celica,corrolla; Nissan:altima,frontier,maxima,sentra),now i wanna be able to display the models of each car anytime i click on a make. If it is still not clear,i have the assignement below!
I give money to anybody who help me out!




Requirements:
1. User can check at least five brands of auto, each of which should has at least four models. For example:
Ford: Escape, Escort, Focus, Taurus
GMC: Envoy, Safari, Savana, Sonoma
Honda: Accord, Civic, Odyssey, Passport
Nissan: Altima, Frontier, Maxima, Sentra
Toyota: Avalon, Camry, Celica, Corolla

2. The user can select at least twenty years of the autos and can see the basic price for the selected auto brand and model in different years. If the user selects the year before 2006, then the basic price of the auto is changed by Eq. (1).

3. The user can also select at least four options for the auto, such as: automatic 4-speed transmission, AM/FM/CD changer audio system, leather seats, antilock brakes, etc. The price of the selected auto is modified by these options. For example, if the basic price for an auto is $18,000 and the leather seats cost $300, then the final price of the auto will be $18,300 if it has the leather seats.

4. The user can input the mileage in the interface. The price of the selected auto is modified by Eq. (1).

FinalPrice = [0.5*exp(-0.3*(2006-YearOfMade))+0.5*exp(-0.3*CurMile/10000)]* InitialPrice + OptionPrice (1)

In Eq. (1), “FinalPrice” is the price for the selected auto. “YearOfMade” means the year user selected from the interface for the auto. “CurMile” means current mileage of the selected auto. The “InitialPrice” is the default price for the selected brand and model in 2006. The “OptionPrice” is determined by the user selections on the auto options.

Note:
1. The basic price of each brand and model of auto, and the options of the auto can be set by yourself or according to the reference webs.
2. The controls “CheckBox” and “ComboBox” should be in the interface to enable user to select different options, brands and models of the auto.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 10-13-2006, 12:20 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Hmm simple to do but do you need the source code too? you want the whole program? and you need real Initial prices and real extra features prices?

I can help you do this! ( or I can make it for you )

EDIT:- I read your other post and I saw you are using VB.NET! Sorry then man I do only VB!

Last edited by TcM; 10-13-2006 at 12:24 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-13-2006, 03:26 PM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 12
Void is on a distinguished road
Default

This seems like a large project! When is your due date and how much are you willing to pay?
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-13-2006, 03:33 PM
Shakmun Shakmun is offline
Newbie
 
Join Date: Oct 2006
Posts: 8
Rep Power: 0
Shakmun is on a distinguished road
Default

due date is tuesday the 17th and i give you $50 or tell me ur price and we'll see!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-13-2006, 03:39 PM
Shakmun Shakmun is offline
Newbie
 
Join Date: Oct 2006
Posts: 8
Rep Power: 0
Shakmun is on a distinguished road
Default

void,it is not just the pseudocode but i think i can do the rest if u give the pseudocode!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 10-13-2006, 03:42 PM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 12
Void is on a distinguished road
Default

I'm not sure if I will have enough time between now and Tuesday. That is a short time period. Have you done any work on it?

It would be easier for me to do the program than to do the pseudocode. I'll let you know later tonight if I can do it or not.
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-13-2006, 03:42 PM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 12
Void is on a distinguished road
Default

BTW, is this .NET 1.0 or .NET 2.0?
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-14-2006, 02:02 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Hmm the pseudocode if done properly shouldnt effect the language it can be done even for C++ and then used in vb etc!! the pseudocode is non language specific!! and no its not that bog project! if it was VB 6.0 i would make that in like 3 to 4hrs even less!! its just a cuple of if then else etc!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-14-2006, 03:25 PM
Shakmun Shakmun is offline
Newbie
 
Join Date: Oct 2006
Posts: 8
Rep Power: 0
Shakmun is on a distinguished road
Default still $100

I'm using VB.net, I'm just asking somebody's help cuz it is really important to me! I don't have the probleme with the money I just need my project done for me!
thanx!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 10-15-2006, 05:44 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Hmm I wish I knew Vb.Net to help ya! But I dont use it coz if i make a prog with .net the pppl that will use it will need .net framework so I dont use it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ways to make money on the net littlefranciscan Business and Legal 23 04-13-2007 04:03 PM
Making Money Nightracer Business and Legal 6 04-13-2007 02:45 PM
Want to give away 2 ebay items I won mysticalone The Lounge 4 02-01-2007 05:05 PM
combo box Shakmun Visual Basic Programming 2 10-13-2006 12:10 PM


All times are GMT -5. The time now is 08:34 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads