Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - flock
Search - flock - List
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),由Eberhart博士和kennedy博士于1995年提出 (Kennedy J,Eberhart R. Particle swarm optimization.Proceedings of the IEEE International Conference on Neural Networks.1995.1942~1948.)。源于对鸟群捕食的行为研究。粒子群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解. -Particle Swarm Optimization (PSO) is an evolutionary computation techniques (evolutionary co mputation) by Dr. Eberhart and kennedy Dr. raised in 1995 (Kennedy, J., Eberhart R. Particle swarm optimization.Proc eedings of the IEEE International Conference o n Neural Networks.1995.1942 ~ 1948.) . From the flock of the predatory behavior. PSO algorithm is the basic idea of individual groups through the sharing of information and collaboration to find the optimal solution.
Update : 2008-10-13 Size : 131.43kb Publisher : 周荷

一个模拟鸟群飞行的3D程序,鸟群可以大鸟吃小鸟,也可以飞翔或者降落-a simulated 3D flock flying procedures, the flock can eat the bird, the bird can also fly or landing
Update : 2008-10-13 Size : 19.56kb Publisher : 晓晓

flock-web browser, with excellent blog, from mozilla developed be university -flock - web browser, with excellent blog, mozilla be developed from university
Update : 2008-10-13 Size : 6.74kb Publisher : Sean

DL : 0
这是一个pso程序源代码,pso源于对鸟群捕食行为的研究而发明的进化计算技术,属于进化算法的一种。 优点:收敛速度快,具有全局寻优能力,而且编程简单,易于推广使用。 -This is a pso source code, pso out of the flock of predatory behavior and evolutionary computation invention of the technology is an evolutionary algorithm. Advantages : fast convergence with global optimization capability and programming simple and easy to use.
Update : 2008-10-13 Size : 12.18kb Publisher : 张清

在windows下对Flock of Bird 跟踪器编程的源代码
Update : 2008-10-13 Size : 69.32kb Publisher : lao qiao

DL : 0
一个C语言写的读入位置跟踪器数据的源程序,针对flock of birds位置跟踪器
Update : 2008-10-13 Size : 158.4kb Publisher : sss

DL : 1
多移动机器人群集移动算法VC++实现源码
Update : 2008-10-13 Size : 5.71mb Publisher : 陈新

粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),由Eberhart博士和kennedy博士于1995年提出 (Kennedy J,Eberhart R. Particle swarm optimization.Proceedings of the IEEE International Conference on Neural Networks.1995.1942~1948.)。源于对鸟群捕食的行为研究。粒子群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解. -Particle Swarm Optimization (PSO) is an evolutionary computation techniques (evolutionary co mputation) by Dr. Eberhart and kennedy Dr. raised in 1995 (Kennedy, J., Eberhart R. Particle swarm optimization.Proc eedings of the IEEE International Conference o n Neural Networks.1995.1942 ~ 1948.) . From the flock of the predatory behavior. PSO algorithm is the basic idea of individual groups through the sharing of information and collaboration to find the optimal solution.
Update : 2025-02-17 Size : 131kb Publisher : 周荷

一个模拟鸟群飞行的3D程序,鸟群可以大鸟吃小鸟,也可以飞翔或者降落-a simulated 3D flock flying procedures, the flock can eat the bird, the bird can also fly or landing
Update : 2025-02-17 Size : 19kb Publisher : 晓晓

DL : 0
这是一个pso程序源代码,pso源于对鸟群捕食行为的研究而发明的进化计算技术,属于进化算法的一种。 优点:收敛速度快,具有全局寻优能力,而且编程简单,易于推广使用。 -This is a pso source code, pso out of the flock of predatory behavior and evolutionary computation invention of the technology is an evolutionary algorithm. Advantages : fast convergence with global optimization capability and programming simple and easy to use.
Update : 2025-02-17 Size : 12kb Publisher : 张清

DL : 0
在windows下对Flock of Bird 跟踪器编程的源代码-In the windows under the Flock of Bird Tracker programming source code
Update : 2025-02-17 Size : 69kb Publisher : lao qiao

DL : 0
一个C语言写的读入位置跟踪器数据的源程序,针对flock of birds位置跟踪器-A C language read into the location of the tracker data source, in view of flock of birds position tracking device
Update : 2025-02-17 Size : 158kb Publisher : sss

用OpenGL编写的一个鸟群行为模拟系统。-OpenGL prepared with a flock behavior simulation system.
Update : 2025-02-17 Size : 305kb Publisher : 陈静

DL : 0
多移动机器人群集移动算法VC++实现源码-Multi-cluster Mobile Algorithm for Mobile Robot VC++ Realize source
Update : 2025-02-17 Size : 5.88mb Publisher : 陈新

PSO’s precursor was a simulator of social behavior, that was used to visualize the movement of a birds’ flock. Several versions of the simulation model were developed, incorporating concepts such as nearest-neighbor velocity matching and acceleration by distance
Update : 2025-02-17 Size : 8kb Publisher : sina mehrabi

this my first javascript project at web programming design class. like hit-a-mole game. this zip file contains code, images and has been tested in all browser application, IE, Firefox, Opera, safari and flock.-this is my first javascript project at web programming design class. like hit-a-mole game. this zip file contains code, images and has been tested in all browser application, IE, Firefox, Opera, safari and flock.
Update : 2025-02-17 Size : 62kb Publisher : killtheemo

Description 2008六月激动人心的欧洲杯就要开始了,来直世界各地的人们都会涌向主办国瑞士和奥地利。由于比赛是在不同的城市进行,为了使球迷们能够尽快的到达各个城市,主办方决定在城市之间修建铁路来满足需要,铁路线当然越短越好喽。现在你的任务是帮助主办方选择最优的修建方案。 Input 输入的第一行是一个数n(2 <= n <= 50 ),表示城市的数目。 后面是一个n * n的矩阵A,A[i][j]表示第i个城市和第j个城市的路径(0 <= A[i][j] <= 100000),城市编号从0到n-1 输入的第三行是一个数q,表示主办方有q次询问。 后面是q行,每行两个数 s,t (0 <= s ,t <= n-1),表示主办方需要询问从s到t的最短修建距离。 Output 输出有q行,每行一个数,s到t的最短修建距离-Description Exciting European Cup in June 2008 to begin to direct people around the world will flock to the host country, Switzerland and Austria. As competition in different cities, in order for fans to arrive as soon as possible in various cities, the organizers decided to build the railway between the cities to meet the needs of the railway line, of course the shorter the better myself. Now your task is to help the organizers choose the best rehabilitation program. Input Enter the first line is a number n (2 <= n <= 50), indicated that the number of cities. Followed by an n* n matrix A, A [i] [j] represents the first i and j cities, cities in the path (0 <= A [i] [j] <= 100000), Urban numbered from 0 to n-1 The third line is an input number q, said the tournament has q queries. Followed by the q lines of two numbers s, t (0 <= s, t <= n-1), said the organizers need to ask from s to t, the shortest distance from the construction. Output Output
Update : 2025-02-17 Size : 6kb Publisher : 杨毅刚

DL : 0
Crazy Flocking 3D Birds by Ira Greenberg. Simulates a flock of birds using a Bird class and nested pushMatrix() / popMatrix() functions. Trigonometry functions handle the flapping and sinuous movement.
Update : 2025-02-17 Size : 1kb Publisher : xxgo

DL : 0
数据挖掘中群集算法的实现,使用java编写-the implementation of flock algorithm in data ming
Update : 2025-02-17 Size : 14kb Publisher : daqushi

Flock是一种RSS/RDF用Java编写的信息集成器。它是一种server-side应用程序,带有一个浏览器。-Flock is an RSS/RDF Information Integrator written in Java. It is a server-side application with a browser.
Update : 2025-02-17 Size : 1.85mb Publisher : pudn
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.