Location:
Search - floy
Search list
Description: 你看到了什么?一群苍蝇在飞舞?这是简简单单的动画么?这些家伙是“活”的么?我可以告诉你,这群飞舞的动物叫Floy,它既不是苍蝇也不是蝌蚪,而是人工生命!这就是一段简简单单的程序,而且代码的长度才有200多行!-what do you see? A group of flies in the air? This is simple animation? These guys are "live"? I can tell you that this group of animals called fluttering Floy, neither flies nor tadpoles, but artificial life! This is a simple process, but also the length of code have more than 200 firms!
Platform: |
Size: 99707 |
Author: 若令 |
Hits:
Description: floyd算法
数据结构
求最短路径
Platform: |
Size: 14499 |
Author: Liang |
Hits:
Description: Floyd算法的基本思想是,从邻接矩阵a开始进行n次迭代,第一次迭代后a[i,j]的值是从vi到vj且中间不经过变化大于1的顶点的最短路径长度;第k次迭代后a[i,j]的值是从vi到vj且中间不经过变化大于k的顶点的最短路径长度 第n次迭代后a[i,j]的值就是从vi到vj的最短路径长度。
Platform: |
Size: 17908 |
Author: 陈冰晶 |
Hits:
Description: 图论算法中dijkstra、Floy、和最小生成树算法的实现,使用类进行封装
Platform: |
Size: 14321 |
Author: 林立文 |
Hits:
Description: Floy的人工生命模拟,生动地模拟了一群人工苍蝇的飞行动画过程。
Platform: |
Size: 75586 |
Author: 汪俊琼 |
Hits:
Description: 本程序是具有进化能力的人工生命floy,你会看到越来越具有智能的floy会自发的产生。 -this evolutionary process is the ability of artificial life floy, you will see more intelligent the floy will spontaneously emerge.
Platform: |
Size: 103655 |
Author: 姚启迪 |
Hits:
Description: 简单规则演化出来的极似苍蝇的一个人工生命群体floy-simple rules of evolution as same flies an artificial life groups floy
Platform: |
Size: 75586 |
Author: 姚启迪 |
Hits:
Description: 毛纺织物由于纹理粗,更易使墨滴扩散,印刷致使图像模糊,本算法提出一种改进方法,可以实现!
Platform: |
Size: 1271001 |
Author: fngzhe@gmail.com |
Hits:
Description: VB实现Floyd算法-VB Floyd Algorithm
Platform: |
Size: 1024 |
Author: 沈云 |
Hits:
Description: 本程序是具有进化能力的人工生命floy,你会看到越来越具有智能的floy会自发的产生。 -this evolutionary process is the ability of artificial life floy, you will see more intelligent the floy will spontaneously emerge.
Platform: |
Size: 103424 |
Author: 姚启迪 |
Hits:
Description: 简单规则演化出来的极似苍蝇的一个人工生命群体floy-simple rules of evolution as same flies an artificial life groups floy
Platform: |
Size: 75776 |
Author: 姚启迪 |
Hits:
Description: 用从c++写的floyd最短路径算法,可以求邻接矩阵任意两点的最短路径。-from using c++ to write the Floyd shortest path algorithm, can help adjacency matrix arbitrary 2:00 Shortest Path.
Platform: |
Size: 38912 |
Author: |
Hits:
Description: 你看到了什么?一群苍蝇在飞舞?这是简简单单的动画么?这些家伙是“活”的么?我可以告诉你,这群飞舞的动物叫Floy,它既不是苍蝇也不是蝌蚪,而是人工生命!这就是一段简简单单的程序,而且代码的长度才有200多行!-what do you see? A group of flies in the air? This is simple animation? These guys are "live"? I can tell you that this group of animals called fluttering Floy, neither flies nor tadpoles, but artificial life! This is a simple process, but also the length of code have more than 200 firms!
Platform: |
Size: 99328 |
Author: 若令 |
Hits:
Description: Floyd算法,推荐-Floyd algorithm, recommended clamor clamor clamor clamor clamor
Platform: |
Size: 1024 |
Author: zezo |
Hits:
Description: 佛洛依德算法的matlab实现,可求任意两点间的最短距离-Freud algorithm matlab realize, arbitrary rectifiable the shortest distance between two points
Platform: |
Size: 65536 |
Author: 谭春海 |
Hits:
Description: floyd算法
数据结构
求最短路径-floyd algorithm for data structure for shortest path
Platform: |
Size: 258048 |
Author: Liang |
Hits:
Description: Floyd算法的基本思想是,从邻接矩阵a开始进行n次迭代,第一次迭代后a[i,j]的值是从vi到vj且中间不经过变化大于1的顶点的最短路径长度;第k次迭代后a[i,j]的值是从vi到vj且中间不经过变化大于k的顶点的最短路径长度 第n次迭代后a[i,j]的值就是从vi到vj的最短路径长度。-Floyd algorithm for the basic idea is that from the adjacency matrix a start n iterations, after the first iteration a [i, j] values are from vi to vj and not through changes in the middle of more than 1 vertex of the shortest path length the first k iterations after a [i, j] values are from vi to vj and not through changes in the middle of the vertex k is greater than the shortest path length of the first n iterations, after a [i, j] value is from vi to vj of the shortest path length.
Platform: |
Size: 17408 |
Author: 陈冰晶 |
Hits:
Description: Floy的人工生命模拟,生动地模拟了一群人工苍蝇的飞行动画过程。-Floy of artificial life simulation, a vivid simulation of a group of artificial flies flight animation process.
Platform: |
Size: 75776 |
Author: 汪俊琼 |
Hits:
Description: Floy-Warshall算法的一个具体应用实例。用于解决城市消防队选址问题-Floy-Warshall algorithm for a specific application example. Used to address the city fire department location problem
Platform: |
Size: 156672 |
Author: Mengxianyu |
Hits:
Description: floy 算法实现寻找最短路径问题,类似的还有迪克斯屈拉算法-floy algorithm to find the shortest path problem, there is a similar pull algorithm Dix Qu
Platform: |
Size: 1024 |
Author: jUNPENG |
Hits: