CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 简单迭代

搜索资源列表

  1. serial-concatenation-of-repetition-code-and-FQPSK.

    1下载:
  2. FQPSK与简单重复码的迭代译码,简单重复码做为外码-serial concatenation of repetition code and FQPSK ,in which repetition code is the out code
  3. 所属分类:其他小程序

    • 发布日期:2013-08-23
    • 文件大小:2.21kb
    • 提供者:高远
  1. C

    0下载:
  2. Some of the basic design of C language algorithm C语言的几种算法:自顶向下、逐步求精方法、简单排序算法、枚举法、迭代法、递推与递归法、分治法-Some of the basic design of C language algorithmC language of several algorithms: top-down, stepwise refinement method, a simple sorting algorithm, enum
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:38.02kb
    • 提供者:拉夫
  1. suanfa

    0下载:
  2. 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7.45kb
    • 提供者:peiyu
  1. diedai

    0下载:
  2. 迭代法 C语言 方法简单易懂易学 希望大家下载 使用。-very easy
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.97kb
    • 提供者:zhoulunlun
  1. newton

    0下载:
  2. 很简单的牛顿算法,不考虑其他的东西,只用简单的迭代-new ton
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:63.05kb
    • 提供者:KingRay
  1. pso

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

    • 发布日期:2017-04-10
    • 文件大小:1.6mb
    • 提供者:张岩
  1. 1-Newton

    0下载:
  2. 牛顿迭代算法,可以处理一些简单的计算,得到的结果保存为txt文件。-Newton iterative algorithm that can deal with some simple calculation, and the result saved as a txt file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:248.56kb
    • 提供者:ruoshui
  1. t1

    0下载:
  2. 迭代法 最简单的方法求取一个阈值 用来分割图像-Iteration threshold method
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2.07kb
    • 提供者:孙超
  1. sound

    0下载:
  2. 聆听混沌的声音 本世纪70年代初,美国普林斯顿大学的生态学家R·May在研究昆虫群体繁殖规律时提出一个著名的模型: χ[n+1]=k*χ[n]*(1-χ[n])   其中χ[n]表示第n代群体的数目。当给定一个初始的χ[0]值,然后不停地迭代,人们发现随着k值的不同,得到的序列χn 有许多有趣的现象。当k值介于0与1之间时,χ[n]经过一定次数的迭代后都趋于0。当k值介于1和3之间时趋于1/k,当k值大于3时,经过一定次数的迭代后χ[n]在2个值之间交替变化,k值
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:672byte
    • 提供者:亮子
  1. Beginning_Python_From_Novice_Code

    0下载:
  2. 这是《Python基础教程》第2版的随书源码。代码中既包含对Python中基础知识如字符串函数、字典、类和对象、迭代器、异常的简单使用,也包括10个基于Python的项目代码,包括及时标记、绘画、XML操作、即时通信、CGI远程、BBS、XML-RPC文件共享、基于GUI的文件共享、街机游戏。-This is the " Python Basic Tutorial" with the book version 2 source code. Code contains both
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:64.89kb
    • 提供者:
  1. gradient-projection-method

    0下载:
  2. 以梯度投影法迭代直接求解出观测值的改正数,给出一个简单算例,以资验证。 -The correction of the observation is obtained by the interation with gradient projection method and a simple calculation example is given to verify it
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2.02kb
    • 提供者:刘河君
  1. SUMT

    0下载:
  2. 以SUVM迭代直接求解出观测值的改正数,给出一个简单算例,以资验证。 -The correction of the observation is obtained by the interation with gradient projection method and a simple calculation example is given to verify it
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4.52kb
    • 提供者:刘河君
  1. yakabi

    0下载:
  2. 用C完成的一个yakebi简单程序,可通过此程序对雅克比比迭代法进行学习-C language completed a yakebi simple program can through this program over iteration method of Jacques for learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1.03kb
    • 提供者:guowen
  1. jacobi

    0下载:
  2. fortran程序实现简单的jacobi迭代 VF6.6 下编译通过 需安装mpich-jacobi iteration
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:853byte
    • 提供者:
  1. mathmatic-analysis

    0下载:
  2. 分别用二分法,简单迭代法,牛顿迭代法,弦截法解非线性方程-Respectively with the dichotomy simple iterative method, Newton iterative method, Secant Method for solving nonlinear equations
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:2.08kb
    • 提供者:陈虹屹
  1. Jacobi

    0下载:
  2. 本程序用C语言实现雅克比迭代法的应用,很简单。-This program with C language application of the Jacobi iterative method is very simple.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:693byte
    • 提供者:刘世界
  1. Simpleiterative

    0下载:
  2. 利用简单迭代(Simpleliterate)方法求解方程的Fortran程序-Using the method of simple iteration (Simplelitaerate) to solve the equation of the Fortran program
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.46kb
    • 提供者:大兵
  1. 最小二乘法和牛顿迭代

    1下载:
  2. 最小二乘法和牛顿方法的一些简单资料,对于理解算法有点帮助(i have limit capicaticy for using machine learning,i hope i will impove a lot in the future)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2.43mb
    • 提供者:笑似心酸
  1. MaxEntropy

    0下载:
  2. 最大熵模型,改进迭代尺度法python实现,包含数据集,结构简单,注释明确(Maximum Entropy Model, Improved Iterative Scale Method Python Implementation, Contains Data Set, Simple Structure, Clear Comments)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:14kb
    • 提供者:魔摩抹莫
  1. yiweierwei

    1下载:
  2. 简单的landweber迭代算法,可应用于一维、二维图像重建。(Simple landweber iterative algorithm can be applied to one-dimensional andtwo-dimensional image reconstruction.)
  3. 所属分类:其他

    • 发布日期:2020-09-15
    • 文件大小:127kb
    • 提供者:佳美呀
« 12 »
搜珍网 www.dssz.com