Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - solve
Search - solve - List
newmark算法 能有效的解决动力学有限元分析问题 对初学者有很大的帮助-newmark algorithm can effectively solve the dynamic finite element analysis of a great help for beginners
Update : 2024-05-06 Size : 4096 Publisher : 沈紫乐

用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.
Update : 2024-05-06 Size : 1024 Publisher : chen fly

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

解模块线性方程组, solve modular linear equations, 用到了extended-euclid算法求最大公约数-solve modular linear equations, use extended-euclid to compute the greatest common divisor..
Update : 2024-05-06 Size : 1024 Publisher : yxc

Morlet fourier transform solve
Update : 2024-05-06 Size : 924672 Publisher : cagdas

用牛顿迭代法求解一元二次方程组的解,十分好用-Solve equations
Update : 2024-05-06 Size : 2048 Publisher : colin

解决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.
Update : 2024-05-06 Size : 4096 Publisher : yzz

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

DL : 0
matlab用来解一般线性或者非线性方程的方法及应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
Update : 2024-05-06 Size : 84992 Publisher : sunny

DL : 0
matlab用来解一般线性或者非线性方程的方法及标准应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
Update : 2024-05-06 Size : 84992 Publisher : sunny

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.
Update : 2024-05-06 Size : 82944 Publisher : delin

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

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
Update : 2024-05-06 Size : 4704256 Publisher : bianyali

数值方法解方程组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 )
Update : 2024-05-06 Size : 1024 Publisher : 落木之殇

DL : 0
fortran源代码,线性方程组求解,详细算法代码-fortran code for matrix solve
Update : 2024-05-06 Size : 14336 Publisher : 1

matlab求解抛物方程源程序,包括真值、近似值与误差,最大误差随网格数变化-matlab solve the parabolic equations
Update : 2024-05-06 Size : 10240 Publisher : zhuyi

数值计算里解偏微分方程组的常见函数,非常实用-the general function to solve the partial difference equations
Update : 2024-05-06 Size : 10240 Publisher : zhuwei

DL : 0
JAVA的书籍——HOW TO SOLVE PROBLEM-JAVA books- HOW TO SOLVE PROBLEM
Update : 2024-05-06 Size : 4708352 Publisher : shaoyanan

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

DL : 0
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
Update : 2024-05-06 Size : 3072 Publisher : yang
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.