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

搜索资源列表

  1. iterationmethodtosolveaequation

    0下载:
  2. 迭代法求解一次方程运用迭代法实现一次方程的求解 原创-Iteration method to solve a equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3370
    • 提供者:钟梦清
  1. Transfer-matrix-methods

    1下载:
  2. 计算一个8自由度转盘扭转系统的固有频率和描述其主振型。-It is a computer program to calculate all the 8 natural frequency and the corresponding normal modes of torsional vibration of the rotor system using matrix iteration method or transfer matrix method respectively.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:29153
    • 提供者:Gary
  1. Aitken

    0下载:
  2. newton迭代法德加速方法,解一些不常规的方程-newton iteration Fade Jia-speed method, solutions of the equations of some non-conventional
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:17986
    • 提供者:Sally
  1. niudunjiefangcheng

    0下载:
  2. 牛顿迭代法解高次方程,VC++6.0编译通过-Newton Iteration equation of higher, VC++6.0 compile
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:12021
    • 提供者:楠楠
  1. chip_pathfinder

    0下载:
  2. 在谈判阻塞算法在电路设计中的应用,该算法不断迭代直到不存在被使用一次以上的路由资源。在每一次迭代过程中,先删除每个线网,然后根据最小化成本函数的原则重新布线-Choking algorithm in the negotiations in the circuit design, the iterative algorithms have been used until there is no more than one routing resources. In each iteration,
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:70326
    • 提供者:hello
  1. hmmtrain

    0下载:
  2. 1.自己推导出来的mean与covariance来train theta 2.自己推导出来的mean与covariance来跑Viterbi 3.推theta时的Gradient Descent: Learing Rate: 0.000001 GD iter : 50 iteration 4.Scaler : 1/260-1. Their derived mean and covariance to train theta 2. Their derive
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:140611
    • 提供者:jefferychang
  1. inversion

    0下载:
  2. 相同初始模型剖面反演,同初始模型迭代,二维剖面反演-The same initial model profile inversion, with the initial model iteration, two-dimensional profile inversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:80109
    • 提供者:明白
  1. VisualC6ProgrammingTutorial

    0下载:
  2. 针对于VC++6的初学指导,向导包含了介绍了编程环境和采用MFC类实现了WIN32用户接口。定义了关键字并介绍了相关的练习-This tutorial contains a beginner’s guide to Visual C++ 6, introducing the programming environment and the use of MFC classes to implement a Windows 32 user interface, defining key terms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:149493
    • 提供者:elfo
  1. jacobi

    0下载:
  2. 并行雅克比迭代,解决了处理器不能被整除的问题-Parallel Jacobi iteration to solve the problem of the processor can not be divisible
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:691
    • 提供者:任我行
  1. Mandel

    1下载:
  2. 参数控制的Mandel分形演示程序,可以放大缩小设置不同迭代深度,染色可以改变。-Parameter control of the Mandel Fractal demo, you can set different zoom iteration depth, staining can be changed.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:739988
    • 提供者:吴雪
  1. DSGE(17July2010)

    1下载:
  2. 这是目前唯一(就我能见到的而言哈!)用guass编写的DSGE(动态随机一般均衡)模型的程序,包括了动态方程的求解。提供了两种方法,对数线性化和值函数迭代。对大多数动态随机一般均衡模型都是用。我的很多文章都是用的它。-This is the only model with guass DSGE written procedures, including the dynamic equations. Provides two methods, the number of linearization
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:619359
    • 提供者:向修海
  1. asdaxsw

    0下载:
  2. subspace iteration for matrix eigenvalue solutions su bspace iteration for matrix eigenvalue solutions subspace iteration for matrix eigenvalue solutions-subspace iteration for matrix eigenvalue solutions subspace iteration for matrix eigenval
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1643011
    • 提供者:asdazx
  1. mpi

    1下载:
  2. 使用多线程编程,采取和mpi相结合的方式,实现了jacob迭代。分为四个线程执行。文件包含编译后的exe文件,使用MPICH运行即可。运行后显示出来的是截取的10*10的运行结果片段(如果显示1024*1024可能会导致内存消耗过大使得mpich崩溃)。可通过更改steps的数值来观察每次迭代的变化、。-Using multi-threaded programming, adoption and mpi combination to achieve the jacob iteration. Fo
  3. 所属分类:Process-Thread

    • 发布日期:2016-06-23
    • 文件大小:12288
    • 提供者:WingLer
  1. Seidel

    0下载:
  2. 解线性代数方程组的Seidel迭代法的C++实现-Solution of linear algebraic equations of the Seidel iteration method for C++
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:728
    • 提供者:CGQ
  1. xhomol08-fit

    0下载:
  2. Concole aplication for demonstrate iteration line to calculation sal math function, ln, sin cos, tan
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3696
    • 提供者:Tony
  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
    • 文件大小:1058
    • 提供者:guowen
  1. smyhvae005

    0下载:
  2. 雅克比迭代,原始算法,经过运算,非常有用-Jacobi iteration, the original algorithm, after computing, very useful
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1238
    • 提供者:梅亚敏
  1. jacobi

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

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

    0下载:
  2. 雅克比迭代用matlab实现 我是一个初学者 费了我很大的功夫 大家一定要珍惜-Jacobi iteration with matlab realize I' m a beginner cost me a lot of effort we must cherish
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:622
    • 提供者:秦川
  1. fixed-point-iteration-function(nedal)

    0下载:
  2. newten first low for calaculating the error and fitting the curves in numerical methods the method is simple and dont have any computational complexity at first we should guess smart initial condition
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1155
    • 提供者:nedal
« 1 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com