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

搜索资源列表

  1. numerical-analysis

    0下载:
  2. 高斯-塞德尔迭代、拉格朗日差值、牛顿法、四阶龙格库塔 与数值分析有关的公式-Gauss- Seidel iteration
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2235
    • 提供者:stephnie
  1. jacobi

    0下载:
  2. 雅可比迭代法的C++代码,最简单的迭代法求解方程组-jacobi iteration method C++ code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:6922
    • 提供者:wangchao
  1. jacobi91

    0下载:
  2. CUDA编程,GPU编程实现雅可比迭代法。GPU并行求解方程组迭代的解-CUDA programming, GPU programming Jacobi iteration. GPU parallel iterative solution for solving equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1102
    • 提供者:wangchao
  1. Maze

    0下载:
  2. 基于PRIM算法的迷宫生成,并用迭代的方式寻找迷宫路径,可以设置多出口多入口。可以用TXT文件输入迷宫,也可以生成迷宫TXT文件。-PRIM-based maze generating algorithm and finding the maze s path by iteration, you can set up multiple export multiple entrances. you can enter the maze by txt files,and also generate
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:8824
    • 提供者:lewis
  1. Gauss-seidel-solutions

    0下载:
  2. 运用高斯-赛德尔迭代公式求解线性方程组,自己定义方程组-Using Gauss- Seidel iteration formula for solving linear equations, their definition equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:926
    • 提供者:纪成
  1. C_Lauguage

    0下载:
  2. 用雅克比迭代公式,求解线性方程组的近似解。-With Jacobi iteration formula for solving linear equations approximate solution.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:178733
    • 提供者:刘冬
  1. zhengshufenlei

    0下载:
  2. 按照下面方法对整数x进行分类:如果x是一个个位数,则x属于x类;否则将x的各位上的数码累加,得到一个新的x,依次迭代,可以得到x的所属类。比如说24,2+4=6,则24的类别数是6;39,3+9=12,1+2=3,则39的类别数是3。输入 每行输入一个非负整数n,n的位数<500,n为0时结束。输出 每行输出对应整数的分类数。-In accordance with the following methods for integer x classification: if x is a n
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:687
    • 提供者:
  1. K_Means_image_compression

    0下载:
  2. - K means algorithm is performed with different initial centroids in order to get the best clustering. - The total cost is calculated by summing the distance of each point to its cluster centre and then summing over all the clusters.Based on the mi
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1260618
    • 提供者:Giang
  1. b0b1b2b3

    0下载:
  2. 实现求线性回归方程的参数使用的是牛顿迭代法-Seeking to achieve the parameters of the linear regression equation using a Newton iteration
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:32496
    • 提供者:fdrong
  1. hanshu

    0下载:
  2. MATLAB中用C语言编写的S函数,牛顿迭代法-Using C language MATLAB S-function, Newton iteration
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1780
    • 提供者:wangjr
  1. Niudun

    0下载:
  2. 牛顿迭代法方程,可以计算出牛顿迭代法的结果-Newton iteration equation, we can calculate the result of Newton iteration
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:410392
    • 提供者:吉心
  1. libibsimu-1.0.4

    0下载:
  2. 离子束模拟求解器,能求解空间电荷力,及求解弗拉索夫方程-Ion Beam Simulator,Space charge density calculation from the trajectories . 4. Vlasov iteration using features 1 to 3
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:937590
    • 提供者:hjas
  1. icml2010-code(2)

    0下载:
  2. Power Iteration Clustering projection Input: W - row-normalized affinity matrix v0 - starting vector conv - convergence threshold maxit - maximum number of iterations Output: vt - 1-d PIC embedding i - iterations ran
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:10127
    • 提供者:daniel
  1. Newton-Yacobi

    0下载:
  2. 牛顿迭代.雅克比迭代求方程近似解C语言算法实现。数值计算方法中常用-Newton iteration. Jacobi iteration approximate solution of equation C language algorithm. Commonly used numerical method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3432
    • 提供者:张国力
  1. test

    0下载:
  2. 用C语言实现对迭代法,二分法查找和两者的递归形式的时间复杂度的测试-in c language,test the time complexity of binary and iteration search and their recursion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:9615
    • 提供者:shawee
  1. PSOPC

    0下载:
  2. 粒子群算法的智能优化,PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解-Particle swarm intelligence optimization, PSO algorithm is an evolutionary algorithm, and genetic algorithm similarity, it is also starting from a random solution, find the optimal solution by it
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:1164
    • 提供者:王艳琴
  1. matlab

    1下载:
  2. matlab代码 迭代法求解非线性方程 用不动点迭代法求非线性方程组的一个根-matlab code iterative method for solving nonlinear equations using fixed point iteration method for solving nonlinear equations of a root
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:12806
    • 提供者:李建军
  1. TimeComplex

    0下载:
  2. 递归、迭代时间复杂度分析,可结合Excel绘制图像-Recursion, iteration time complexity analysis can be combined with Excel rendering image
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1253
    • 提供者:朱金梦
  1. cubic-function

    0下载:
  2. 用牛顿迭代法编写二次函数 用牛顿迭代法编写二次函数-Write the quadratic function by the Newton iteration method
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:76676
    • 提供者:张文瑞
  1. quadratic-function

    0下载:
  2. 用牛顿迭代编写二次函数 -Written in Newton iteration quadratic function
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:78144
    • 提供者:张文瑞
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com