Welcome![Sign In][Sign Up]
Location:
Search - solve

Search list

[AlgorithmSolve-nonlinear-equation

Description: newmark算法 能有效的解决动力学有限元分析问题 对初学者有很大的帮助-newmark algorithm can effectively solve the dynamic finite element analysis of a great help for beginners
Platform: | Size: 4096 | Author: 沈紫乐 | Hits:

[SCMc-to-solve-coin-problem

Description: 用c语言程序解决3次称硬币问题。具体,12个硬币中有一个是假币,假币可能比真币重也可能比真币轻,只用3次称量找出假币。-C language program to solve the said coin. Specifically, 12 coin is a counterfeit money, counterfeit money than the real coin weight may also be lighter than the real coin, used only 3 times weighing to identify counterfeit money.
Platform: | Size: 1024 | Author: chen fly | Hits:

[matlabSolve-the-equation

Description: 运用matlab求解一般代数方程、线性方程组、线性微分方程、非线性微分方程的源代码-Using matlab to solve common algebraic equations, linear equations, linear differential equation and nonlinear differential equation of source code
Platform: | Size: 89088 | Author: 王菲茵 | Hits:

[matlabSolve-Modular-Linear-Equations

Description: 解模块线性方程组, solve modular linear equations, 用到了extended-euclid算法求最大公约数-solve modular linear equations, use extended-euclid to compute the greatest common divisor..
Platform: | Size: 1024 | Author: yxc | Hits:

[Software EngineeringMorlet-fourier-transform-hand-solve

Description: Morlet fourier transform solve
Platform: | Size: 924672 | Author: cagdas | Hits:

[AlgorithmSolve-equation

Description: 用牛顿迭代法求解一元二次方程组的解,十分好用-Solve equations
Platform: | Size: 2048 | Author: colin | Hits:

[JSP/JavaSolve-the-Chinese-garbled

Description: 解决jsp页面中文乱码问题,将获取的数据通过string的构造方法使用指定的编码类型重新构造一个string对象即可正确地显示出中文信息。-Solve the problems of jsp page Chinese garbled data obtained by the string constructor to specify the encoding type to re-construct a string object to correctly display the Chinese information.
Platform: | Size: 4096 | Author: yzz | Hits:

[AI-NN-PRgenetic-optimization-to-solve-TSP

Description: 人工智能遗传算法优化解决TSP问题,很好用的代码-Artificial intelligence, genetic algorithm optimization to solve the TSP problem, a good code
Platform: | Size: 126976 | Author: 陈唐龙 | Hits:

[matlabsolve

Description: matlab用来解一般线性或者非线性方程的方法及应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
Platform: | Size: 84992 | Author: sunny | Hits:

[matlabsolve-equation

Description: matlab用来解一般线性或者非线性方程的方法及标准应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
Platform: | Size: 84992 | Author: sunny | Hits:

[matlabHow-Use-ODE45-to-solve-Boundary-Value-ODE

Description: In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.-In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
Platform: | Size: 82944 | Author: delin | Hits:

[Bio-Recognizesolve-Tsp-problem-with-ACO-Algorithm

Description: 用蚁群优化算法解决TSP问题,给定core set,只是编号不同,做同样的任务序列,发现结果不同;也是存在正相关-Solve the TSP Problem with ant colony Optimization algorithm
Platform: | Size: 34816 | Author: Brent Lee | Hits:

[Consolesolve-the-equation-root

Description: Dichotomy method to solve the equation root Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "二分法求解方程的根", "二分法求解方程的根\二分法求解方程的根.vcxproj", "{D9669C97-34C5-4009-81AD-5BDCB68CCCE2}" EndProject-Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "二分法求解方程的根", "二分法求解方程的根\二分法求解方程的根.vcxproj", "{D9669C97-34C5-4009-81AD-5BDCB68CCCE2}" EndProject
Platform: | Size: 4704256 | Author: bianyali | Hits:

[matlabNumerical-method-solve-equations

Description: 数值方法解方程组AX=B(LU分解),过程分3步,首先,分解系数矩阵A=LU,然后,解LY=B,最后再求UX=Y 另一种是直接求解的(2.1)-Numerical method to solve the equations AX = B (LU decomposition), 3 step process, first of all, the decomposition of the coefficient matrix A = LU, then, Xie LY = B, and finally seek UX = Y another directly solving (2.1 )
Platform: | Size: 1024 | Author: 落木之殇 | Hits:

[AlgorithmMAtrix-solve

Description: fortran源代码,线性方程组求解,详细算法代码-fortran code for matrix solve
Platform: | Size: 14336 | Author: 1 | Hits:

[matlabmatlab-solve-the-parabolic-equations

Description: matlab求解抛物方程源程序,包括真值、近似值与误差,最大误差随网格数变化-matlab solve the parabolic equations
Platform: | Size: 10240 | Author: zhuyi | Hits:

[Algorithmthe-general-solve-of-PDE-function

Description: 数值计算里解偏微分方程组的常见函数,非常实用-the general function to solve the partial difference equations
Platform: | Size: 10240 | Author: zhuwei | Hits:

[JSPHow-to-solve-it

Description: JAVA的书籍——HOW TO SOLVE PROBLEM-JAVA books- HOW TO SOLVE PROBLEM
Platform: | Size: 4708352 | Author: shaoyanan | Hits:

[Algorithmsolve-equation

Description: 解决一般的线性方程组,其中包含希尔伯特消元法和高斯隐式消元法两种方法。-Solve a generally linear equations, which contains two methods in Hilbert elimination method and Gauss implicit elimination method.
Platform: | Size: 109568 | Author: 李鹏程 | Hits:

[Othersolve-the-TSP

Description: E:\学习\人工智能\禁忌搜索 +opt解决TSP问题\禁忌搜索+opt解决TSP问题 含测试数据-E: \ learning \ Artificial Intelligence \ tabu search \ taboo search to+opt for to solve the TSP \ taboo search to+opt for to solve the TSP
Platform: | Size: 3072 | Author: yang | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net