咨询与建议

限定检索结果

文献类型

  • 352 篇 会议
  • 18 篇 期刊文献

馆藏范围

  • 370 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 259 篇 工学
    • 256 篇 计算机科学与技术...
    • 173 篇 软件工程
    • 25 篇 电气工程
    • 25 篇 信息与通信工程
    • 19 篇 控制科学与工程
    • 5 篇 电子科学与技术(可...
    • 4 篇 农业工程
    • 3 篇 生物工程
    • 2 篇 机械工程
    • 2 篇 生物医学工程(可授...
    • 2 篇 安全科学与工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 建筑学
    • 1 篇 化学工程与技术
    • 1 篇 交通运输工程
  • 154 篇 理学
    • 151 篇 数学
    • 25 篇 统计学(可授理学、...
    • 3 篇 生物学
    • 3 篇 系统科学
    • 1 篇 化学
  • 15 篇 管理学
    • 12 篇 管理科学与工程(可...
    • 9 篇 工商管理
    • 3 篇 图书情报与档案管...
  • 6 篇 农学
    • 6 篇 作物学
    • 2 篇 农业资源与环境
  • 1 篇 经济学
    • 1 篇 应用经济学

主题

  • 82 篇 parallel algorit...
  • 71 篇 parallel process...
  • 12 篇 parallel program...
  • 11 篇 computer program...
  • 9 篇 scheduling
  • 8 篇 computer archite...
  • 7 篇 pram
  • 6 篇 computer systems...
  • 5 篇 graph algorithms
  • 4 篇 performance
  • 4 篇 parallel archite...
  • 4 篇 sorting
  • 4 篇 multithreading
  • 4 篇 transactional me...
  • 4 篇 work stealing
  • 3 篇 parallel process...
  • 3 篇 parallelism
  • 3 篇 approximation al...
  • 3 篇 cilk
  • 3 篇 chip multiproces...

机构

  • 10 篇 carnegie mellon ...
  • 4 篇 carnegie mellon ...
  • 4 篇 univ of paderbor...
  • 3 篇 department of co...
  • 3 篇 university of ma...
  • 3 篇 mit 77 massachus...
  • 2 篇 duke univ durham...
  • 2 篇 univ calif river...
  • 2 篇 carnegie mellon ...
  • 2 篇 univ of toronto ...
  • 2 篇 dept. of compute...
  • 2 篇 at and t bell la...
  • 2 篇 sandia national ...
  • 2 篇 computer science...
  • 2 篇 univ of californ...
  • 2 篇 department of ma...
  • 2 篇 digital systems ...
  • 2 篇 t.j. watson rese...
  • 2 篇 max planck inst ...
  • 2 篇 bell laboratorie...

作者

  • 12 篇 gibbons phillip ...
  • 11 篇 blelloch guy e.
  • 6 篇 reif john h.
  • 6 篇 leiserson charle...
  • 5 篇 matias yossi
  • 4 篇 uzi vishkin
  • 4 篇 cormen thomas h.
  • 4 篇 ramachandran vij...
  • 4 篇 vitter jeffrey s...
  • 4 篇 muthukrishnan s.
  • 4 篇 goodrich michael...
  • 4 篇 meyer auf der he...
  • 4 篇 phillip b. gibbo...
  • 3 篇 snir marc
  • 3 篇 deng xiaotie
  • 3 篇 tangwongsan kana...
  • 3 篇 monien burkhard
  • 3 篇 sohn andrew
  • 3 篇 leighton tom
  • 3 篇 simhadri harsha ...

语言

  • 357 篇 英文
  • 13 篇 其他
检索条件"任意字段=Proceedings of the fifteenth annual ACM symposium on Parallel algorithms and architectures"
370 条 记 录,以下是141-150 订阅
排序:
On the parallel complexity of integer programming  89
On the parallel complexity of integer programming
收藏 引用
1st annual acm symposium on parallel algorithms and architectures, SPAA 1989
作者: Deng, Xiaotie Dept. of Operations Research Stanford University United States Dept. of Computer Science and Engineering UC at San Diego United States
We show that the several problems, whose complexity with respect P and NC was open, are equivalent under NC-reductions. These include: (1) Finding the optimal solution of a two-variable integer program;(2) Determining... 详细信息
来源: 评论
Space-efficient representations of shared data for parallel computers  90
Space-efficient representations of shared data for parallel ...
收藏 引用
SPAA '90 - proceedings of the 2nd annual acm symposium on parallel algorithms and architectures
作者: Herley, Kieran T. Cornell Univ Itaca NY United States
The problem of representing a set U = {u1, ..., um} of read-write variables on an n-node distributed memory parallel computer is considered. It is shown that U can be represented among the n nodes of a variant of the ... 详细信息
来源: 评论
Efficient disk allocation for fast similarity searching  98
Efficient disk allocation for fast similarity searching
收藏 引用
proceedings of the 1998 10th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Prabhakar, S. Agrawal, D. El Abbadi, A. Univ of California Santa Barbara CA United States
As databases increasingly integrate non-textual information it is becoming necessary to support efficient similarity searching in addition to range searching. Recently, declustering techniques have been proposed for i... 详细信息
来源: 评论
Framework for simple sorting algorithms on parallel disk systems
Framework for simple sorting algorithms on parallel disk sys...
收藏 引用
proceedings of the 1998 10th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Rajasekaran, S. Univ of Florida Gainesville United States
In this paper we present a simple parallel sorting algorithm and illustrate two applications. The algorithm (called the (l, m)-merge sort (LMM)) is an extension of the bitonic and odd-even merge sorts. Literature on p... 详细信息
来源: 评论
Fast set operations using treaps  98
Fast set operations using treaps
收藏 引用
proceedings of the 1998 10th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Blelloch, G.E. Reid-Miller, M. Carnegie Mellon Univ Pittsburgh PA United States
We present parallel algorithms for union, intersection and difference on ordered sets using random balanced binary trees (treaps [26]). For two sets of size n and m (m ≤ n) the algorithms run in expected O(m lg(n/m))... 详细信息
来源: 评论
A Simpler and parallelizable O(√log n)-approximation Algorithm for SPARSEST CUT  24
A Simpler and Parallelizable O(√log n)-approximation Algori...
收藏 引用
36th acm symposium on parallelism in algorithms and architectures (SPAA)
作者: Kolmogorov, Vladimir Inst Sci & Technol Austria ISTA Klosterneuburg Austria
Currently, the best known tradeoff between approximation ratio and complexity for the Sparsest Cut problem is achieved by the algorithm in [Sherman, FOCS 2009]: it computes O(root(log n)/epsilon)-approximation using O... 详细信息
来源: 评论
annual acm symposium on parallelism in algorithms and architectures
Annual ACM Symposium on Parallelism in Algorithms and Archit...
收藏 引用
28th acm symposium on parallelism in algorithms and architectures, SPAA 2016
The proceedings contain 52 papers. The topics discussed include: randomized approximate nearest neighbor search with limited adaptivity;encoding short ranges in TCAM without expansion: efficient algorithm and applicat...
来源: 评论
SPAA'07: proceedings of the Nineteenth annual symposium on parallelism in algorithms and architectures
SPAA'07: Proceedings of the Nineteenth Annual Symposium on P...
收藏 引用
SPAA'07: 19th annual symposium on parallelism in algorithms and architectures
The proceedings contain 37 papers. The topics discussed include: on triangulation of simple networks;strong-diameter decompositions of minor free graphs;approximation algorithms for multiprocessor scheduling under unc... 详细信息
来源: 评论
SPAA'09 - proceedings of the 21st annual symposium on parallelism in algorithms and architectures
SPAA'09 - Proceedings of the 21st Annual Symposium on Parall...
收藏 引用
21st annual symposium on parallelism in algorithms and architectures, SPAA'09
The proceedings contain 43 papers. The topics discussed include: speed scaling of processes with arbitrary speedup curves on a multiprocessor;the bell is ringing in speed-scaled multiprocessor scheduling;mapping filte...
来源: 评论
Inherent Limitations on Disjoint-Access parallel Implementations of Transactional Memory (Preliminary Version)  09
Inherent Limitations on Disjoint-Access Parallel Implementat...
收藏 引用
21st acm symposium on parallelism in algorithms and architectures
作者: Attiya, Hagit Hillel, Eshcar Milani, Alessia Technion Israel Inst Technol Dept Comp Sci IL-32000 Haifa Israel
Transactional memory (TM) is a promising approach for designing concurrent data structures, and it is essential to develop better understanding of the formal properties that can be achieved by TM implementations. Two ... 详细信息
来源: 评论