资源列表
ant_colony
- 蚁群优化算法用于计算TSP商旅问题,程序在vc++6.0下面通过,对原来的做了一点修改。-ant colony algorithm
pso_binary
- 离散粒子群算法,在VC++使用时,需改变设置 project->setting->link: 在category里选择output,在stack的Reserve里输入0x10000000(也就是10M) 原因: 局部变量申请得太多,默认stack只有1M,声明的局部变量超过这个限制就会overflow-binary pso algorithm
dangcing--robert
- 实现机器人的行走转弯招手转头等各种动作,控制电机驱动的程序.-Robot walking and other movements turned around and waved turn, control the motor-driven program.
bignum
- 这是一个可以实现百位数字的加减乘运算的c语言源代码。-This is an achievable one hundred digit addition and subtraction multiplication in c language source code.
pso_goldstein_price
- 标准粒子群算法该程序用于计算 Goldstein-Price 函数的函数最小值问题。-pso algorithm
simulated-nnealing-spso-algorithm
- 基于模拟退火粒子群算法,算法以goldstein price 函数为测试函数,希望能对各位有所帮助!-simulated nnealing-spso-algorithm
4-8
- 利用深度优先来进行迷宫问题的解决,使用的主要数据结构是栈。-To carry out the maze using depth-first solution to the problem, use the main stack data structure is
spso-algorithm
- 随机粒子群算法,对标准粒子群算法进行了改进,并以goldstein price函数作为测试函数。-spso algorithm
4-8_4
- 利用广度优先进行迷宫问题最短路径的解决,使用的主要数据结构是队列-Breadth-first to use the shortest path to solve maze problems, using the main data structure is a queue
bifilter2
- Matlab code for bilateral filter
cutcake-c
- 切蛋糕c语言实验源码,内容为:一个矩形蛋糕,长宽都是正整数,要求用户输入蛋糕的长和宽,并且由用户决定切分成多少块,编写一个函数求怎样切割使得最大的那一块面积最小,并输出最大的那一块的面积。-Cut the cake experiment c language source code, content: a rectangular cake, length and width are positive integers, requiring the user to enter length and
HOPFIELD
- 神经网络hopfield算法,在vc下测试能够正常通过,希望能够对大家有用。-Hopfield neural network algorithm, the vc to normal by the next test, hoping to be useful.
