Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • ch_v-1.0.0.tar.gz Path MPICH-V for MPICH the MPI Implementation
  • DIJKPATH.rar single source shortest path
  • reference-3-15.rar From Path Tree To Frequent Patterns: A Framework for Mining Frequent Patterns
  • Algorithms_for_Graph_theory.rar C++图论算法,dijistra shortest path, floyd shortest path等最短路算法
  • Javaconfig.rar 安装JDK 从java.sun.com/">http://java.sun.com/下载jdk-1_5_0_04-windows-i586-p.exe 安装到指定路径,我选择D:jdk1.5.0 配置环境变量: JAVA_HOME: D:jdk1.5.0 PATH: D:jdk1.5.0 in CLASSPATH: . D:jdk1.5.0lib ools.jar D:jdk1.5.0jrelib t.jar
  • BER_distance.zip Analyze the performance of cooperative networks taking the path-loss as a parameter for selecting the relays.
  • excelT30.zip excel all function in vs2008 no error and warnning version 30, add unicode path save
  • astar.zip program for astar algoritham to find cheapest path between two nodes
  • CplusplusCookbook.rar The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms ...
  • Maze.zip ... (maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, ... from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to ...