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

搜索资源列表

  1. cnr

    0下载:
  2. 只使用加法,不用递归来实现组合数的计算。利用到C(n,r)=C(n-1,r)+C(n,r) 及整个递归过程中的迭代性质(类似杨辉三角的计算)。VC6下编译。安装VC6后点击.dsp文件即可。-Use only addition, not recursive to realize the calculation of the number of combinations. Access to C (n, r) = C (n-1, r)+ C (n, r) and the recursive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3830
    • 提供者:李刚
  1. Fast32bitdivideKeil

    0下载:
  2. The functions fast_long_divide() and fast_int_divide() will divide a value (dividend) by a divisor in the range 0 to 16 inclusive. These functions are fast because they take full advantage 8051 microcontroller DIV instruction and require only one ite
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:14807
    • 提供者:lacko
  1. rachos.releigh.powerritation.gmre

    0下载:
  2. 实现兰乔斯迭代,瑞利商迭代,幂迭代,和grme算法-The realization of ranchos iteration, Rayleigh quotient iteration, power iteration, and algorithm grme
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-12
    • 文件大小:1478
    • 提供者:佟跃
  1. code5_1

    0下载:
  2. NEWTON迭代法求非线性方程的根,方便快捷!-NEWTON iteration of nonlinear equations for root
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:879
    • 提供者:张龙
  1. List

    0下载:
  2. 详细介绍了.net泛型类的创建和实现适用,以及如何支持迭代(foreach)操作-Described in detail. Net generic categories applicable to the creation and realization, as well as how to support iteration (foreach) operation
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:18019
    • 提供者:胡俊
  1. fastica

    0下载:
  2. FastICA算法,又称固定点(Fixed-Point)算法,是由芬兰赫尔辛基大学Hyvä rinen等人提出来的。是一种快速寻优迭代算法,与普通的神经网络算法不同的是这种算法采用了批处理的方式,即在每一步迭代中有大量的样本数据参与运算。-FastICA algorithm, also known as fixed-point (Fixed-Point) algorithm, University of Helsinki, Finland by Hyvä rinen et al
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:799
    • 提供者:tommydu
  1. cJuliaExSrc

    0下载:
  2. julia set fractals written in visual c+++. the it has the possibility to modify the values for the sets(like xc,number of iteration,or randomness)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:7676
    • 提供者:szabo attila 88
  1. fx

    0下载:
  2. 一个分形压缩的程序: 1、因为本程序时间长,FX中先选择图片的大小 2、编码与解码 3、做误差图和只方图 4:画出每次迭代的解码图象 5、本程序来自本网站,修改了部分,解释说明更清楚。 6、增加了部分功能,希望对大家有所帮助,互相学习…… -A fractal compression process: 1, because this process a long time, FX in the first select the size of picture 2, e
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2662
    • 提供者:刘清
  1. 4

    0下载:
  2. 用newton迭代法求矩阵,可以求任意阶的矩阵,非常好用-By newton iteration matrix can be arbitrary order for the matrix, very easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:568
    • 提供者:fbb
  1. imc2

    0下载:
  2. Construction of effective potentials for monoatomic systems from * given RDF * * The program performs one iteration of the inverse * Monte Carlo scheme, which was originally suggested in: * A.P.Lyubartsev, A.Laaksonen, Phys.Rev.E, v.52(4)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:7063
    • 提供者:张坤
  1. 001

    0下载:
  2. 商品管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。经过分析,我们使用 MICROSOFT公司的 Visual Studio.NET开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2860645
    • 提供者:车广林
  1. poissonfdm

    0下载:
  2. 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the infinite matrix norm as the b
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1039
    • 提供者:LGE
  1. Jacobi

    0下载:
  2. 数值分析分析中 用jacobi迭代求解线性方程-Analysis of numerical analysis using jacobi iteration for solving linear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:849
    • 提供者:黎少
  1. niudundiedaifa

    0下载:
  2. visual basic初学的经典算法牛顿迭代法的源码-visual basic beginner' s classical algorithm for Newton' s iteration of the source
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1531
    • 提供者:jz
  1. hill

    0下载:
  2. A hill climbing algorithm for finding the minimum of a function fitnessfun in the real space. x is the scalar/vector of the functon minimum fval is the function minimum gfx contains the minimization solution each iteration (columns 2
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1898
    • 提供者:letian
  1. 2

    0下载:
  2. 方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1048
    • 提供者:李萍
  1. Jacobi

    0下载:
  2. 通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法-Be calculated by iteration of nonlinear equations, mainly through the Jacobi iterative method
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:41276
    • 提供者:dinghu
  1. Newton3

    0下载:
  2. 一元二次方程牛顿迭代法的可视化,只要你输入参数以及逼近值,即以界面的形式输出结果以及图形-Dollar Quadratic Newton iteration method for visualization, as long as you enter the parameters and the approximation value, that is in the form of output interface, and graphical
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1876008
    • 提供者:Bill Gates
  1. Files

    0下载:
  2. 有限差分的迭代算法的控制台程序,可以输出每一次迭代的记录。有需要的自己试试吧-Iterative finite difference algorithm console program, you can record the output of each iteration. The need to own a try
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:何力
  1. jacobbi

    0下载:
  2. 雅克比迭代代码,用于迭代求解方程组。迭代一定次数后可求出方程组的近似解,可自由规定精度。-Jacobi iteration code for the iterative solution of equations. After a certain number of iterations of equations can be derived approximate solution can be free to provide accuracy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:648
    • 提供者:宋全
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com