CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - iteration

搜索资源列表

  1. GuassSeider

    0下载:
  2. 高斯赛德尔迭代法和雅可比迭代法求解线性方程组。-Iteration solving system of linear equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:660
    • 提供者:杨林
  1. fig2_SOM

    0下载:
  2. The sourcecode of Universally-Convergent Squared-Operator Iteration Methods for fig2 using SOM
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:942
    • 提供者:bylond
  1. iterationOFnewton

    0下载:
  2. 利用牛顿法实现迭代运算。计算方法为数值计算书上提到的流程-Achieved using Newton iteration method. Process for the numerical calculation method mentioned in the book
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:630
    • 提供者:吴桐
  1. Newton

    0下载:
  2. 这是一个牛顿迭代的程序,他可以求解精确度,迭代次数。-This is a Newton iteration procedure, he can solve the accuracy of iterations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3128
    • 提供者:肖杰
  1. Fraction

    0下载:
  2. java实现的分形三角形,实现了迭代,把图像画在窗口上-java achieve fractal triangle, realized iteration, the image is painted on the window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-07
    • 文件大小:1212
    • 提供者:lzd
  1. Interate_Equation

    0下载:
  2. win32小程序 实现数值分析中迭代法求解方程组功能 包括雅可比迭代 高斯赛德尔迭代 超松弛迭代 能够正常运行 希望大家指教-Win32 small program to achieve numerical iteration method in solving equations features include Jacobi iteration gauss seidel iteration overrelaxation iteration can run normally hope you
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:8889651
    • 提供者:刘双九
  1. computing-method

    0下载:
  2. 列主元消去法解线性方程、三对角阵的LU分解、用迭代法解方程组、求矩阵的LDLT分解及cholesky分解、求函数插值多项式、插值误差、用复化公式求积分方程、计算定积分-Column pca elimination method solving linear equations, LU decomposition of tridiagonal matrix, solutions of equations by iteration method, LDLT decomposition of matr
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6569776
    • 提供者:薛荔枝
  1. rt

    0下载:
  2. 求解非线性常微分方程所用的不同的龙格库塔方程,也包含变形的欧拉迭代。-Runge-Kutta to solve different equations used for nonlinear ordinary differential equations, Euler iteration also includes deformation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:9558
    • 提供者:linda
  1. bbbcfv1

    3下载:
  2. BBBCF 宇宙大爆炸优化算法的matlab源码,一种相对来说比较新的优化方法,用于求解最优解问题-BBBCF iterates one iteration a population according to the rules of Big-Bang Big Crunch method. It overwrites new population over the previous one. As the number of iterations grow, it searches new
  3. 所属分类:Other systems

    • 发布日期:2015-12-15
    • 文件大小:1024
    • 提供者:李斯
  1. Natural-circulation-

    0下载:
  2. 核反应堆自然循环能力迭代运算程序。自己可以更改初始条件-Natural circulation reactor capacity iteration procedure. They can change the initial conditions
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:734
    • 提供者:tony
  1. Untitledright

    0下载:
  2. 机载激光雷达重合因子的计算,基于激光雷达系统参数,实现其重合因子的解算。-The calculation on iteration factor for lidar
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:929
    • 提供者:周逸尘
  1. AES

    0下载:
  2. AES加密算法中,实现十六轮密码迭代。key0为人工输入初始密钥。-AES encryption algorithm to achieve sixteen password iteration. key0 to manually input the initial key.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:270379
    • 提供者:付攀
  1. NewtonIteration

    0下载:
  2. 本文档用Python实现了龙格库塔法和牛顿迭代法,是数值分析学习的有用资料!-This document is implemented in Python a Runge-Kutta method and Newton iteration method, numerical analysis is useful information to learn!
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:802
    • 提供者:jiba
  1. sqrt

    0下载:
  2. 一个求取sqrt(x)的程序(仿计算器的功能),输入任意10位有效数字以内的正数,可以求取其正的平方根,要求精确到10位有效数字。实现了泰勒级数展开、牛顿迭代、二次插值、最佳一次逼近、卡马克平方根倒数。-A strike sqrt (x) of the program (like a calculator function), the positive input 10 of any less significant digits, the positive square root of the
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:96552
    • 提供者:STF
  1. Parallel-loop

    0下载:
  2. 并行循环模式一般适用于执行一些具有独立性的迭代操作,例如遍历某集合(collection)中的元素或者执行一些限定次数的迭代。但前提是这些操作是彼此独立的,即循环步骤中不存在对本地内存或磁盘文件的共同写操作。-Parallel circulation patterns are generally applicable to perform some iteration independence, such as traversing a collection (collection) of th
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2128953
    • 提供者:王林
  1. 04_iteration

    0下载:
  2. about iteration for c++ computer programming, it s very useful to help you practice.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:103463
    • 提供者:wanfreecode
  1. uchistogram

    0下载:
  2. VB自己编写的卡尔曼滤波程序源代码,每次变化数据源触发该子函数,初始定义完后得出滤波数值,然后自动计算出K+1时刻最优偏差,然后赋值给text1 也就是最优偏差,一直变化,而这个迭代由数据源的变化而触发驱动。编辑注:可能这个程序需要硬件,测试时候假死。-VB Calman prepared their own filtering program source code, each data source changes trigger the function, after the initia
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5845
    • 提供者:wpudn35
  1. Newton_lms

    0下载:
  2. 根据牛顿—LMS算法原理,实现了牛顿-LMS算法的仿真,并画出了权轨迹随迭代次数的变化图形-According to the principles of Newton_LMS algorithm,the simulation of Newton_LMS is realized and the graphics of trace of weight versus iteration times is drawn
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:626
    • 提供者:lewi
  1. SER

    0下载:
  2. 根据序贯回归算法原理,实现了序贯回归算法的仿真,并画出了权轨迹随迭代次数的变化图形-Accoding to the principles of SER,the simulation of SER is realized and graphics of trace of weight versus iteration times is drawn
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:757
    • 提供者:lewi
  1. lattice_ser

    0下载:
  2. 根据格型算法原理,实现了格型算法的仿真,并画出了权轨迹随迭代次数的变化图形-Accoding to the principles of Lattice algorithm,the simulation of Lattice algorithm is realized and graphics of trace of weight versus iteration times is drawn
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:704
    • 提供者:lewi
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com