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

搜索资源列表

  1. FEM-Dynamic

    1下载:
  2. 有限元法动力学问题(可以实现直接积分求解动态响应,也可以实现利用反迭代法求解振型)。-Dynamics of the finite element method (direct integration solution can achieve dynamic response can also be achieved using the inverse iteration method for solving vibration mode).
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:268604
    • 提供者:hoyhot
  1. caodianwei

    0下载:
  2. 运用有限差分法和超松弛迭代法求解金属槽槽内各个离散节点电位数值解-Combining the finite difference method( FDM) with over-relaxation iteration to solving the potential of each discrete nodes in the metal slots
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:685
    • 提供者:张锦军
  1. Iteration

    0下载:
  2. 金相图片颗粒边界的提取及合并图片内容和边界信息-Metallography grain boundary extraction and merging picture content and boundary information
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-17
    • 文件大小:945
    • 提供者:Mr. Peng
  1. segment

    0下载:
  2. this program is for evaluating the angle subtended in the segment of a circle. It does this by iteration until the value converges.
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:9573
    • 提供者:Kareem/Ableman
  1. CALC_SBR_SYNFILTERBANK.RAR

    0下载:
  2. Optimize code by calculating two correlation per iteration of the outer loop. Include all pre-processor statements here. Include conditional compile variables also. -Optimize code by calculating two correlation per iteration of the outer loop. Inc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:3380
    • 提供者:cangyinxang
  1. calc_cor

    0下载:
  2. Optimize code by calculating two correlation per iteration of the outer loop. -Optimize code by calculating two correlation per iteration of the outer loop.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:2627
    • 提供者:gengziunong
  1. Newton-iterative

    0下载:
  2. 计算方法中一种牛顿迭代法的算法,C程序代码-Calculation method one kind Newton iteration algorithm, C code
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:991
    • 提供者:laviequev
  1. NEWTON

    0下载:
  2. 求解非线性方程的经典迭代方法牛顿迭代法matlab程序源代码m文件-Solving nonlinear equations of classical Newton iteration iterative method source code matlab m file
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:595
    • 提供者:juzi
  1. FAST-ICA

    0下载:
  2. 1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1150
    • 提供者:liu xp
  1. FAST-ICA11

    0下载:
  2. 1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1168
    • 提供者:liu xp
  1. particle-swarm--genetic-algorithm

    0下载:
  2. matlab程序(粒子群,遗传算法,牛顿迭代)-matlab program (particle swarm, genetic algorithm, Newton iteration)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:103380
    • 提供者:杨超
  1. tsp_logaritmik

    0下载:
  2. Solving traveling salesman problem using hopfield neural network aproach. Iteration stop when network reach stable state. In here stable state represents as diff between current energy and previous one, which less than 0.0000001. Code in matlab,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2044
    • 提供者:putihsalju
  1. numerical-analysis

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

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

    0下载:
  2. OFDM功率分配算法仿真,他是基于非合作博弈论的,通过循环迭代实现-OFDM power allocation algorithm simulation, he is based on non-cooperative game theory, achieved through iteration
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:26712
    • 提供者:陈东东
  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. text5

    0下载:
  2. 激光FOX—Li迭代运算,通过GUI界面输入不同的数据得到不同的输出结果-Laser FOX-Li iteration through the GUI interface to enter the type of the output data is different
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2891
    • 提供者:李瑞东
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com