Welcome![Sign In][Sign Up]
Location:
Search - forward ant

Search list

[Develop Tools(MIT)WorkflowManagement--ModelsMethodsSystems

Description: This book is about the management of business processes. This is certainly not a new topic. Since the beginning of the Industrial Revolution, it has been written about from every possible point of view—economic, sociological, psychological, accountancy, mechanical engineering and business administration. In this book, we examine the management of business processes from the perspective of computing, or—to put it more broadly—of information technology. The reason is that information technology has made huge leaps forward in recent years, resulting in the creation of completely new ways of organizing business processes. The development of generic software packages for managing business processes—so-called workflow management systems (WFMS)—is particularly important in this respect.-This book is about the management of busine ss processes. This is certainly not a new topic. Since the beginning of the Industrial Revoluti on, it has been written about from every possible po int of view-economic, sociological, psychological, Roydon. mechanical engineering and business administ ration. In this book, we examine the management of business processe 's from the perspective of computing, or-to put it more broadly-of information techn ology. The reason is that information technolo gy has made huge leaps forward in recent years, resulting in the creation of completely new way 's of organizing business processes. The develo pment of generic software packages for managin g business processes - so-called workflow mana gement systems (WFMS) - is particularly import ant in th
Platform: | Size: 8253633 | Author: liuhan | Hits:

[Books(MIT)WorkflowManagement--ModelsMethodsSystems

Description: This book is about the management of business processes. This is certainly not a new topic. Since the beginning of the Industrial Revolution, it has been written about from every possible point of view—economic, sociological, psychological, accountancy, mechanical engineering and business administration. In this book, we examine the management of business processes from the perspective of computing, or—to put it more broadly—of information technology. The reason is that information technology has made huge leaps forward in recent years, resulting in the creation of completely new ways of organizing business processes. The development of generic software packages for managing business processes—so-called workflow management systems (WFMS)—is particularly important in this respect.-This book is about the management of busine ss processes. This is certainly not a new topic. Since the beginning of the Industrial Revoluti on, it has been written about from every possible po int of view-economic, sociological, psychological, Roydon. mechanical engineering and business administ ration. In this book, we examine the management of business processe 's from the perspective of computing, or-to put it more broadly-of information techn ology. The reason is that information technolo gy has made huge leaps forward in recent years, resulting in the creation of completely new way 's of organizing business processes. The develo pment of generic software packages for managin g business processes- so-called workflow mana gement systems (WFMS)- is particularly import ant in th
Platform: | Size: 8253440 | Author: liuhan | Hits:

[AI-NN-PRACA

Description: 蚁群算法代码,调试后已实现,希望与对此算法感兴趣的朋友共享-Ant colony algorithm code, debugging has been achieved, look forward to working with this algorithm are interested in sharing a friend
Platform: | Size: 2048 | Author: 佳佳 | Hits:

[AI-NN-PRant

Description: 介绍蚁群算法的原理及其特点,总结近年来蚁群算法在组合优化、数据挖掘等领域的应用进展,对比国内外 的研究状况提出了自己的观点-Introduced the principle of ant colony algorithm and its characteristics, sum up in recent years, ant colony algorithm in combinatorial optimization, data mining application areas such as the progress of the study compared the situation at home and abroad put forward their own point of view
Platform: | Size: 21504 | Author: malei | Hits:

[CSharpLife_Game2.12

Description: 基于C#的生命游戏,兰顿蚂蚁等元胞自动机的实现,完整的程序 Form1.cs 为主窗体 可以在245行之后,添加自己的规则。 Gridlines.cs为网格类,控制网格的尺寸、线型、颜色等,以及网格绘制等 Cell.cs为细胞类,控制所有的单元格(细胞、兰顿蚂蚁的地板)的形状、状态、颜色,以及细胞绘制等。 Ant.cs为蚂蚁类,类似细胞类,有方向改变,前进等方法。 gridset.cs为设置窗体,用于设置一些参数。 目前,支持网格三种线型、细胞方形和圆形,线条颜色、生存细胞颜色、死亡细胞颜色、蚂蚁颜色均能成为任意色彩。 选择自定义初等自动机后,在 设置 中可以设置 规则号 0~255 菜单栏--控制--随机分布 可以在当前网格中随机创建细胞,概率为50 。 但是无法立即显示出来(不知道什么问题),点击 开始 就能显示出来-C#-based implementation of the Game of Life, Langton ants and other cellular automata, the complete program Form1.cs main form after the 245 line can add your own rules. Gridlines.cs class grid control grid size, line, color, and draw a grid cell types such as Cell.cs to control all of the cells (cells, Langton ants floor) shape, state , color, and rendering such cells. Ant.cs ant class, similar to the cell type, change of direction, forward and other methods. gridset.cs to set the form used to set some parameters. Currently, support for grid three kinds of linear, square and round cells, line color, survival cell color, the color of dead cells, ants color can become any color. Select the custom elementary automata, in the setting rule can be set from 0 to 255 bar Menu- Control- randomly distributed randomly to create a grid in the current cell, the probability of 50 . But you can not show up immediately (do not know what the problem is), you can click Start displayed
Platform: | Size: 1319936 | Author: 梁宇翔 | Hits:

[OtherCold_Ants

Description: 题目内容及要求:长100厘米的细长直杆子上有n只蚂蚁。它们的头有的朝左,有的朝右。 每只蚂蚁都只能沿着杆子向前爬,速度是1厘米/秒。 当两只蚂蚁碰面时,它们会同时掉头往相反的方向爬行。 这些蚂蚁中,有1只蚂蚁感冒了。并且在和其它蚂蚁碰面时,会把感冒传染给碰到的蚂蚁。 请你计算,当所有蚂蚁都爬离杆子时,有多少只蚂蚁患上了感冒。 【数据格式】 第一行输入一个整数n (1 < n < 50), 表示蚂蚁的总数。 接着的一行是n个用空格分开的整数 Xi (-100 < Xi < 100), Xi的绝对值,表示蚂蚁离开杆子左边端点的距离。正值表示头朝右,负值表示头朝左,数据中不会出现0值,也不会出现两只蚂蚁占用同一位置。其中,第一个数据代表的蚂蚁感冒了。 要求输出1个整数,表示最后感冒蚂蚁的数目。 例如,输入: 3 5 -2 8 程序应输出: 1 再例如,输入: 5 -10 8 -20 12 25 程序应输出: 3 -Subject content and requirements: n ants on slender 100 cm long straight pole. Some of them head to the left, some to the right.         Each ant can only crawl along the pole forward speed is 1 cm/sec.         When two ants meet, they will turn in the opposite direction while crawling.         These ants, ants have a cold. And when the other ants meet, the cold will spread to encounter ants.         Please work, when all the ants are crawling off the pole time, how many ants got sick. [Data format]         The first line of input an integer n (1 <n <50), represents the total number of ants.         The next line is the n space-separated integers Xi (-100 <Xi <100), the absolute value of Xi, expressed ants leave the pole to the left endpoint. A positive value indicates the head to the right, a negative value indicates the head to the left, the data does not appear in a va
Platform: | Size: 285696 | Author: liweidi | Hits:

[OtherMixed--algorithm

Description: 该论文 提出了一种适用于移动机器人避障路径规划的混合优化算法。(基于混合细菌觅食和蚁群算法的机器人路径规划研究),是一篇中文核心。-The paper puts forward a kind of hybrid optimization algorithm applied to obstacle avoidance path planning for mobile robots . (Mixed bacteria foraging and ant colony algorithm)
Platform: | Size: 1207296 | Author: 王辉 | Hits:

[matlabacopann

Description: the combination of artificial neural network (ANN) and ant colony optimization (ACO) algorithm has been utilized for modeling and reducing NOx and soot emissions a direct injection diesel engine. A feed-forward multi-layer perceptron (MLP) network is used to represent the relationship between the input parameters (i.e., engine speed, intake air temperature, rate of fuel mass injected, and power) on the one hand and the output parameters-the combination of artificial neural network (ANN) and ant colony optimization (ACO) algorithm has been utilized for modeling and reducing NOx and soot emissions a direct injection diesel engine. A feed-forward multi-layer perceptron (MLP) network is used to represent the relationship between the input parameters (i.e., engine speed, intake air temperature, rate of fuel mass injected, and power) on the one hand and the output parameters
Platform: | Size: 3072 | Author: golalipour | Hits:

[AI-NN-PRrengongyiqun

Description: 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。-Ant colony algorithm (ant colony optimization, the ACO), also called ant algorithm, is a kind of used to type the probability of finding optimal path algorithm in the picture. It by Marco Dorigo in 1992 in his PhD thesis is put forward, its inspiration the path in the process of ants searching for food. Ant colony algorithm is a kind of simulated evolutionary algorithm, preliminary studies show that the algorithm has many good properties. For PID controller parameters optimization design problem, the result of the ant colony algorithm was designed with the genetic algorithm by comparing the results of the numerical simulation results show that the ant colony algorithm is a new kind of simulated evolutionary optimization method is effective and applied value.
Platform: | Size: 2048 | Author: 王强 | Hits:

[Internet-Network混沌蚁群算法

Description: 前推回代法的辐射状配电网潮流程序 matlab编写蚁群算法实践 粒子群工具箱PSOt 基于遗传算法配电网无功优化方法程序源代码 求解机组组合问题的多种群混沌蚁群算法(Forward push back generation method of radial distribution network tidal current procedures matlab prepared ant colony algorithm PSOt based on genetic algorithm distribution network reactive power optimization program source code to solve the problem of unit group multi-group chaotic ant colony algorithm)
Platform: | Size: 873472 | Author: 千与12 | Hits:

[Other蚁群算法

Description: 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。 这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群算法的matlab实现(Ant colony algorithm is a probabilistic algorithm for finding optimal paths. It was put forward by Marco Dorigo in his doctoral dissertation in 1992, which is inspired by the behavior of ants in finding food in the process of finding food. This algorithm has the characteristics of distributed computing, positive feedback and heuristic search. In essence, it is a heuristic global optimization algorithm in evolutionary algorithm. Matlab implementation of ant colony algorithm)
Platform: | Size: 8192 | Author: 那拍拍 | Hits:

CodeBus www.codebus.net