Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • route7-02-2010.rar Secured File transmission using two ways, one way attempts to find the path, whereas the second way doesn t do the same. thus the first way speeds up the process.
  • Floyd-Matlab.rar floyd算法的matlab程序 floyd-最短路问题 输入: B-邻接矩阵(bij),指i到j之间的距离,可以是有向的。 sp- 起点标号。 ep- 终点标号。 输出: d- 最短路的距离。 path-最短路的路径。
  • dijkstra.zip Dijkstra Algorithm - a graph search algorithm that solves the single-source shortest path problem for a graph with nonnegative edge path costs, producing a shortest path tree. This algorithm is often used in routing.
  • shequwuye.rar 一、把data文件夹的SQL数据库文件导入 SQL Server 2000里。 二、在delphi里头的 BDE Administrator 新建一个 STANDARD 并命名为 STANDARD2 把PATH路径 设置为 work 文件夹 里头的DB数据表
  • WinForm_Update.rar winform自动升级 首先,要确定程序应该去哪里下载需要升级的文件。我选择了到指定的网站上去下载,这样比较简单,也通用一些。在这个网站上,需要放置一个当前描述最新文件列表的文件,我们估且叫它服务器配置文件。这个文件保存了当前最新文件的版本号(lastver),大小(size),下载地址(url),本地文件的保存路径(path),还有当更新了这个文件后,程序是否需要重新启动(needRestart)。这个文件大致如下
  • Deikstra.zip 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.
  • dijkstra.rar It is a c++ code for the dejkstra algorithm with aim to find the shorest path between two points , the nodes with the distance between them store in a txt file and the program read it from this txt file
  • fuzzy-l.rar Fuzzy control of the Pioneer3 robot for path following with Atmega128 microcontroller.
  • Travaling.rar ... 的情况,你的程序应该能够处理所有可能的情况。如下图表示各个城市间无向连通。 输入: 第一行为一个整数n(n<=10),表示城市的总个数。接下来是一个n*n的矩阵,用来表示城市间的连通情况以及花费,例如path[i][j]=len,len=-1表示从城市i到城市j没有通路,len>0表示从i到j的路程长度为len。 对于上面图示的问题我们可以这样输入: 4 -1 30 6 4 30 -1 5 10 6 5 -1 20 4 10 20 -1 输出: 输出 ...
  • PathPlan.zip path planning for robot