Click here to Skip to main content
15,891,938 members
Home / Discussions / C#
   

C#

 
AnswerRe: (Rich)TextBox problem! Pin
Luc Pattyn27-Sep-11 7:21
sitebuilderLuc Pattyn27-Sep-11 7:21 
AnswerRe: (Rich)TextBox problem! Pin
BobJanova27-Sep-11 5:15
BobJanova27-Sep-11 5:15 
GeneralRe: (Rich)TextBox problem! Pin
OlivierPD27-Sep-11 6:31
OlivierPD27-Sep-11 6:31 
Questionplz give guideline.. Pin
Pragya727-Sep-11 1:22
Pragya727-Sep-11 1:22 
AnswerRe: plz give guideline.. Pin
Richard MacCutchan27-Sep-11 1:33
mveRichard MacCutchan27-Sep-11 1:33 
GeneralRe: plz give guideline.. Pin
Pragya730-Sep-11 0:16
Pragya730-Sep-11 0:16 
AnswerRe: plz give guideline.. PinPopular
BobJanova27-Sep-11 1:39
BobJanova27-Sep-11 1:39 
AnswerRe: plz give guideline.. Pin
Pete O'Hanlon27-Sep-11 3:02
mvePete O'Hanlon27-Sep-11 3:02 
Well, the normal place to start with an assignment like this is to actually define what the problem is that you are trying to solve. If you don't know what the problem is, how can you hope to solve it. As it stands, your title is too vague - you can't get a feel for the problem from it. When you talk about tracking, what are you actually talking about? Are you talking about receiving signals back from the vehicles with their current co-ordinates (in which case, you are looking at messaging, message compression, communications, and a whole lot more).

When it comes to road routing algorithms, it's traditional to look at Dijkstra and A* algorithms, but there are a lot of things to consider here. Here are some points to ponder (there are lots more, but these should get you started):

1. Not all vehicles are equal. Some roads are accessible for one type of vehicle, but not another.
2. Not all roads are equal. Different roads have different speeds
3. Not all parts of all roads are equal. Roads have different speeds at different sections.
4. Not all parts of all roads are equal all of the time. Congestion, planned closures, accidents, etc, affects the speed of roads.

Above all, this is your chance to shine. Your final project is your chance to prove that you have the skills necessary to join the world of the professional programmer. With this thought foremost in your mind, consider how a professional should approach this problem. Talk to users. Document requirements. Perform analysis and design your application. Test your code works, and test your code copes with bad inputs. If you can, get others to test your code as well; have well defined tests that cover negative tests as well as positive ones.

Most of all. Have fun - this is the project where you really get to shine. I wish you luck.

Forgive your enemies - it messes with their heads

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


AnswerRe: plz give guideline.. Pin
RichardGrimmer28-Sep-11 6:25
RichardGrimmer28-Sep-11 6:25 
QuestionC# InvokeRequired into WPF Pin
iresh8827-Sep-11 0:53
iresh8827-Sep-11 0:53 
AnswerRe: C# InvokeRequired into WPF Pin
BobJanova27-Sep-11 1:36
BobJanova27-Sep-11 1:36 
GeneralRe: C# InvokeRequired into WPF Pin
Ian Shlasko27-Sep-11 2:57
Ian Shlasko27-Sep-11 2:57 
GeneralRe: C# InvokeRequired into WPF Pin
iresh8827-Sep-11 4:28
iresh8827-Sep-11 4:28 
GeneralRe: C# InvokeRequired into WPF Pin
BobJanova27-Sep-11 5:15
BobJanova27-Sep-11 5:15 
Questionhow to identify my screen data? Pin
neodeaths26-Sep-11 23:46
neodeaths26-Sep-11 23:46 
AnswerRe: how to identify my screen data? Pin
Pete O'Hanlon27-Sep-11 0:19
mvePete O'Hanlon27-Sep-11 0:19 
GeneralMy vote of one Pin
Eddy Vluggen28-Sep-11 7:29
professionalEddy Vluggen28-Sep-11 7:29 
GeneralRe: My vote of one Pin
Pete O'Hanlon28-Sep-11 7:57
mvePete O'Hanlon28-Sep-11 7:57 
GeneralRe: My vote of one Pin
Eddy Vluggen28-Sep-11 8:15
professionalEddy Vluggen28-Sep-11 8:15 
GeneralRe: My vote of one Pin
Pete O'Hanlon28-Sep-11 8:26
mvePete O'Hanlon28-Sep-11 8:26 
GeneralRe: My vote of one Pin
Eddy Vluggen28-Sep-11 9:53
professionalEddy Vluggen28-Sep-11 9:53 
AnswerRe: how to identify my screen data? Pin
Eddy Vluggen27-Sep-11 6:15
professionalEddy Vluggen27-Sep-11 6:15 
GeneralRe: how to identify my screen data? Pin
neodeaths27-Sep-11 20:46
neodeaths27-Sep-11 20:46 
GeneralRe: how to identify my screen data? Pin
Eddy Vluggen28-Sep-11 7:33
professionalEddy Vluggen28-Sep-11 7:33 
GeneralRe: how to identify my screen data? Pin
Pete O'Hanlon28-Sep-11 8:11
mvePete O'Hanlon28-Sep-11 8:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.