CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - pivot

搜索资源列表

  1. shuzhifenxi

    0下载:
  2. 里面是例题,Gauss消元法,Gauss列主元消元法,平方根法,追赶法,SOR法求方程组的根-There are examples, Gauss elimination method, Gauss elimination method pivot column, the square root law, pursuit method, SOR Method root equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:332000
    • 提供者:amma
  1. windows-1256__matlabdz

    0下载:
  2. La Methode du pivot de gauss MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:128203
    • 提供者:trabsouf
  1. Desktop1

    0下载:
  2. 1.机械轴的转动模拟,轴随着支点缓慢转动 2.自动更改照片大小比例-1. Mechanical axis of rotation simulation, the slow axis of rotation with the pivot 2. Automatically change the picture size ratio
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:1622
    • 提供者:渔业人
  1. sortQuick

    0下载:
  2. Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists. The steps are: Pick an element, called a pivot, from the list. Reorder the list so that all elements with values less than the pivot come before the
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:6355
    • 提供者:Mahmoud
  1. pivotTable.png

    0下载:
  2. this the temp file for the design of pivot table view-this is the temp file for the design of pivot table view
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:29791
    • 提供者:Naren
  1. jiefangcheng

    0下载:
  2. 求解线性方程组的几种方法:高斯列主元、高斯塞德尔迭代法-Solving linear equations in several ways: column pivot Gauss, high Sise del iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1888
    • 提供者:崔深
  1. Gauss

    0下载:
  2. 使用VC6.0实现解线性方程组的Gauss列主元消去法,算法设计简单,有效,采用地址传递参数-VC6.0 implement solutions using linear equations of the Gauss elimination pivot column, algorithm design simple, effective, pass parameters by address
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1326
    • 提供者:landon
  1. Gauss

    0下载:
  2. 求线性方程组的列主元Gauss消元法,基于MATLAB开发-Linear Equations of the column pivot Gauss elimination method, developed based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:807
    • 提供者:王昆
  1. GAUSS

    0下载:
  2. 高斯列主元求解线性方程组,本人自己编写,供大家参考,请多多指教-Gauss pivot column
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:658
    • 提供者:李涛
  1. Quick-sort

    0下载:
  2. Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists. The steps are: Pick an element, called a pivot, from the list. Reorder the list so that all elements with values less than the pivot come before the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1180
    • 提供者:irisrd
  1. Decision-Analysis-Module

    0下载:
  2. 此模块实现了对数据库数据以透视表、统计表、图片形式显示给用户-This module implements the pivot table data to the database, tables, pictures, displayed to the user
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:698708
    • 提供者:天赐
  1. gaosi

    0下载:
  2. 用c++实现高斯列主元消去法,并可实际进行运算-C++ implementation using Gaussian elimination pivot column, and the actual conduct of operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1191
    • 提供者:anweizh
  1. gauss_original

    0下载:
  2. 本源代码是数值计算方法的列主元高斯消去法。-Source code is a numerical method of Gaussian elimination pivot column.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:726
    • 提供者:liu
  1. quicksort_random

    0下载:
  2. 快速排序,使用随机哨兵 void quickSort(int numbers[], int array_size) void q_sort(int numbers[], int left, int right) -quicksort by means of random pivot void quickSort(int numbers[], int array_size) void q_sort(int numbers[], int left, int right)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:639
    • 提供者:寻常
  1. Gauss-lzyxq

    0下载:
  2. 数值分析基于Matlab环境下的Gauss列主元消去法源代码-Numerical analysis based on Matlab environment Gauss elimination pivot column source code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2552
    • 提供者:Hades
  1. Gauss

    0下载:
  2. 线性方程组的列主元Gauss消去法,可以直接调用的,-Linear equations of Gauss elimination pivot column
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:753
    • 提供者:王在林
  1. calc-4

    0下载:
  2. excel上创建新的菜单以及透视表的实现-excel on the menu and create a new pivot table to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:31387
    • 提供者:duanduan6055
  1. Typical-methods-for-linear-equations

    0下载:
  2. 解线性方程组的直接法(标准数值算法),包括高斯消去法程序、列主元高斯消去法程序、LU分解以及用LU分解求线性方程组、Cholesky分解以及用Cholesky分解求线性方程组、改进的Cholesky分解以及用改进的Cholesky分解求线性方程组、解三对角方程的追赶法。全部为本人原创程序,且全部经过测试无误。共9个MATLAB程序。程序内部含详细注释。-Solving linear equations of the direct method (standard numerical algori
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:14599
    • 提供者:huyunq
  1. getPoints

    0下载:
  2. Basis point, 1/100 of one percent, denoted bp, bps, and ‱ Pivot point, a price level of significance in analysis of a financial market that is used as a predictive indicator of market movement Point (mortgage), a percentage sometimes refe
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:941
    • 提供者:KIM JUNG HYUN
  1. cmath

    0下载:
  2. 选择Cramer算法Gauss列主元Gauss全主元组及Doolittle算法解方程组-Select the pivot column Cramer Gauss algorithm Gauss pivot the whole group and Doolittle algorithm for solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:9849
    • 提供者:shaw
« 1 2 34 5 6 »
搜珍网 www.dssz.com