搜索资源列表
EGA
- 遗传算法的程序 遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模 拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式, 从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一 串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式 形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的 适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
Queen
- 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的
locatefcm_ls3.rar
- 此算法是对于分数低阶的循环统计量进行位置的确定,仿真效果很好,This algorithm is for the scores of low-level circulation of the location of statistics to determine the effect of a good simulation
bahunghou
- 从八皇后的例子看出搜速深度有限,仅有几层,而且不可能出现重复状态的问题,因此BACKTRACK过程完全适用,对于八数码问题则不然,必须设置深度范围限制及出现重复状态引起的死循环这两个回溯点. -Examples of Queen' s from eight to see the depth of search speed is limited, only few, but can not state the problem of duplication, so the process
ledflow
- 用80C51单片机控制流水灯循环闪烁,程序里配有详细的介绍,适用于初学者-80C51 Microcontroller with flow control loop flashing lights, the program inside with a detailed introduction for beginners
BPxunhuan
- 采用for循环的BP神经网络预测程序,可实现不同隐层神经元数目的自动循环训练。-Loop with BP neural network for forecasting process can be realized with different number of hidden neurons in the automatic cycle training.
cyclostationary_toolbox
- 计算循环平稳信号的4阶累积量,很好的算法-for 4th cumulant of cyclonationary signals
SSCA
- 摘要:SSCA(strip spectral correlation algorithm)算法是一种循环谱时域平滑算法.为了解决该算法运算量 大,不能实时计算的矛盾,本文提’出利用改进的滑动FF.I’算法和一位相关算法代替SSCA算法中滑动 相关算法.给出了改进算法的数字实现方法和步骤,并用软件和硬件平台进行验证.仿真和试验结果表明:文 中提出的数字实现算法能对信号的循环谱进行实时分析,能节约大量运算时间和存贮空间.基本解决了循环 谱算法不能工程应用的问题.-Abstract:
gao
- 输入年月日,输出为本年的第几天。要求有循环嵌套-DATE input and output for this year' s first few days
BP
- BP网络实现XOR门,应用了循环语句,简单明了.适合学习-BP networks XOR gate, the application of the loop, plain and simple. For learning
TSP
- tsp for (int i=0 i<M i++) S[i] = i S[M] = 0 T = 1000 //初始温度1000 Tl = 35000 //内循环次数35000 a = 0.93 //温度下降系数 k = 0 PreMin = 0 Path = GetPath(S) srand((unsigned)time( NULL )) cout<<"The initial Path Diste
cyc
- java程序编写的基本循环代码,非常适合初学java编程的学员。-Java programming basic cyclic code, very suitable for beginner students Java programming.
TSP_TS
- 基于禁忌搜索的求解TSP问题。问题为31个城市的寻优路径,采用GLover提出的简单禁忌搜索算法。设置禁忌表,避免陷入循环,实现全局的最优。-Based on Tabu Search for TSP. Route optimization problem in 31 cities, using a simple tabu search algorithm GLover proposed. Set tabu list, to avoid falling into circulation, to a
WCA
- 一种新的智能优化算法,水循环算法,可以用来求解优化问题-water cycle. This code is prepared for single objective function (minimization), unconstrained, and continuous problems.
Hopfield
- 循环反馈网络(Hopfield)特点:1)定性数据的模式识别;2)依靠吸引子来作模式识别;3)其功能可由BP网络来实现,但速度较快。 -Loop feedback network (Hopfield) features: 1) the qualitative data of the pattern recognition 2) rely on attractor for pattern recognition 3) its function can be made of BP netwo
machine-learning-ex1
- coursera上吴恩达老师讲的机器学习的实验一的代码,部分代码和其他人的不一样,比如for循环我直接用矩阵做(coursera on machine learning experiments Andrew Ng teacher talking about a code part of the code and not the same as others, such as for loop I do directly with the matrix)
em
- 机械学习算法,用于求解OFDM系统中基于循环前缀的定时同步的迭代方法(Mechanical learning algorithm for solving the iterative method of timing synchronization based on cyclic prefix in OFDM system)