Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • DIJKSTRA.rar Dijkstra s algorithm.For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.
  • docdao.zip ... of GRAPH- CONTROL in Appendix A). Whenever a new path to a node already stored is found, a distinction is made whether the new path is better than the old one. If this is not ...
  • TCP_IP_Serial.rar ... a small application that bridges the TCP/IP layer to a Serial (COM) port. There is also another example that makes the inverse path (COM -> TCP/IP). The source can be easily expanded to answer to specific COM port events and listen at any TCP/IP port. ...
  • dijkstra.rar Dijkstra algorith for finding the shortest path
  • karp.rar Karp Rabin Algorithm, searching pattern from some string that match tha patern to sthe string until they found the true path..
  • tg.rar Report on the theory of graph differ from the shortest path algorithm and flow.
  • Dijkstra.rar Dijkstra s algorithm!!! How you can find the shortest path in a graph
  • levit.cpp.zip Levit shortest path in graph
  • guanjianlujing.zip 关键路径C++实现 C + + to achieve the critical path
  • MP3_Decoder.zip ... process has been implemented natively on MATLAB. I need help in streamlining it so that it can run real-time. top level module is decoder.m. It takes in as input parameter the file name or file path and returns the decoded data & sampling frequency.