CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 求解方程

搜索资源列表

  1. AVE_INT

    0下载:
  2. 作用:求解绝对值方程的区间方法 计算A(奇异值大于1)的绝对值方程的解; 区间算法; 构造A元素在[-10,10]之间,x在[-1,1] x0是区间; 需要计算A的奇异值 先生成含解的x0区间向量-Role: solving absolute value equations interval method A (singular value greater than 1) the absolute value equation interval algorit
  3. 所属分类:Software Testing

    • 发布日期:2017-11-28
    • 文件大小:719
    • 提供者:sandy
  1. aveshang

    0下载:
  2. 基于极大熵函数,对绝对值方程求解 ,主要利用牛顿型算法-Based on the maximum entropy function of the absolute value equation solving
  3. 所属分类:Software Testing

    • 发布日期:2017-12-09
    • 文件大小:682
    • 提供者:sandy
  1. nnewton

    0下载:
  2. 用非光滑牛顿算法求解绝对值方程 用非光滑牛顿法计算f=Ax-|x|-b的零点; f_是f的光滑函数; by wax; 终止条件为 ||f(xk)||<1e-6 -Non-smooth Newton algorithm for solving the absolute value equation with non-smooth Newton method f = Ax-| x |-b zero f_ is a smooth function of f by w
  3. 所属分类:Software Testing

    • 发布日期:2017-11-10
    • 文件大小:1071
    • 提供者:sandy
  1. psoalgorithms

    0下载:
  2. 求解0-1二次规划的粒子群算法 先将离散的0-1变量约束转化成了不光滑方程的约束,再用磨光函数方法对其光滑化。最终,把原来的数学模型转化为可微的非线性规划问题。最后,粒子群优化算法求解-0-1 first discrete particle swarm algorithm for solving 0-1 quadratic programming variable constraint transformed into smooth equations and constraints, it
  3. 所属分类:Software Testing

    • 发布日期:2017-12-02
    • 文件大小:2077
    • 提供者:sandy
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. frmSolve

    0下载:
  2. 计算流体力学习题 程序软件,vb编写!非定常热传导方程初边值的有限差分求解-Computational fluid dynamics exercises program software, vb prepared! Non-stationary finite difference method for transient heat conduction equation initial and boundary value
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:1698
    • 提供者:liuzeqing
  1. matlab-for-differential-equations

    0下载:
  2. 常微分方程的初值问题与偏微分方程的数值求解问题-Initial value problems for ordinary differential equations and partial differential equations numerical solving problems
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:18674
    • 提供者:郭晓晴
  1. matlab-algorithm-highlights

    0下载:
  2. matlab常用算法集锦,包括各种微分方程求解方法及函数、矩阵、随机数的求解-matlab commonly used algorithm highlights, including a variety of differential equation solving methods and functions, matrix, random numbers to solve
  3. 所属分类:software engineering

    • 发布日期:2017-11-04
    • 文件大小:126209
    • 提供者:郭晓晴
  1. Matrix

    0下载:
  2. 关于如何利用高斯列主元法求解矩阵方程。 同时涉及元素取自于有限域上的方程。-Matrix solution
  3. 所属分类:Software Testing

    • 发布日期:2017-11-24
    • 文件大小:2394
    • 提供者:quyuben
  1. park

    0下载:
  2. 迷宫数据结构de 迷宫方程实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序-De labyrinth maze data structure equations for the realization of a linked list storage structure of the stack type, and then write a program to solve a maze of non-recursive
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:565522
    • 提供者:郭晓锋
  1. analysis-of-harminic-distortion-

    0下载:
  2. 计算是由各谐波源节点的注入谐波电流通过该谐波网的网络方程求解各节点谐波电压,各谐波源的谐波电流由该节点的电压和谐波源特性确定。-Mainly talk about the harmonic levels in distribution system
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:337343
    • 提供者:shouzi
  1. least_square_method1

    0下载:
  2. 多项式函数具有较好的微分属性,用多项式函数去拟合未知的较复杂的函数,以最小二乘来确定最佳的多项式函数,进而求解微分方程-Differential polynomial function has good properties of the unknown polynomial function to fit the more complex functions, in order to determine the best least squares polynomial function, t
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:1545
    • 提供者:lu
  1. GA

    0下载:
  2. 遗传算法的程序,主要用于算法优化和多线方程求解-Genetic algorithm procedures
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:216063
    • 提供者:王薇
  1. saf

    0下载:
  2. 基于MATLAB的非线性薛定谔方程求解,文献资料-matlab to solve NLSE
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:480476
    • 提供者:Cris King
  1. orr-sommerferld-Phd_thesis

    1下载:
  2. 飞行器附面层转捩稳定性问题求解 Orr-Sommerfeld方程 -Orr-Sommerfeld equation
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1849465
    • 提供者:yangxintie
  1. matlab

    0下载:
  2. matlab相关的程序,包括求解常微分方程、偏微分方程,绘制直方图-Matlab related procedures, including the solution of ordinary differential equations, partial differential equations, the histogram drawing etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:61215
    • 提供者:萧寒
  1. Chicken

    0下载:
  2. 百元买百鸡问题,用vc++求解。x、y和z分别表示公鸡、母鸡和小鸡的个数,满足方程x + y + z = 100。-One hundred yuan to buy the chicken, with vc++. X, y, and z respectively said the cock and the hen and the number of chickens, satisfy the equation x+ y+ z = 100.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:525
    • 提供者:baifuk
  1. Lyapunov-exponent

    0下载:
  2. 常微分方程系统下,利用程序求解李雅普诺夫指数-Solving differential equations system under constant Lyapunov exponent
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:236302
    • 提供者:zhangxiaoqin
  1. spectral_methods

    0下载:
  2. 这是一个介绍课程谱方法求解 偏微分方程(pde)。 我们将提供一些基本的 理论 结果光谱近似以及实用的算法 实现光谱方法。 我们将特别强调如何 设计高效、精确的光谱算法求解pde 当前的兴趣。-This is an introduction course on spectral methods for solving partial differential equations (PDEs). We shall present some basic theoretical results on
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:14592
    • 提供者:gznu
  1. N-S

    0下载:
  2. 二阶迎风型TVD差分格式求解一维可压缩黏性流动问题N-S方程(FORTRAN语言版本) -Second-order upwind TVD Difference Scheme for Solving the one-dimensional compressible viscous flow problems NS equation (FORTRAN language version)
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2250
    • 提供者:杜柯
« 1 23 »
搜珍网 www.dssz.com