Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Congestion_Control.rar Alternative Path-based Congestion Control in WSN设计了一种用于多对一的网络中的资源聚合的机制,
  • RoutingAsOptimization.rar ... Problem Routing in Wireless sensor networks can be viewed as an optimization problem in which there is a need to find the optimal path (which is not necessarily the shortest one) in terms of some parameters like energy, delay and reliability.
  • path.rar 对图像进行高通滤波和低通滤波处理,包括图片和测试程序。
  • Mx2_Assignment4_major_v4_0503_am.zip irbt final maze finder, with intelligent design taking a short path back
  • PathCreator.tar.gz AI Path generter for Object search
  • OFDM-Link.zip AWGN vs Single Path Rayleigh Fading vs Multi-Path
  • abramczykr.zip Image Path Finder - improvement
  • shortpath.rar 求最短路径,分别用邻接矩阵和邻接表,把路径保存在PATH数组里面。
  • Dijkstra.rar ... in 1959is 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 and as a subroutine in other ...
  • TSP.zip ... i S[M] = 0 T = 1000 //初始温度1000 Tl = 35000 //内循环次数35000 a = 0.93 //温度下降系数 k = 0 PreMin = 0 Path = GetPath(S) srand((unsigned)time( NULL )) cout<<"The initial Path Distence is: "<<Path<<endl return true