咨询与建议

限定检索结果

文献类型

  • 496 篇 会议
  • 38 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 400 篇 工学
    • 384 篇 计算机科学与技术...
    • 262 篇 软件工程
    • 44 篇 信息与通信工程
    • 33 篇 电气工程
    • 25 篇 控制科学与工程
    • 11 篇 电子科学与技术(可...
    • 9 篇 农业工程
    • 4 篇 材料科学与工程(可...
    • 4 篇 生物工程
    • 3 篇 机械工程
    • 3 篇 光学工程
    • 2 篇 动力工程及工程热...
    • 2 篇 化学工程与技术
    • 2 篇 生物医学工程(可授...
    • 2 篇 安全科学与工程
    • 1 篇 建筑学
    • 1 篇 土木工程
  • 267 篇 理学
    • 261 篇 数学
    • 39 篇 统计学(可授理学、...
    • 4 篇 生物学
    • 3 篇 物理学
    • 3 篇 系统科学
    • 2 篇 化学
  • 34 篇 管理学
    • 30 篇 管理科学与工程(可...
    • 25 篇 工商管理
    • 4 篇 图书情报与档案管...
  • 11 篇 农学
    • 11 篇 作物学
    • 2 篇 农业资源与环境
  • 4 篇 经济学
    • 4 篇 应用经济学
  • 1 篇 法学
    • 1 篇 社会学

主题

  • 118 篇 parallel process...
  • 103 篇 parallel algorit...
  • 20 篇 parallel program...
  • 15 篇 computer program...
  • 13 篇 scheduling
  • 11 篇 computer archite...
  • 8 篇 approximation al...
  • 7 篇 computer systems...
  • 7 篇 pram
  • 6 篇 parallel process...
  • 6 篇 parallel archite...
  • 6 篇 sorting
  • 5 篇 graph algorithms
  • 5 篇 algorithms
  • 4 篇 performance
  • 4 篇 computational ge...
  • 4 篇 multithreading
  • 4 篇 heterogeneity
  • 4 篇 data structures
  • 4 篇 transactional me...

机构

  • 10 篇 carnegie mellon ...
  • 8 篇 carnegie mellon ...
  • 5 篇 carnegie mellon ...
  • 4 篇 university of ma...
  • 4 篇 univ calif berke...
  • 4 篇 univ of paderbor...
  • 4 篇 carnegie mellon ...
  • 3 篇 uc berkeley unit...
  • 3 篇 paderborn univ p...
  • 3 篇 department of co...
  • 3 篇 university of ma...
  • 3 篇 mit 77 massachus...
  • 3 篇 georgetown unive...
  • 2 篇 duke univ durham...
  • 2 篇 univ calif river...
  • 2 篇 carnegie mellon ...
  • 2 篇 univ of toronto ...
  • 2 篇 univ calif davis...
  • 2 篇 int comp sci ins...
  • 2 篇 heinz nixdorf in...

作者

  • 21 篇 blelloch guy e.
  • 14 篇 gibbons phillip ...
  • 9 篇 goodrich michael...
  • 8 篇 leiserson charle...
  • 8 篇 vishkin uzi
  • 7 篇 tangwongsan kana...
  • 7 篇 fineman jeremy t...
  • 7 篇 reif john h.
  • 6 篇 vitter jeffrey s...
  • 6 篇 gu yan
  • 6 篇 demmel james
  • 5 篇 ballard grey
  • 5 篇 sun yihan
  • 5 篇 bender michael a...
  • 5 篇 schwartz oded
  • 5 篇 muthukrishnan s.
  • 5 篇 simhadri harsha ...
  • 5 篇 miller gary l.
  • 5 篇 matias yossi
  • 4 篇 karp richard m.

语言

  • 520 篇 英文
  • 14 篇 其他
检索条件"任意字段=Fourteenth Annual ACM Symposium on Parallel Algorithms and Architectures"
534 条 记 录,以下是171-180 订阅
排序:
Introducing the hydra parallel programming system  06
Introducing the hydra parallel programming system
收藏 引用
Proceedings of the eighteenth annual acm symposium on parallelism in algorithms and architectures
作者: Franklin E. Powers Gita Alaghband University of Colorado at Denver and Health & Sciences Center Denver CO
Hydra PPS is a collection of annotations, classes, a runtime, and a compiler designed to provide Java programmers with a fairly simple method of producing programs for Symmetric Multiprocessing (SMP) architectures. Th...
来源: 评论
On the price of heterogeneity in parallel systems  06
On the price of heterogeneity in parallel systems
收藏 引用
Proceedings of the eighteenth annual acm symposium on parallelism in algorithms and architectures
作者: P. Brighten Godfrey Richard M. Karp UC Berkeley Berkeley CA
Suppose we have a parallel or distributed system whose nodes have limited capacities, such as processing speed, bandwidth, memory, or disk space. How does the performance of the system depend on the amount of heteroge... 详细信息
来源: 评论
An empirical study to compare two parallel programming models  06
An empirical study to compare two parallel programming model...
收藏 引用
Proceedings of the eighteenth annual acm symposium on parallelism in algorithms and architectures
作者: Lorin Hochstein Victor R. Basili University of Maryland College Park MD
While there are strong beliefs within the community about whether one particular parallel programming model is easier to use than another, there has been little research to analyze these claims empirically. Currently,... 详细信息
来源: 评论
An implementation report for parallel triangular decompositions  06
An implementation report for parallel triangular decompositi...
收藏 引用
Proceedings of the eighteenth annual acm symposium on parallelism in algorithms and architectures
作者: Marc Moreno Maza Yuzhen Xie University of Western Ontario (UWO) London Ontario Canada
Since the discovery of Gröbner bases, the algorithmic advances in Commutative Algebra have made possible to tackle many classical problems in Algebraic Geometry that were previously out of reach. However, algorit... 详细信息
来源: 评论
parallel depth first vs. work stealing schedulers on CMP architectures  06
Parallel depth first vs. work stealing schedulers on CMP arc...
收藏 引用
Proceedings of the eighteenth annual acm symposium on parallelism in algorithms and architectures
作者: Vasileios Liaskovitis Shimin Chen Phillip B. Gibbons Anastassia Ailamaki Guy E. Blelloch Babak Falsafi Limor Fix Nikos Hardavellas Michael Kozuch Todd C. Mowry Chris Wilkerson Carnegie Mellon University Intel Research Pittsburgh Carnegie Mellon University and Intel Research Pittsburgh Intel Microprocessor Research Lab
In chip multiprocessors (CMPs), limiting the number of off-chip cache misses is crucial for good performance. Many multithreaded programs provide opportunities for constructive cache sharing, in which concurrently sch... 详细信息
来源: 评论
Processor efficient parallel matching  05
Processor efficient parallel matching
收藏 引用
Seventeenth annual acm symposium on parallelism in algorithms and architectures
作者: Sankowski, Piotr Institute of Informatics Warsaw University ul. Banacha 2 02-097 Warsaw
In this paper we consider the problem of finding perfect matchings in parallel. We present a RNC algorithm with optimal work in respect to sequential algorithms, i.e., it uses O(nω) processors. Our algorithm is based... 详细信息
来源: 评论
A segmented parallel-prefix VLSI circuit with small delays for small segments  05
A segmented parallel-prefix VLSI circuit with small delays f...
收藏 引用
Seventeenth annual acm symposium on parallelism in algorithms and architectures
作者: Kuszmaul, Bradley C. MIT CSAIL Stata Center 32 Vassar St. Cambridge MA 02420
I present a VLSI circuit for segmented parallel prefix with gate delay O(logS) and wire delay O(√S) for segment size S, and total area O(N). Thus, for example, for the problem of adding random numbers, in most cases,... 详细信息
来源: 评论
Brief announcement: On competitive online read-many parallel disks scheduling
Brief announcement: On competitive online read-many parallel...
收藏 引用
Seventeenth annual acm symposium on parallelism in algorithms and architectures
作者: Shah, Rahul Varman, Peter J. Vitter, Jeffrey Scott Dept. of Computer Science Purdue University West Lafayette IN 47907 Dept. of ECE Rice University Houston TX 77005
We consider the natural extension of the single disk caching problem to parallel disk I/O model. We close the existing gap between lower and upper bounds and achieve optimal competitive ratio of O(√D) when lookahead ... 详细信息
来源: 评论
SPAA 2005 - Seventeenth annual acm symposium on parallelism in algorithms and architectures
SPAA 2005 - Seventeenth Annual ACM Symposium on Parallelism ...
收藏 引用
Seventeenth annual acm symposium on parallelism in algorithms and architectures
The proceedings contain 39 papers. The topics discussed include: randomized queue management for DiffServ;randomization does not reduce the average delay in parallel packet switches;dynamic circular work-stealing dequ... 详细信息
来源: 评论
Randomization does not reduce the average delay in parallel packet switches  05
Randomization does not reduce the average delay in parallel ...
收藏 引用
Seventeenth annual acm symposium on parallelism in algorithms and architectures
作者: Attiya, Hagit Hay, David Department or Computer Science Technion
Switching cells in parallel is a common approach to build switches with very high external line rate and a large number of ports. A prime example is the parallel packet switch (in short, PPS) in which a demultiplexing... 详细信息
来源: 评论