资源列表

« 1 2 ... .07 .08 .09 .10 .11 28312.13 .14 .15 .16 .17 ... 28521 »

[数值算法/人工智能bellman

说明:用C语言实现最短路径算法中的Bellman-Ford算法,这个算法可以用来解决信号处理中的一些问题。bellman_ford.c为源程序;distance.txt文件存放各界点之间的距离,以99999表示无穷大;bellman_ford.txt文件是输出文件,存放每轮循环得到的中间值,以及最后得到的到各个节点的最短距离,如果图包含负回路,文件中返回FALSE。-C language shortest path algorithm to
<李文> 在 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-W
<李文> 在 2008-10-13 上传 | 大小:7.33kb | 下载:0

[生物技术806TabPMT

说明:求最短路径的vb程序,可以根据需要社顶路径的名称来实现最短路径的求借-shortest path vb procedures, in accordance with community needs the names of the top path to achieve the shortest path by seeking
<丁军> 在 2008-10-13 上传 | 大小:149.04kb | 下载:0

[数值算法/人工智能downlo1ad

说明:基于模板的圆检测算法,很好的程序,看了都说不错-based on the template circle detection algorithms, good procedures, said good read
<蒋翔俊> 在 2008-10-13 上传 | 大小:177.1kb | 下载: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

[数值算法/人工智能alvulv

说明:该代码实现了A率和mu率PCM算法,有详细的注释说明,-the code achieved A rate and the rate of PCM mu algorithm, a detailed explanatory notes
<崔利梅> 在 2008-10-13 上传 | 大小:4.85kb | 下载: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 frequ
<无心> 在 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 a
<无心> 在 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 gr
<无心> 在 2008-10-13 上传 | 大小:20.51kb | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 28312.13 .14 .15 .16 .17 ... 28521 »

源码中国 www.ymcn.org