CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - SIMPLER algorithm

搜索资源列表

  1. lsq

    0下载:
  2. The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:56.51kb
    • 提供者:AiQing
  1. AdaptGA

    1下载:
  2. matlab 自适应遗传算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,应该会使程序更简单一点.-Matlab adaptive genetic algorithm source code, used in the G-S orthogonal decomposition. We can do something QR decomposition, the process would be simpler 1:00.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:963byte
    • 提供者:songyong
  1. SIMPLER-Tao

    0下载:
  2. 西安交大陶老师经典SIMPLER算法程序,Fortran编写,对学习CFD很有帮助!-Tao, Xi' an Jiaotong University Teachers classic SIMPLER algorithm program, Fortran write, to learn CFD helpful!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.5mb
    • 提供者:zhou
  1. Matlab-CFD

    16下载:
  2. 利用Matlab语言编写的流体计算的源代码,里面包含了几个实例-The source codes are written by Matlab, which contains several examples about CFD
  3. 所属分类:matlab

    • 发布日期:2015-01-29
    • 文件大小:3.42kb
    • 提供者:Andy
  1. DifferentialEvolutionAPracticalApproachtoGlobalOpt

    0下载:
  2. 这是一本讲微分进化的书,进化算法是以遗传算法为代表的一类随机算法的总称,95年由Rainer Storn和Kenneth Prici提出微分进化方法,比传统进化算法更好更简单,2004年该方法的原创者出版了长达580页的微分进化:一种全局优化的实用方法,本书是英文版,似乎还没有中文版,希望对感兴趣的人有用-This is a book stresses differential evolution, evolutionary algorithm based on genetic algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9.39mb
    • 提供者:plow
  1. 3d_for

    0下载:
  2. cfd code 3d.for Cartesian with Simpler algorithm-cfd code 3d.for Cartesian with Simpler algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:9.06kb
    • 提供者:Amin
  1. particle-swarm-algorithm---matlab

    0下载:
  2. PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优-PSO algorithm is an evolutionary algorithm, and genetic algorithm is similar, it is starting from a random solu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:19.73kb
    • 提供者:shitou
  1. simplerprogram

    0下载:
  2. 用于不可压缩流场的流动与换热的simpler算法源程序-computation for incompressible flow field and heat transfer problem—simpler algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:5.53kb
    • 提供者:黄圳
  1. Greedy-algorithm

    0下载:
  2. 贪婪算法是一种对某些求最优解问题的更简单、更迅速的设计技术,对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解-Greedy algorithm is an optimal solution for some problems simpler, more rapid design techniques for a wide range of many of the problems that he could produce an overall optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:88.01kb
    • 提供者:周易
  1. azimuthTDOA.m

    0下载:
  2. A sound source can be localized in a two dimensional plane using the audio recorded at three known microphone locations. Much like a GPS system, Time Difference of Arrival algorithms can be used to determine the difference in time and distance of a s
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.68kb
    • 提供者:Sam
  1. kmeans1

    0下载:
  2. 改编的kmeans聚类算法,比matlab系统自带的要简单,更容易看懂-Kmeans clustering algorithm adapted than matlab system comes to be simpler and easier to understand
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.51kb
    • 提供者:周慧
  1. pso

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7.37kb
    • 提供者:了了
  1. PSO

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:艾岳巍
  1. pso-bp

    1下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.96kb
    • 提供者:艾岳巍
  1. sgu261

    0下载:
  2. sgu261:Discrete Roots(原根+离散对数+扩展欧几里得) 题目大意: 给你两个质数p,k,和整数a(0≤a<p),求解所有满足x^k≡a(mod p)的x。-261. Discrete Roots time limit per test: 1 sec. memory limit per test: 65536 KB input: standard output: standard There are a lot of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.34kb
    • 提供者:owaski
  1. MATLAB_CODE_TO_GENERATE_A_PSEUDO_NOISE_SEQUENCE.z

    0下载:
  2. A pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG),[1] is an algorithm for generating a sequence of numbers whose properties approximate the properties of sequences of random numbers. The PRNG-generated
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:9.27kb
    • 提供者:rajendra
  1. bfljaeld

    0下载:
  2. 用MATLAB编写的蚁群算法最短路径寻找程序,temp文件内包含了网络结点坐标,这是改进的蚁群算法,比传统的蚁群算法更简易,参数temp1的速度也快很多!-Ant colony algorithm using MATLAB program to find the shortest path within the temp file contains the network node coordinates, which is improved ant colony algorithm is si
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8.79kb
    • 提供者:shiyulong_bt
  1. biwasbpt

    0下载:
  2. 用MATLAB编写的蚁群算法最短路径寻找程序, YdHuwM 文件内包含了网络结点坐标,这是改进的蚁群算法,比传统的蚁群算法更简易,参数 FSCCVAy的速度也快很多!-Ant colony algorithm using MATLAB program to find the shortest path within the YdHuwM file contains the network node coordinates, which is improved ant colony algori
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.53kb
    • 提供者:mbcogi
  1. simple

    0下载:
  2. In computational fluid dynamics (CFD), SIMPLE algorithm is a widely used numerical procedure to solve the Navier-Stokes equations. SIMPLE is an acronym for Semi-Implicit Method for Pressure Linked Equations. The SIMPLE algorithm was developed by P
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:SASASA89
  1. Simpler

    0下载:
  2. 二维simple算法程序。。。。。。。。。。(Two dimensional simple algorithm program)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:5kb
    • 提供者:huadian601
« 12 3 »
搜珍网 www.dssz.com