CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 数组运算

搜索资源列表

  1. matrixcompess

    0下载:
  2. 稀疏矩阵(SparseMatrix):是矩阵中的一种特殊情况,其非零元素的个数远小于零元素的个数。 设m行n列的矩阵含t个非零元素.以二维数组表示高阶的稀疏矩阵时,会产生零值元素占的空间很大且进行了很多和零值的运算的问题。 -sparse matrix (SparseMatrix) : Matrix is a special situation. its non-zero elements of the number far less than the number of zero e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23223
    • 提供者:Eurik
  1. structreadwrite

    1下载:
  2. 建立一个或多个结构体代表不同的复杂数据类型。 利用结构体数组来暂时存储要进行操作的数据 通过把结构体数组元素存到文件里的形式完成对数据的永久存储。 一般操作流程为 如对某个记录进行操作 1. 先把所有数据从文件中调入到一个结构体数组中暂时存储 2. 再通过指针运算或数组运算对数组中的某些记录进行操作和赋值。 3. 最终结束操作后,把改变过的结构体数组再存到文件中保存起来-establish a st
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1399
    • 提供者:一凡
  1. pl0(2)

    3下载:
  2. 对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen) 2.增加了以下的运算符:+=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3.修改单词:修改不等号#为<> 4.扩充语句:(1)增加了e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:227475
    • 提供者:
  1. HighPrecision

    0下载:
  2. 高精度源程序,可进行任意长度的加减乘除模运算,本程序的大数用数组与表示数组长度一个结构表示-precision source, the length of the arbitrary arithmetic modulo operation, the majority of the procedures used with arrays of arrays length of a structure of
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1388
    • 提供者:ZJF
  1. array

    0下载:
  2. C++、数据结构、数组的基本运算、源代码-C++, data structure, an array of basic operations, the source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1303
    • 提供者:贝隆
  1. paixu

    0下载:
  2. 编写程序,对一个整数数组使用某种排序方法(自选)进行降序排列,输出排序前后的数组内容 设计一个复数类,包含必要的属性、构造方法和成员方法,在程序中调用这些方法并输出运算结果。-The preparation of procedures, an array of integers using a sort method (optional) in descending order, the output sorted array of pre-and post content design of
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1069
    • 提供者:倪政
  1. jiheyusuan

    0下载:
  2. 本文件为,实现数组及数值的集合运算的代码。-This document is to achieve the set of the array and numerical computation code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:896
    • 提供者:邹蓉
  1. SparseMatrix

    0下载:
  2. 此为稀疏矩阵运算器,用数组实现,可实现矩阵的加减乘运算。-This is a sparse matrix solver, with an array of implementation, enabling the addition and subtraction matrix multiplication.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2133
    • 提供者:aa
  1. BigInt

    0下载:
  2. 主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3667
    • 提供者:Glorious Fool
  1. aaa

    0下载:
  2. 已知A[n]为整数数组,试写出实现下列运算的递归算法: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -Known to A [n] is an integer array, try to write to achieve the following recursive algorithm for computing: (1) Find the largest integer in the array A. (2) Find n i
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6130
    • 提供者:冯灿灿
  1. 1111

    0下载:
  2. 数组实现循环链表 准备: 1. 队列空间的大小 maxsize 2.队首指针 front 3.队尾指针 rear 4.存储方式 动态数组 运算 出队,入队,初始化队列,创建队,释放队 5.a 动态数组的首地址-Prepared to achieve an array of circular linked list: 1. Queue space the size of the maxsize 2. Team first pointer front 3. Tail
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:804
    • 提供者:王宏
  1. xishujuzhenyunsuanqi

    0下载:
  2. 三元数组描述的稀疏矩阵加法,减法,乘法运算。是稀疏矩阵数据结构的运算器。-Array of sparse matrix described ternary addition, subtraction, multiplication. Sparse matrix data structure is the computing device.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:182836
    • 提供者:王恺
  1. array

    0下载:
  2. 数组实现多项式加减运算、降幂排序、稀疏判定等功能-Subtract the array to achieve polynomial, descending sort, the sparse functions determined
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:533769
    • 提供者:镜骑士
  1. long-integer-additions-operations

    0下载:
  2. 长整数加法运算 使用双向循环链表 数组编程-long integer additions operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2749
    • 提供者:elain
  1. a3003@04.02

    0下载:
  2. 本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。-The program algorithm is relatively simple, can apply fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1780050
    • 提供者:张飞
  1. array

    0下载:
  2. 数组单元加,简单的进行数组之间的运算,比较简单的数据结构算法-Plus an array element,Algorithm clearly understand the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1059
    • 提供者:李磊
  1. pai-xu

    0下载:
  2. 顺序表的结构没有给出,作为演示分治法这里从简顺序表取一整形数组数组大小由用户定义,数据随机生成。我们知道如果数组大小为 1 则可以直接给出结果,如果大小为 2则一次比较即可得出结果,于是我们找到求解该问题的子问题即: 数组大小 <= 2。到此我们就可以进行分治运算了,只要求解的问题数组长度比 2 大就继续分治,否则求解子问题的解并更新全局解以下是代码-e order of the table structure did not give a simple order form as a p
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:812
    • 提供者:lzy
  1. stack1

    0下载:
  2. 用一维整数数组实现数据结构中的堆栈(Stack)。用int数组来存储栈内元素,用int来表示top和bottom。在Stack类内,实现栈的基本运算-Use a d integer array realize the data structure is the Stack). Use int array to storage stack elements in, with the top and bottom int to said. In the Stack in class, and rea
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4354
    • 提供者:rs
  1. nweixiangliang

    0下载:
  2. 编写一个n维向量类,要求具有构造函数和拷贝构造函数,实现如下功能: a) 成员变量为正整数n和n维float数组 b) 能够计算该向量的模(长度),并将向量单位化 c) 进行向量的加减运算 d) 计算两个向量的内积 -Preparation of an n-dimensional vector class, the constructor and copy constructor, the following functions: a) the member variable
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:255595
    • 提供者:周鹏
  1. arrayoperation

    0下载:
  2. 数组运算示例,演示二维数组的存储方式(不同于其它语言)以及数组的运算和输出方法。-example of array operations. Demostration of storage (unlike other languages) , operation and output method of two dimensional array.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:651
    • 提供者:蜗牛
« 12 »
搜珍网 www.dssz.com