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

搜索资源列表

  1. movingAveragePredict

    0下载:
  2. /** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/ ** * @ author jakcy_wu (wujichun) * * Forecast and Analysis -- This algorithm applies only to the af
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:吴名
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. orderTree

    0下载:
  2. 1.编制构建二叉排序树的程序,并使用一组数据进行验证。 2.实现二叉排序树的查找算法,计算一组输入数据的查找长度。 3.编制构建平衡二叉树的程序,计算一组输入数据的查找长度 . 程序执行的命令包括: (1)输入构造二叉搜索树的文件名来构造二叉排序树 (2)输入要进行查找的文件名 (3)由计算机终端显示各个数据的查找长度和总的查找长度、平均查找长度 (4)结束 -1. Preparation of building a binary sort tree procedur
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:sanghy
  1. shuangxianglianbiao

    0下载:
  2. 实现双向链表所存储线性表的各种操作。要求提供数据的插入、删除、查找、两个数据交换、求所有数据平均值、最大值、最小值的操作。先利用随机函数产生100个随机整数,建立线性表的存储结构,然后完成上述的功能。分析程序的时间、空间复杂度。-Achieve bi-directional linear list stored various operating table. Request for data insert, delete, search, both for data exchange, and
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:黄啸尘
  1. student

    0下载:
  2. 有一学生成绩管理数据库如下表,要求建立一SAS数据集score,并输出显示 创建一个新的数据集class,新增平均成绩aver变量和等级考评grade变量,grade的值是根据aver值的大小给出A、B、C、D四个等级,并显示新数据集cla-A student achievement management database as the table, called for the establishment of a SAS data set score, and output display
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:968.19kb
    • 提供者:yansha
  1. Theaveragedryinteger

    0下载:
  2. :输入数据含有不多于5组的数据,每组数据由一个整数n(1<n<50)开头,表示后面跟着n个数据。每组数据,输出其平均数,精确到小数点后3位,每个平均数应该单独占一行。 -Input data contained not more than 5 groups of data, each group of data from an integer n (1) < < n, says followed by n data. Each set of data, the av
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:939byte
    • 提供者:wanggr
  1. guibingpaixu

    0下载:
  2. 归并排序,用数组的存储结构,实现数的排序。共有十组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Merge sort array storage structure, to achieve the sort of number. Ten set of random data, but also be able to calculate the processing time of each data, and eventually obtain the average time.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:332.31kb
    • 提供者:小乔
  1. heapsort

    0下载:
  2. 堆排序,用数组的存储结构,构造大顶堆,实现数的排序。共有十组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Heap sort, with an array of storage structure, constructed big top heap to achieve the sort of number. Ten set of random data, but also be able to calculate the processing time of each data
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:332.2kb
    • 提供者:小乔
  1. InsertSort

    0下载:
  2. 直接插入排序,用数组的存储结构,实现数的排序。共有十组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Direct insertion sort, using an array of storage structure, to achieve the sort of number. Ten set of random data, but also be able to calculate the processing time of each data, and eventuall
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:332.05kb
    • 提供者:小乔
  1. jishupaixu

    0下载:
  2. 基数排序,用链表的存储结构,实现数的排序。共有十组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。-Radix sort, linked list storage structure to achieve a number of sort. Ten set of random data, but also be able to calculate the processing time of each data, and eventually obtain the average t
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:332.54kb
    • 提供者:小乔
  1. 1207

    2下载:
  2. Descr iption 本题题意对于书上内容有变动,“设车辆到达服从均匀分布,参数由用户指定”改为“输入数据给出每辆车的到达时间”。 Input Format 第一行含有一个正整数N(1<=N<=20000),代表总车辆数。 第二行到第N+1行,每行包含两个整数p,q.(0<=p<=1,0<=q<=100000)。p代表车辆类型,0代表客车,1代表货车。q代表到达时间(单位为分钟)。 Output Format 输出
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:206.84kb
    • 提供者:zan
  1. Moving-Average

    0下载:
  2. A moving average or running average is a calculation to analyze data points by creating series of averages of different subsets of the full data set. This Source code provides implementation of the same.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:11.1kb
    • 提供者:Mit Patel
搜珍网 www.dssz.com