资源列表
[数值算法/人工智能] bellman
说明:用C语言实现最短路径算法中的Bellman-Ford算法,这个算法可以用来解决信号处理中的一些问题。bellman_ford.c为源程序;distance.txt文件存放各界点之间的距离,以99999表示无穷大;bellman_ford.txt文件是输出文件,存放每轮循环得到的中间值,以及最后得到的到各个节点的最短距离,如果图包含负回路,文件中返回FALSE。-C language shortest path algorithm to achieve the Bellman-Ford algor<李文> 在 2008-10-13 上传 | 大小:8.13kb | 下载:0
[数值算法/人工智能] floyd_warshall
说明:用C语言实现最短路径算法中的Floyd-Warshall算法,这个算法可以用来解决信号处理中的一些问题。floyd_warshall.c是源程序;distance_2.txt文件存放图中各点之间的距离,以99999表示无穷大;floyd.txt文件是输出文件,其中存放各轮得到的输出矩阵,以及最后得到的各点间最短距离,如果有负回路则返回FALSE。-C language shortest path algorithm of Floyd-Warshall algorithm, The algorit<李文> 在 2008-10-13 上传 | 大小:7.33kb | 下载:0
[压缩解压] JPEG_delphi
说明:用于jpeg文件解码的delphi源代码-documents for the jpeg decoder source code of delphi<darren> 在 2008-10-13 上传 | 大小:179.9kb | 下载:0
[数值算法/人工智能] softwareradio
说明:该代码实现了am,f-msk,qpsk,mdpsk-the code achieved am, f-msk, qpsk, mdpsk<崔利梅> 在 2008-10-13 上传 | 大小:1.27mb | 下载:0
[压缩解压] splitBigfiles
说明:这个程序可以将任意大的文件分割为多个任意小的文件,很好用的。-this procedure can be arbitrarily large number of documents divided arbitrarily small document, a very good use.<bodiz2002> 在 2008-10-13 上传 | 大小:3.16kb | 下载:0
[数值算法/人工智能] bf-C++sourc
说明:Bayesian Filter.贝叶斯(Bayesian)滤波器的C++类库。包括卡尔曼滤波(kalman filter)、粒子滤波(particle filter)等。-Bayesian Filter. Bayesian (Bayesian) filters C Class. Including Kalman filter (Kalman filter). particle filter (particle filter).<陈晨> 在 2008-10-13 上传 | 大小:124.28kb | 下载:0
[数值算法/人工智能] moss
说明:A program to find frequent molecular substructures and discriminative fragments in a database of molecule descr iptions. The algorithm is based on the Eclat algorithm for frequent item set mining.-A program to find frequent molecular (subst ructures<无心> 在 2008-10-13 上传 | 大小:335.23kb | 下载:0
[数值算法/人工智能] psopt
说明:A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their<无心> 在 2008-10-13 上传 | 大小:12.53kb | 下载:0
[数值算法/人工智能] acopt
说明:A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker<无心> 在 2008-10-13 上传 | 大小:20.51kb | 下载:0