home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7501 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!mariner!lwang
  3. From: lwang@mariner.amc.edu.au (Luo Wang)
  4. Subject: Help Needed in Pascal Programming
  5. Message-ID: <1992Dec16.050716.8481@mariner.amc.edu.au>
  6. Sender: lwang@mariner.amc.edu.au (Luo Wang)
  7. Organization: Australian Maritime College
  8. Date: Wed, 16 Dec 92 05:07:16 GMT
  9. Lines: 20
  10.  
  11. Hi, I am currntly working on a reseach project which concerns 
  12. the non-linear shortest route problem. We have programmed the 
  13. algorithm with Fortran 77. The program was done by one of the 
  14. team mate. But he left the college last month, and I 
  15. am not very good at FORTRAN, I like to re-write the program with 
  16. Pascal which I have learned in the last semester.
  17.  
  18. From what I learned from the text book of operations research, 
  19. the best way to solve the shortest route problem is Dijkstra's
  20. algorithm, which, by and large, is a kind of lable technique. 
  21.  
  22. Can any one tell me that how to implement the Dijkstra's algorithm
  23. with Pascal? Or, which tool in Pascal can be used to perform the 
  24. task of marking or labeling?
  25.  
  26. You can e-mail me at lwang@mariner.amc.edu.au
  27.  
  28. Thanks in Advance
  29.  
  30. Luo Wang
  31.