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

搜索资源列表

  1. tongjigongzi

    0下载:
  2. 1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然后修改并保存。 (4) 设计一个read函数,用来向compan
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6458
    • 提供者:龙君
  1. dtmlcx

    0下载:
  2. 模拟程序包括一个时钟,每天从零开始。模拟程序得调度器组件随机设置每一层第一个人到来的时间,当时钟的时间等于第一个人到来的时间时,模拟程序生成一个新到的人将该人放到这一层。然后这个人按下按钮,请求电梯开门。这个人的目的地楼层不能与他上电梯的楼层相同。 -Simulation program includes a clock, every day from scratch. Simulation program was set up scheduling of each component la
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:478680
    • 提供者:赵加伟
  1. 12323

    0下载:
  2. 找出单链表的最大值和最小值,删除单链表中不等于最大值和最小值的节点。-Single-linked list to find the maximum and minimum values, the deletion of a single list in does not mean maximum and minimum values of the node.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:11465
    • 提供者:星辰
  1. K-mean

    0下载:
  2. K平均聚类法,比较好用,又需要的赶紧下吧-K-clustering method to compare easy to use, but also hastened to the needs of the next bar
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:79195
    • 提供者:张明
  1. engdemo

    0下载:
  2. the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1712
    • 提供者:jntu
  1. MKTHNUM

    0下载:
  2. K-th smallest number for a given a range in (logN)^3 per query.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:856
    • 提供者:sn
  1. b

    0下载:
  2. 定义一个类SortArray继承自MyArray,在该类中定义函数sort实现排序功能。 定义一个类ReArray继承自MyArray,在该类中定义函数reverse实现逆转功能。 定义一个类AverArray继承自MyArray,在该类中定义函数Aver实现求解整数的平均值。 定义NewArray类,同时继承了SortArray、ReArray和AverArray,使得NewArray类的对象同时具有排序、逆转和求平均值的功能。在继承的过程中声明为虚基类,体会虚基类在解决二义性问题
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:6202
    • 提供者:夏天
  1. Sort

    0下载:
  2. 演示快速排序算法,和以均值为交换轴的改进快速排序算法。-Quick sort demonstration algorithm, and to mean the exchange of quick sort algorithm improved shaft.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1369269
    • 提供者:Cheng Cai
  1. opNums

    0下载:
  2. 编程实习作业 某一应用管理一批数据,数据可按其输入顺序号提取(例:取第二个输入数据),同时要求可按其大小顺序提取(例:取数据中第二大的数据)。有另一应用需要在原基础上为每个数据附加一个参数,此参数给出该数据与全体数据的均差(该数据与全体数据的算术平均值之差的绝对值),并且数据和均差均可按顺序号或大小顺序提取(均差顺序号与数据顺序号相同,均差大小与数据大小分别排序)。试用面向对象方法对如上应用程序设计一个类结构,给出每个类应包含的属性和方法。要求先实现第一部分功能,再实现第二部分功能,使用类的
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1984827
    • 提供者:Ayanami Rei
  1. NetSimulator

    0下载:
  2. 本课题假设ti为广播基站数据包(单位数据包大小为512bits)的发布时刻,令发布时间间隔Xi = ti - ti-1 (i=0, 1, 2, …),t0 = 0,则任意Xi满足负指数分布: p{Xi ≥ t} = p0(t) = , t ≥ 0 或者 p{Xi < t} = 1-p0(t) =1- , t ≥ 0 该负指数分布的广播包发布时间间隔的均值为1/λ。 假设处理一个数据包的时间为0.05s,令λ分别等于5Kbps和1Kbps时,在100s时间内,求出数据包的平均队长
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2538562
    • 提供者:luyu
  1. LMS

    0下载:
  2. LMS算法,自适应算法中的最小均方误差算法。-LMS algorithm, adaptive algorithm, the minimum mean square error algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:805
    • 提供者:王萦
  1. 1012

    0下载:
  2. 浙大 编程能力测试 的甲级题目 第 1012. The Best Rank (25) 最人性的成绩排序-To uate the performance of our first year CS majored students, we consider their grades of three courses only: C- C Programming Language, M- Mathematics (Calculus or Linear Algebra), and E- English
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:673
    • 提供者:林七七
  1. msd

    1下载:
  2. 分子动力学计算平均平方偏移量(这是我本科毕设的内容)-Molecular dynamics calculations mean squared offset (this is my undergraduate complete set of content)
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:865733
    • 提供者:王致知
  1. Hierarchical-clustering

    0下载:
  2. 使用VC++对给出的数据分别进行均值聚类、平均距离聚类、最小距离聚类和最大距离聚类运算,进行分析比较。-VC++ use of the data presented were mean clustering, average distance clustering, minimum and maximum distances the cluster clustering operation, were analyzed and compared.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:4682
    • 提供者:杨洁
  1. the

    0下载:
  2. 该文件是产生两组随即的高斯分布系列,均值为0,均方差为N2,-This file is the series of two groups of random gaussian distribution, the mean to 0, mean square error as the N2,
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:513624
    • 提供者:gwsersioc
  1. fial__the

    0下载:
  2. 该文件是产生两组随即的高斯分布系列,均值为0,均方差为N2,-This file is the series of two groups of random gaussian distribution, the mean to 0, mean square error as the N2,
  3. 所属分类:Data structs

    • 发布日期:2017-12-12
    • 文件大小:513626
    • 提供者:gwsersioc
  1. Huffman编码树

    0下载:
  2. 该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码。(This method is based on the probability of character appearance to construct the shortest mean length of the head, sometimes called the best encoding, which is generally called the Huffman code.
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:PLEASE
搜珍网 www.dssz.com