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

Search list

[Otherhighflybird-solve

Description: autolisp编写的解决一元线性方程的程序,用了3种方法。-autolisp prepared solve a linear equation procedures used three methods.
Platform: | Size: 10765 | Author: highflybird | Hits:

[Other resourcehow-to-solve-cn

Description: Book: how to solve it, Chinese version
Platform: | Size: 818947 | Author: Jeff | Hits:

[BooksHow To Solve It

Description: How To Solve It中文版,众多牛人推荐之作。
Platform: | Size: 826812 | Author: yj456456 | Hits:

[matlabIHB solve Duffing

Description: IHB solve Duffing equations
Platform: | Size: 707 | Author: 295062026@qq.com | Hits:

[Windows Develop[_Equation183721162005

Description: These program can solve first and second degree polynomial equation. It evens works when the roots are complex numbers(when delta is a negative value).
Platform: | Size: 2048 | Author: 陆俊 | Hits:

[Windows Developtbb

Description: 单纯形法c++编程,以解决运筹学中线性规划问题,程序简单明了,对于初学者来说是一个很不错的选择-Simplex Method c programming, operations research to solve linear programming problems, procedures simple and clear, for a newcomer is a very bad choice
Platform: | Size: 1024 | Author: 涂宝标 | Hits:

[matlab实验4-微分方程

Description: 用欧拉方法和龙格-库塔方法求微分方程数值解,画出解的图形,对结果进行比较分析。-using Euler method and RK method to solve the differential equations ,ploting the graph of the solution, compare and analyze the solutions
Platform: | Size: 100352 | Author: 葛林 | Hits:

[Documents逢山开路模型

Description: 在本问题的求解中,修桥和挖隧道是两个相类似的求解过程,我们将求解过程分为两个部分:第一、对河岸边一固定点 ,将桥修在 处时,求解由起始点 到经固定点 到居民点 的最短路线。第二、如何确定 的位置,使得总路线的费用最小。我们分别用了两个模型来进行这两部分内容的求解。模型一、针对坡度的限制,利用小区域内的局部最优来达到全局最优。模型二、列出点 有一定的位移时,可以减少的费用 的函数方程,然后利用河岸附近等高线较紧密,公路不能沿偏离等高线方向前进的特性,求出减少的费用 的条件极值,从而确定最佳修桥地点 。最后,我们利用模型一、二的原理对隧道部分的公路做了同样的优化设计,然后得出总的修路费用估计为324万元,较合理。最后,我们对整个做法的误差及合理性做了分析。-in solving this problem, building bridges and two tunnels are dug similar to the solution process, we will be solving process is divided into two parts : the first, on the banks of the river a fixed point of the bridge repair in the Department, from the starting point to solve by the fixed point to settlements in the shortest routes. Second, how to determine the location, making the cost of the smallest general line. We were using the two models, both part of the solution. One model, the slope of the restrictions against use of the local small areas to achieve optimum global optimum. Model 2, listing a certain point of displacement, can reduce the cost of the equation, and then using the riverbank near the contours more closely, not along the highway from contour direction of the character
Platform: | Size: 194560 | Author: 李凌 | Hits:

[matlabsa_tsp1.m

Description: 模拟退火算法解决stp问题的例程,直接运行即可,可以通过改变参数得到不同的图。-simulated annealing algorithm to solve the problem stp routines, can be run directly. by changing the parameters can be different plans.
Platform: | Size: 1024 | Author: 刘惠 | Hits:

[Proxy Serveracs_TSP

Description: 蚁群算法VB源代码,解决TSP问题的程序,有多种TSP问题解答!-Ant Algorithm VB source code to solve the TSP process, a number of TSP answer!
Platform: | Size: 51200 | Author: 叶小勇 | Hits:

[AlgorithmmatlabcodesofIterativeMethodsforLinearandNonlinear

Description: This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for Linear and Nonlinear Equations》, and there are totally 21 M files, which can solve most of linear and nonlinear equations problems. -This folder contains all the codes based on Matlab Language for the book
Platform: | Size: 24576 | Author: 宏姬 | Hits:

[Otherhighflybird-solve

Description: autolisp编写的解决一元线性方程的程序,用了3种方法。-autolisp prepared solve a linear equation procedures used three methods.
Platform: | Size: 10240 | Author: highflybird | Hits:

[Graph programBPnetwork_xor

Description: 用vc++实现的BP神经网络解决异或问题的源代码。非常经典。-Using vc realize the BP neural network to solve XOR problem
Platform: | Size: 88064 | Author: wxr | Hits:

[AlgorithmTDST_0

Description: 一个时滞系统的工具箱,可以求解线性,非线性时滞系统的状态响应,阶跃响应等-A time-delay systems toolbox, you can solve the linear, nonlinear time-delay system of state response, step response, etc.
Platform: | Size: 178176 | Author: ygtang | Hits:

[Algorithmgauss.c

Description: Using Gaussian elimination to solve linear equations.
Platform: | Size: 1024 | Author: 张琦 | Hits:

[Algorithmgauss2.c

Description: Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in C are stored in // row-major order.
Platform: | Size: 1024 | Author: 张琦 | Hits:

[Algorithmemd

Description: 谱域法求解电磁场扩散方程的Fortran程序 A working example of solving the electromagnetic diffusion equation using a spectral method-Spectral domain method to solve electromagnetic field diffusion equation Fortran procedure A working example of solving the electromagnetic diffusion equation using a spectral method
Platform: | Size: 14336 | Author: danielwood | Hits:

[Otherhow-to-solve-cn

Description: Book: how to solve it, Chinese version
Platform: | Size: 818176 | Author: Jeff | Hits:

[OtherMatlab中solve函数用法详解

Description: 这是关于MATLAB中solve函数用法的简答介绍(This is about the usage of solve MATLAB function in simple introduction)
Platform: | Size: 10240 | Author: Sophia007 | Hits:

[Otherhelp solve

Description: solve的help文,感觉例子比语言更容易理解(The solve function's help file, I feel that the example may be more understandable)
Platform: | Size: 11264 | Author: 海阔天空66 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net