CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linear array

搜索资源列表

  1. main-element

    0下载:
  2. 具体地讲,如果一个数组A[1..n]中超过半数的元素都相同时,该数组被称为含有一个主元素。 (a) 设计一个有效算法(至少是O(n logn)),确定该数组中是否含有一个主元素,如果有,找出这个元素。 (为简单起见,假设n是2的幂,且n<150) (b) 能否给出一个线性时间算法? 需注意的是,该数组的元素之间可能不存在顺序——即不能进行”A[i]<A[j]”的判断,但是可以进行是否相等的判断。 -Specifically, if an array A [1 ..
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:231949
    • 提供者:申俊泽
  1. A_LU

    0下载:
  2. bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int n) 求线性方程组的解。 假设矩阵lum*n为某个矩阵a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1667
    • 提供者:moontea
  1. A_QR

    0下载:
  2. void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解。 假设矩阵qrn*n为某个矩阵an*n的QR分解,在内
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1860
    • 提供者:moontea
  1. beamforming_simulate_renyi_dianyuan

    1下载:
  2. 自编 点源 对于任意间距线阵的波束成形仿真程序 频率、阵元数量、主波束方向可调-Self point source for any interval linear frequency beam forming simulation program, the number of array elements, the main beam direction adjustable
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1062
    • 提供者:蓝色的云
  1. 1

    0下载:
  2. 对于线性表的顺序存储结构,在结构体中使用静态一维数组-For the linear order of the table storage structure, the structure used in the static one-dimensional array
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2156
    • 提供者:王刚
  1. StringStack

    0下载:
  2. 继承和多态的相关Java源码下载,比较散,像覆盖和重载、对象类Object和它的toString()方法、多态性、动态绑定和一般程序设计、数组线性表ArrayList类、final类、方法和变量、数据域和静态方法的隐藏、调用父类的方法等…… -Inheritance and polymorphism related to Java source code download, more casual, like the cover and heavy, and its object class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:25145
    • 提供者:杰杰
  1. CCD

    0下载:
  2. 线阵CCD检测技术中二值化方法的研究,将图像处理成为而为数组存储数据-Linear CCD detection method in binarization research into image processing and data storage for the array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:122024
    • 提供者:tiaotiaohu
  1. The_operation_of_single-strand_table

    0下载:
  2. 数据结构中通过C++对顺序表的操作 对线性表进行排序、搜索、插入等处理 包括顺序数组与单链表-Data structure through C++ on the operation of the linear order of the table to sort the table, search, insertion order processing, including an array with a single linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2225
    • 提供者:朱洁丽
  1. Chapter06

    2下载:
  2. 通过MATLAB来计算阵列天线,包括线性阵列,平面阵列,还有圆形阵列-Calculated by MATLAB array, including linear arrays, planar array, as well as circular arrays
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:19222
    • 提供者:xun
  1. sais-lite-2.4.1

    0下载:
  2. 一种比较新的后缀数组算法,空间和时间复杂度都是线性的,且效率比较高。-A new suffix array algorithm. Its space and time complex are all linear.
  3. 所属分类:Data structs

    • 发布日期:2016-01-27
    • 文件大小:17408
    • 提供者:linge
  1. Template-Binary-Search

    0下载:
  2. The "binary search algorithm" is one of the quickest way for searching threw an array, the "linear search algorithm" makes "n" comparaisons for searching for an element inside a given array. The "binary search algorithm" only makes log2(n) comparais
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:12753
    • 提供者:Bhushan
  1. haxi-contractt

    0下载:
  2. 针对数据结构哈希表是设计的要求,本源码是自己有vc.6.0编写的源码。使用线性探测处理冲突。整个程序的数据结构为结构体数组,方便查询。-According to data structure hash table is the design requirement and the source of their vc. 6.0 write source. Using linear detection dealing with conflict. The entire program for th
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1265326
    • 提供者:
  1. 2.3

    0下载:
  2. 2.3 主元素问题(课本2-9) 问题描述:设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。输入数据由文件名为input.txt的文本文件提供。 请设计一个线性时间算法,判断input中的数据是否存在主元素。在实验报告中对算法时间复杂度作出分析。 输入:文件的第1行为数组S中元素个数n;接下来的n 行中,每行有一个自然数。程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到主元素时
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:7469
    • 提供者:陈星风
  1. hah

    0下载:
  2. 1. 栈结构通常采用的两种存储结构是(A)。 A、顺序存储结构和链表存储结构 B、散列和索引方式 C、链表存储结构和数组 D、线性链表结构和非线性存储结构 -1. Stack structure of the two commonly used storage structure is (A). A, list the order of storage structure and storage structure B, hashing and indexing C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:91648
    • 提供者:linjiagui
  1. basic-knowledge-of-data-structure

    0下载:
  2. 数据结构基本入门知识,共33个ppt,全是我上课的资料,现在拿来分享。其中有:线性表,栈队列递归,串数组广义表,数与森林,图,查找,排序等等。-Knowledge of the basic entry data structure, a total of 33 ppt, all the information I have class, and now to be shared. Including: linear form, the stack queue recursion, string
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3161789
    • 提供者:jijiyaya
  1. Method-for-solving-EM-problems

    0下载:
  2. 提出了一种求解电磁场有限元 边界元混合法所生成的线性方程组的有效方法 ———内观 法结合多波前法.由于该线性方程组的系数是一个部分稀疏部分满填充的矩阵,为了加速求解,应用内观法将系数矩阵分为 2块,一块是有限元法形成的稀疏矩阵,另一块是边界元法生成的满阵,然后用多波前法求解稀疏矩阵方程,用高斯 约当消去法解满阵方程. 采用该方法,计算了二维多层介质柱体的雷达散射截面.计算结果表明,该方法的计算效率远远高于传统的高斯法.-Proposed for solving mixed finite el
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:310217
    • 提供者:durongmao
  1. haxibiao_tongxunlu

    0下载:
  2. 自己写的一个哈希表实现的通讯录,是c++课程设计的课题,采用结构体数组实现,用线性探测法解决冲突。源码中还附有注释,适合初学者使用-Write your own implementation of a hash table book, is the c++ program design issues, implementation using an array of structures with linear detection method to resolve conflict. Anno
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:961305
    • 提供者:
  1. mirt2D_mexinterp

    0下载:
  2. interpolates平面图像Z坐标点与X坐标。 Z是假定被定义在定期间隔1点:1:M,N,N][M,地方=大小(Z)。 如果兮,易建联价值观是图像边界,把外面的NaNs在《紫。 Matlab函数是相似的土著 INTERP2字(Z =、烯、彝族、“线性”、南), 但多的主人。如果Z是矢量阵二维图像三维价值),然后反复讨论,interpolates:Z(:1)、Z(,,)、2)::::Z(,,,3),. .等。这部作品对每个图像interpolate速度比独立,例
  3. 所属分类:matlab例程

    • 发布日期:2017-12-11
    • 文件大小:3830
    • 提供者:abeaqhax
  1. DOA

    0下载:
  2. 主要介绍了七单元线形天线阵的波达方向估计(DOA)-Introduces the seven cell linear antenna array direction of arrival estimation (DOA)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:36069
    • 提供者:YJ
  1. duilie

    0下载:
  2. 队列,又称为伫列(英文queue),是先进先出(FIFO, First-In-First-Out)的线性表。在具体应用中通常用链表或者数组来实现。队列只允许在后端(称为rear)进行插入操作,在前端(称为front)进行删除操作。-Queue, also known as queue (English queue), is the first in first out (FIFO, First-In-First-Out) linear form. In specific applications
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:24927
    • 提供者:韩云飞
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com