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

搜索资源列表

  1. multiBigNumber

    0下载:
  2. 数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:jimmy212
  1. ArrayMalloc

    0下载:
  2. 用VC实现了动态数组分配的 包括所有源代码-with VC dynamic array allocation, including all source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:171550
    • 提供者:陈天胜
  1. julijuzhen

    0下载:
  2. 利用元包数组来存放计算过程的结果,利用matlab实现多元统计学中的聚类算法(计算距离矩阵)。-million packets using arrays to store the calculation results Matlab achieve multiple use of statistical clustering algorithm (distance matrix calculation).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:58486
    • 提供者:zhenghenglei
  1. HyperbolaRegress

    0下载:
  2. 双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 pub
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4787
    • 提供者:wangyinghao
  1. shuzuyingshe

    0下载:
  2. 新的二维数组以及映射的快速算法的C语言实现.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9809
    • 提供者:anlina
  1. myfft

    1下载:
  2. myfft.m 实现对任意长度一维数组的基2FFT计算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30255
    • 提供者:方宇
  1. factorial

    0下载:
  2. 实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算-achieve portfolio C (M, N) Operational procedures simple structure distinctive, using recursive algorithm to replace the popular approach to storage arrays to achieve portfolio Operational .............
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:235248
    • 提供者:莫斯韦
  1. 矩阵的压缩存储(对称矩阵,三角矩阵,稀疏矩阵)

    3下载:
  2. 矩阵的压缩存储 问题描述:矩阵是许多科学与工程计算问题中出现的数学对象。在此,我们感兴趣的不是矩阵本身,我们所关心的是研究表示矩阵的方法,以使对矩阵的各种运算能有效地完成。一个矩阵一般由m行和n列元素组成,一般的m*n阶矩阵,可表示成一个m*n的二维数组,例如matrix[m][n],需要的存储空间是m*n 实现要求: 若矩阵中的元素是对称的,即矩阵中第i行第j列与第j行第i列元素的值相等,即matrix[i][j]=matrix[j][i],我们把这种矩阵称为对称矩阵。对于n*n阶对称矩阵,我
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-03-21
    • 文件大小:304178
    • 提供者:runonce
  1. Matrix.设计一个造成矩阵类Matrix

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:1521
    • 提供者:5235668
  1. C++程序用类来实现矩阵

    7下载:
  2. 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括:  矩阵大小,用 lines, rows(行、列来表示);  存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括:  构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组;  析构函数,需要释放矩阵的数组指针;  拷贝构造函数,需要申请和复制数组;  输入,可以从cin中输入矩阵元素;  输出,将矩阵格式化输出到cout;  矩阵相加的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-24
    • 文件大小:1330
    • 提供者:李伟
  1. zhognshu

    0下载:
  2. 用链表实现求一个无序的数组的的众数的程序,-Seeking to use linked lists to achieve a disorderly array of plural procedures,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:983
    • 提供者:马斌
  1. zhongshu1

    0下载:
  2. 自己编写的C++,用DEV-C++编译, 求一个有序的数组的众数,用数组实现,效率很高,时间复杂是O(n)-I have written C++, With DEV-C++ Compiler, and an orderly array of plural, with an array of the realization of highly efficient and time complexity is O (n)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:804
    • 提供者:马斌
  1. xx

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得 递归进栈的数据很多,消耗系统空间很大,所以最多 处理的个数经测试不超过70个,可见在设计程序时,考虑 空间的使用也是很必要的!)-The realization of the program of one-dimensional data point near the axis of the most used method of solving the pro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1954
    • 提供者:梅国伟
  1. matrix

    0下载:
  2. 用C语言实现数组和矩阵,矩阵和矩阵的乘法。-Implementation using C language array and matrix, matrix and matrix multiplication.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1679
    • 提供者:trueman
  1. bigInt

    0下载:
  2. 大整数的幂运算原代码(数组实现),在 dev c++中通过 -Large integer exponentiation of the original code (the array to achieve), the dev c++ through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:812
    • 提供者:杨晓斌
  1. dashuxiangcheng

    0下载:
  2. 用数组实现的大数相乘,主要算法是模拟手算-Multiplying large numbers using an array implementation, the main algorithm is a simulation of hand-counted
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1417
    • 提供者:niebing
  1. plus

    0下载:
  2. 大数加法 两个大数的加法运算,用数组实现-The addition of large numbers addition operation of two large numbers, using the array to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:627
    • 提供者:candy
  1. div

    0下载:
  2. 大除法 用数组实现大数的除法 大数最长个数是1000位-Division to achieve a large array of large numbers of the division with the maximum number is 1000 of large numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:169015
    • 提供者:linux
  1. MatrixInverse

    0下载:
  2. 使用数组实现矩阵的求逆运算。 该算法运算简单,速度快-Achieved using an array matrix inversion. The arithmetic is simple, fast
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4740
    • 提供者:张学真
  1. Screening

    0下载:
  2. 筛选法求100以内的素数,用数组实现,每行输出5个素数。-Screening method for the primes less than 100, with an array of implementation, each line of output 5 primes.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:hwang
« 12 3 4 »
搜珍网 www.dssz.com