搜索资源列表
solvefunction
- 使用matlab解方程的程序,对于方程的求解附有ppt讲解-equation solution using Matlab procedures for the solution of bearing on ppt
Soft20060210160010604
- 工程中很多的地方用到龙格库塔求解微分方程的数值解,龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。 -project many places used for Runge - Kutta numerical solution of differential equations. Runge - Kutta is a very important one, especially in four bands, precision is high.
sanxiang
- 使用本软件,可计算出中小型工程三相短路电流。 若已确认但尚未进行下步计算之前,发现输入的支路类型或数据有误,可单击窗体另行输入。 计算三相短路电流时,请确认短路点编号及对应的网络平均电压。 双击窗体,可以打印出窗体上的图象。但,应将打印机预设为A4纸型,横向打印。 文件打印至硬盘,可用Word软件处理后存档及打印。 本软件不采用通常的网络变换。而先建立电导增广矩阵,解此矩阵即可求出各节点电位以及各支路电压降、电流。之后,方按不同电源类型,分别采用恒定电压或机组运转曲
数值分析2
- 由于一个数值问题的精确解往往事先不知道,而用数值方法求出的计算解的误差又是不可避免的。因此,数值解是否失真,如何判断──即误差问题,成为大家所关心的重要而又困难的问题,本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-as an accurate numerical solution of the problem often did not know in advance,
matrixcode.rar
- 矩阵运算,包括加,减,乘,除,行列式,逆阵的求解,伴随矩阵求解,Matrix operations, including add, subtract, multiply, divide, determinant, inverse matrix to solve, with the matrix solution of
gauss
- 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
Smith
- smith圆图的matlab实现,快速解决一些电阻电容方面的计算-smith circle graph matlab achieve rapid solution to some aspects of resistance capacitance calculation
huisufa01beibao
- 算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出发,以深度优先的方式搜索整个解空间。这个开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处,搜索向纵深方向移至一个新结点。这个新结点就成为一个新的活结点,并成为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向移动,则当前扩展结点就成为死结点。换句话说,
ACATSP
- matlab源程序,用于求解TSP(旅行商)问题-matlab source code for the solution of TSP (TSP) problem
measles
- 解边界条件的微分方程的例子,需要熟悉matlab才行-Solution of the boundary conditions of the differential equations examples need to be familiar matlab Caixing
MultiCore-Programming
- Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
w
- 子集树回溯法 试设计一个用回溯法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。-A subset of the trial design of a backtracking tree with backtracking search a subs
25811211GA
- 演化算法GA的c++实现,以解决某一函数最优解为例-Evolutionary algorithm GA-c++ implementation to solve the optimal solution as an example of a function
MutipleThread
- 解决多个售票员售票,把一张票售给多个乘客的问题,采用多线程同步与互斥解决。-Solve multiple conductor ticket sales, the number of passengers a ticket sold to the problem of multi-thread synchronization and mutual exclusion solution.
cholesky
- 采用乔克利特方法解方程,采用高斯消去法解方程-Qiaokelite method to solve the equation by using Gaussian elimination solution equation
tsp_ga
- tsp的解法 一起研究吧、 让我们都学好matlab-tsp of solution come together to study the
Doolittle
- Doolittle求方程组的解,快速计算,计算物理中有的-Doolittle solution
dongtaiguihua
- 通过使用C++代码编写实现动态规划背包的最优解问题。-By using the C++ coding to achieve the optimal solution of dynamic programming knapsack problem.
Gauss
- gaussian algorithm for parallel solution of linear equations using MPI
Kanade
- mpi solution for the kanade edge detection problem