CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - iteration
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - iteration - List
[
CSharp
]
共轭梯度法
DL : 0
上述算法的④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)终止准则为H终止准则-above algorithm output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (in terms of) the termination criteria for the termination criteria H
Date
: 2008-10-13
Size
: 10.53kb
User
:
洪男
[
CSharp
]
惩罚函数法
DL : 0
④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)- output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (to run)
Date
: 2008-10-13
Size
: 13.24kb
User
:
洪男
[
CSharp
]
yagao
DL : 0
雅可比迭代法 高斯迭代法 中国矿业大学计算机学院 计算方法实验三-Jacobi iteration Gaussian iteration of China University of Mining Institute computer calculation experiment 3
Date
: 2008-10-13
Size
: 3.72kb
User
:
fisherman
[
CSharp
]
algorithm_using_c
DL : 0
一些算法的c语言实现,对数学建模的读者非常有用,例如牛顿插值,牛顿迭代等-some algorithm in C Language for Mathematical Modeling of readers very useful, such as Newton's interpolation, such as Newton iteration
Date
: 2008-10-13
Size
: 8.37kb
User
:
lisa
[
CSharp
]
SOR
DL : 0
超松弛法(SOR迭代)c语言源程序代码,很有用. 对学者计算帮助很大.-Overrelaxation (SOR iteration) c language source code useful. The scholars of great help.
Date
: 2008-10-13
Size
: 2.14kb
User
:
肖青顺
[
CSharp
]
共轭梯度法
DL : 0
上述算法的④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)终止准则为H终止准则-above algorithm output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (in terms of) the termination criteria for the termination criteria H
Date
: 2026-01-01
Size
: 10kb
User
:
洪男
[
CSharp
]
惩罚函数法
DL : 0
④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)- output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (to run)
Date
: 2026-01-01
Size
: 13kb
User
:
洪男
[
CSharp
]
yagao
DL : 0
雅可比迭代法 高斯迭代法 中国矿业大学计算机学院 计算方法实验三-Jacobi iteration Gaussian iteration of China University of Mining Institute computer calculation experiment 3
Date
: 2026-01-01
Size
: 3kb
User
:
fisherman
[
CSharp
]
algorithm_using_c
DL : 0
一些算法的c语言实现,对数学建模的读者非常有用,例如牛顿插值,牛顿迭代等-some algorithm in C Language for Mathematical Modeling of readers very useful, such as Newton's interpolation, such as Newton iteration
Date
: 2026-01-01
Size
: 8kb
User
:
lisa
[
CSharp
]
newton
DL : 0
用C语言实现的牛顿迭代法解线N阶方程的程序,并附有实验报告-Using C language to achieve the Newton iteration solution line N-order equation of the procedures, together with the experimental report
Date
: 2026-01-01
Size
: 871kb
User
:
sjj
[
CSharp
]
munituihuo
DL : 0
模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimization problems, the internal energy E is modeled as the objective function value f, temperature T evolved into control parameter t, that is to be solutions of combinatorial optimization problems simulated annealing algorithm: from the initial solution i and control the parameters of the initial value t begin to repeat the current solution, " to generate new solutions of differential → → calculation of the objective function to accept or give up," iteration, and gradually decay t values, the algorithm is terminated shall be derived from the current approximate solution of the optimal solution
Date
: 2026-01-01
Size
: 1kb
User
:
rain
[
CSharp
]
lab_6
DL : 0
中科大计算方法实验 编写gauss-seidel迭代和SOR迭代的通用程序-Experimental preparation of USTC method gauss-seidel iteration and SOR iterative general program
Date
: 2026-01-01
Size
: 2kb
User
:
刘亮明
[
CSharp
]
jisuanqi
DL : 0
在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer. Note that during the time division operation need to consider whether the denominator is zero. In the main function, call the appropriate function can be realized operation, the final output.
Date
: 2026-01-01
Size
: 4kb
User
:
lhf
[
CSharp
]
jisuanqichengxuoo
DL : 0
在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer. Note that during the time division operation need to consider whether the denominator is zero. In the main function, call the appropriate function can be realized operation, the final output.
Date
: 2026-01-01
Size
: 4kb
User
:
lhf
[
CSharp
]
chip_pathfinder
DL : 0
在谈判阻塞算法在电路设计中的应用,该算法不断迭代直到不存在被使用一次以上的路由资源。在每一次迭代过程中,先删除每个线网,然后根据最小化成本函数的原则重新布线-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, delete every line network, and then minimize the cost function according to the principle of re-wiring
Date
: 2026-01-01
Size
: 69kb
User
:
hello
[
CSharp
]
1
DL : 0
10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 of the algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton iteration, Newton- Cortez, Jacques, Qinjiu Zhao, power law, high Si Se Del
Date
: 2026-01-01
Size
: 8kb
User
:
zhaobiao
[
CSharp
]
wuziqi
DL : 0
人工智能五子棋,采用多层迭代。可以预测10步。-Artificial Intelligence backgammon, multilevel iteration. Can predict the 10 steps.
Date
: 2026-01-01
Size
: 6.69mb
User
:
ljf
[
CSharp
]
6
DL : 0
迭代语句的使用 跳转语句的使用 选择语句的使用-Use select statement iteration statement using a jump statement
Date
: 2026-01-01
Size
: 252kb
User
:
王建玲
[
CSharp
]
iteration-method
DL : 0
解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 -Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method
Date
: 2026-01-01
Size
: 1kb
User
:
纪成
[
CSharp
]
Gauss-seidel-solutions
DL : 0
运用高斯-赛德尔迭代公式求解线性方程组,自己定义方程组-Using Gauss- Seidel iteration formula for solving linear equations, their definition equations
Date
: 2026-01-01
Size
: 1kb
User
:
纪成
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.