咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是121-130 订阅
排序:
A Work-Efficient parallel Breadth-First Search Algorithm (or How to Cope with the Nondeterminism of Reducers)  10
A Work-Efficient Parallel Breadth-First Search Algorithm (or...
收藏 引用
22nd acm symposium on parallelism in algorithms and architectures
作者: Leiserson, Charles E. Schardl, Tao B. MIT Comp Sci & Artificial Intelligence Lab Cambridge MA 02139 USA
We have developed a multithreaded implementation of breadth-first search (BFS) of a sparse graph using the Cilk++ extensions to C++. Our PBFS program on a single processor runs as quickly as a standard C++ breadth-fir... 详细信息
来源: 评论
Brief Announcement: Performance Potential of an Easy-to-Program PRAM-On-Chip Prototype Versus State-of-the-Art Processor  09
Brief Announcement: Performance Potential of an Easy-to-Prog...
收藏 引用
21st acm symposium on parallelism in algorithms and architectures
作者: Caragea, George C. Saybasili, A. Beliz Wen, Xingzhi Vishkin, Uzi Univ Maryland College Pk MD 20742 USA
we compare the Paraleap FPCA computer, a 64-processor hardware prototype of the PRAM-driven XMT architecture, with an Intel Core 2 Duo processor and show that Paraleap outperforms the Intel processor by up to 13.89x i... 详细信息
来源: 评论
Brief Announcement: Low Depth Cache-Oblivious Sorting  09
Brief Announcement: Low Depth Cache-Oblivious Sorting
收藏 引用
21st acm symposium on parallelism in algorithms and architectures
作者: Blelloch, Guy E. Gibbons, Phillip B. Simhadri, Harsha Vardhan Carnegie Mellon Univ Pittsburgh PA 15213 USA
Cache-oblivious algorithms have the advantage of achieving good sequential cache complexity across all levels of a multi-level cache hierarchy, regardless of the specifies (cache size and cache line size) of each leve... 详细信息
来源: 评论
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 ... 详细信息
来源: 评论
parallel Sparse Matrix-Vector and Matrix-Transpose-Vector Multiplication Using Compressed Sparse Blocks  09
Parallel Sparse Matrix-Vector and Matrix-Transpose-Vector Mu...
收藏 引用
21st acm symposium on parallelism in algorithms and architectures
作者: Buluc, Aydin Fineman, Jeremy T. Frigo, Matteo Gilbert, John R. Leiserson, Charles E. Univ Calif Santa Barbara Dept Comp Sci Santa Barbara CA 93106 USA
This paper introduces a storage format for sparse matrices, called compressed sparse blocks (CSB), which allows both Ax and A(x)(inverted perpendicular) to be computed efficiently in parallel, where A is an n x n spar... 详细信息
来源: 评论
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...
来源: 评论
Field-Split parallel Architecture for High Performance Multi-Match Packet Classification Using FPGAs  09
Field-Split Parallel Architecture for High Performance Multi...
收藏 引用
21st acm symposium on parallelism in algorithms and architectures
作者: Jiang, Weirong Prasanna, Viktor K. Univ So Calif Ming Hsieh Dept Elect Engn Los Angeles CA 90089 USA
Multi-match packet classification is a critical function in network intrusion detection systems (NIDS), where all matching rules for a packet need to be reported. Most of the previous work is based on ternary content ... 详细信息
来源: 评论
Beyond Nested parallelism: Tight Bounds on Work-Stealing Overheads for parallel Futures  09
Beyond Nested Parallelism: Tight Bounds on Work-Stealing Ove...
收藏 引用
21st acm symposium on parallelism in algorithms and architectures
作者: Spoonhower, Daniel Blelloch, Guy E. Gibbons, Phillip B. Harper, Robert Carnegie Mellon Univ Pittsburgh PA 15213 USA
Work stealing is a popular method of scheduling fine-grained parallel tasks. The performance of work stealing has been extensively studied, both theoretically and empirically, but primarily for the restricted class of... 详细信息
来源: 评论
Communication-Optimal parallel and Sequential Cholesky Decomposition  09
Communication-Optimal Parallel and Sequential Cholesky Decom...
收藏 引用
21st acm symposium on parallelism in algorithms and architectures
作者: Ballard, Grey Demmel, James Holtz, Olga Schwartz, Oded Univ Calif Berkeley Dept Comp Sci Berkeley CA 94720 USA
Numerical algorithms have two kinds of costs: arithmetic and communication, by which we mean either moving data between levels of a memory hierarchy (in the sequential case) or over a network connecting processors (in... 详细信息
来源: 评论
On the Price of Heterogeneity in parallel Systems
收藏 引用
THEORY OF COMPUTING SYSTEMS 2009年 第2期45卷 280-301页
作者: Godfrey, P. Brighten Karp, Richard M. Univ Calif Berkeley Div Comp Sci Berkeley CA 94720 USA
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... 详细信息
来源: 评论