CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - for循环

搜索资源列表

  1. EGA

    0下载:
  2. 遗传算法的程序 遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模 拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式, 从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一 串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式 形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的 适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2533
    • 提供者:王硕
  1. Queen

    0下载:
  2. 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:22164
    • 提供者:张锦
  1. locatefcm_ls3.rar

    1下载:
  2. 此算法是对于分数低阶的循环统计量进行位置的确定,仿真效果很好,This algorithm is for the scores of low-level circulation of the location of statistics to determine the effect of a good simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:792
    • 提供者:霍浩
  1. bahunghou

    0下载:
  2. 从八皇后的例子看出搜速深度有限,仅有几层,而且不可能出现重复状态的问题,因此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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:829
    • 提供者:yishiwucheng
  1. ledflow

    0下载:
  2. 用80C51单片机控制流水灯循环闪烁,程序里配有详细的介绍,适用于初学者-80C51 Microcontroller with flow control loop flashing lights, the program inside with a detailed introduction for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:15637
    • 提供者:wangling
  1. BPxunhuan

    0下载:
  2. 采用for循环的BP神经网络预测程序,可实现不同隐层神经元数目的自动循环训练。-Loop with BP neural network for forecasting process can be realized with different number of hidden neurons in the automatic cycle training.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1117
    • 提供者:苏婷
  1. cyclostationary_toolbox

    0下载:
  2. 计算循环平稳信号的4阶累积量,很好的算法-for 4th cumulant of cyclonationary signals
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:34829
    • 提供者:zhanglihui
  1. SSCA

    1下载:
  2. 摘要:SSCA(strip spectral correlation algorithm)算法是一种循环谱时域平滑算法.为了解决该算法运算量 大,不能实时计算的矛盾,本文提’出利用改进的滑动FF.I’算法和一位相关算法代替SSCA算法中滑动 相关算法.给出了改进算法的数字实现方法和步骤,并用软件和硬件平台进行验证.仿真和试验结果表明:文 中提出的数字实现算法能对信号的循环谱进行实时分析,能节约大量运算时间和存贮空间.基本解决了循环 谱算法不能工程应用的问题.-Abstract:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:346216
    • 提供者:betty
  1. gao

    0下载:
  2. 输入年月日,输出为本年的第几天。要求有循环嵌套-DATE input and output for this year' s first few days
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:879465
    • 提供者:安然
  1. BP

    0下载:
  2. BP网络实现XOR门,应用了循环语句,简单明了.适合学习-BP networks XOR gate, the application of the loop, plain and simple. For learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:711
    • 提供者:姬磊
  1. TSP

    0下载:
  2. 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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:21553
    • 提供者:ningning
  1. cyc

    0下载:
  2. java程序编写的基本循环代码,非常适合初学java编程的学员。-Java programming basic cyclic code, very suitable for beginner students Java programming.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3973
    • 提供者:Chris
  1. TSP_TS

    0下载:
  2. 基于禁忌搜索的求解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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3469
    • 提供者:张嘉琦
  1. WCA

    0下载:
  2. 一种新的智能优化算法,水循环算法,可以用来求解优化问题-water cycle. This code is prepared for single objective function (minimization), unconstrained, and continuous problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2070
    • 提供者:Richard
  1. Hopfield

    0下载:
  2. 循环反馈网络(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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:58989
    • 提供者:三苏
  1. machine-learning-ex1

    0下载:
  2. 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)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:1191936
    • 提供者:发达时代
  1. em

    0下载:
  2. 机械学习算法,用于求解OFDM系统中基于循环前缀的定时同步的迭代方法(Mechanical learning algorithm for solving the iterative method of timing synchronization based on cyclic prefix in OFDM system)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:酷月风影
搜珍网 www.dssz.com