CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - handle

搜索资源列表

  1. matrixclass

    0下载:
  2. 矩阵类,自己编写,通过较多考验,符合matlab编程习惯,可处理无穷维矩阵和向量-matrices, their preparation, adoption more tests, with Matlab programming habits can handle infinite dimensional matrix and vector
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4968
    • 提供者:程晓峰
  1. bdszh

    0下载:
  2. 偶写了个将中序表达式转化成后序表达式的程序。不过只能对单字符进行操作,现在改良了一下,能够对任意精度的数值进行运算,并且能够处理任意多的括弧(不过我并没有显式的允许输入[]或者{},只要将它们都成()就可以实现[]或者是{}的操作了),由于程序中间有小数点,所以在写成后序的时候,为了以便于区分输入的数据,我用下划线将它们隔离了开来。-even wrote a sequence of Chinese expressions into expressions sequence after the p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4478
    • 提供者:qinzuoyi
  1. FormulaProcessor_beta1_CSharp

    0下载:
  2. 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3687
    • 提供者:jason
  1. toolbox_curve

    0下载:
  2. A toolbox to handle 2D curve and multiresolution representation of curve-A toolbox to handle 2D curve and multiresol ution representation of curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11364
    • 提供者:Tom
  1. CurveFit_Poly

    1下载:
  2. 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use thi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:12786
    • 提供者:bilka
  1. Douglas-PeuckerLineApproximationAlgorithm

    0下载:
  2. When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:429082
    • 提供者:成东
  1. ^^A_big_nu1648259212003

    0下载:
  2. This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=, <=, ==, !=) between 2 numbers, which have quite a lot of number of digits.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3808
    • 提供者:liudm_123456
  1. newtmullt 运用Newton-Raphson方法求解非线性方程(组)

    1下载:
  2. 运用Newton-Raphson方法求解非线性方程(组),该程序同时支持句柄和符号运算- Application of Newton-Raphson method for solving nonlinear equation (s), the program supports both handle and symbol operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:1187
    • 提供者:任俊杰
  1. superlu_3.1.tar

    1下载:
  2. SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perf
  3. 所属分类:Algorithm

    • 发布日期:2015-07-02
    • 文件大小:1956097
    • 提供者:anfangde
  1. polynomials10

    0下载:
  2. This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs) Implemented in ANSI C++ Templates. Handles all real and complex floating p
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2701868
    • 提供者:_tika_
  1. Hash_Table1616057162003

    0下载:
  2. A hash table that stores key/pointer pairs. The table can handle either numbers or strings as keys, you specify which type it is when you create it. When you use strings as the keys, you should store the key permanently yourself somewhere, such as in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:7119
    • 提供者:csp
  1. Maths_eval1965111142006

    0下载:
  2. This program evaluates mathematical expressions to output a single number e.g. 1+1 will give 2. It can handle brackets indices and modulation(rounding) as well and ordinary operators.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2717
    • 提供者:serkan
  1. DataInsert

    0下载:
  2. 三次样条插值程序,可以通过已知的数据点插值出想要的数据值,该插值方法算出的数据曲线不仅可以保证插值点处一阶导数连续,其二阶导数也是连续的,即曲率是连续的,曲线非常光滑,很适合工程人员使用。 该程序的使用方法在压缩包的“使用说明.txt”文件中有具体说明,可同时处理多个数据文件,很实用,也很方便!-Cubic spline interpolation procedure, known data points through out the desired data value interpol
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:2012067
    • 提供者:丁兴志
  1. dtcwt_toolbox4_3

    0下载:
  2. 这个TIMEIT Benchmark用来统计用户算法的性能,只需要将你的函数句柄传递给TIMEIT.M,它就会算出循环次数等。-This TIMEIT Benchmark users for statistical performance of the algorithm, only need to handle your function passed to TIMEIT.M, it will calculate the cycle frequency.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:85428
    • 提供者:苏月
  1. SeeImage

    0下载:
  2. 一个用来处理简单pgm格式的小程序,比如对数变换、指数变换、直方图均衡化等等,功能不多,但是很有用-Pgm format to handle a simple little program, such as log transformation, exponential transform, histogram equalization, etc., function much, but useful
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1836658
    • 提供者:冉金兰
  1. DS03

    0下载:
  2. 稀疏矩阵运算器,实现稀疏矩阵的加法、减法、乘法、和转置运算,有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出-Sparse matrix operations, which realizes the sparse m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1819
    • 提供者:火腿狼
  1. 101115

    0下载:
  2. 有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出 -The input interface (graphical or text interface can be), to distinguish between
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1991
    • 提供者:章人可
  1. rrr

    0下载:
  2. 这篇文章主要解释了如何更好的分配程序的空闲处理,主要讲了onidle函数-This article will explain how to better handle the distribution of free programs, mainly about the onidle function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:574435
    • 提供者:chueng lu
  1. sisl-0.1.0.tar

    0下载:
  2. sisl library to handle sparse equation systems with iterative solver
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:355710
    • 提供者:dystic
  1. light-dark.tar

    0下载:
  2. 数学计算程序库,用来处理矩阵,随机数,傅里叶变换及有限元-Math library to handle the matrix, random number, Fourier transform and finite element
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:24545
    • 提供者:lake
« 12 »
搜珍网 www.dssz.com