咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 253 篇 工学
    • 250 篇 计算机科学与技术...
    • 165 篇 软件工程
    • 25 篇 电气工程
    • 23 篇 信息与通信工程
    • 17 篇 控制科学与工程
    • 5 篇 电子科学与技术(可...
    • 4 篇 农业工程
    • 3 篇 生物工程
    • 2 篇 机械工程
    • 2 篇 生物医学工程(可授...
    • 1 篇 材料科学与工程(可...
    • 1 篇 建筑学
    • 1 篇 化学工程与技术
  • 148 篇 理学
    • 145 篇 数学
    • 23 篇 统计学(可授理学、...
    • 3 篇 生物学
    • 3 篇 系统科学
    • 1 篇 化学
  • 13 篇 管理学
    • 10 篇 管理科学与工程(可...
    • 9 篇 工商管理
    • 3 篇 图书情报与档案管...
  • 6 篇 农学
    • 6 篇 作物学
    • 2 篇 农业资源与环境
  • 1 篇 经济学
    • 1 篇 应用经济学

主题

  • 83 篇 parallel algorit...
  • 68 篇 parallel process...
  • 12 篇 parallel program...
  • 11 篇 computer program...
  • 10 篇 scheduling
  • 7 篇 computer archite...
  • 7 篇 pram
  • 6 篇 computer systems...
  • 5 篇 graph algorithms
  • 5 篇 work stealing
  • 4 篇 performance
  • 4 篇 parallel process...
  • 4 篇 parallel archite...
  • 4 篇 multithreading
  • 4 篇 transactional me...
  • 3 篇 parallelism
  • 3 篇 approximation al...
  • 3 篇 cilk
  • 3 篇 sorting
  • 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 篇 ramachandran vij...
  • 4 篇 vitter jeffrey s...
  • 4 篇 muthukrishnan s.
  • 4 篇 goodrich michael...
  • 4 篇 phillip b. gibbo...
  • 3 篇 snir marc
  • 3 篇 cormen thomas h.
  • 3 篇 deng xiaotie
  • 3 篇 tangwongsan kana...
  • 3 篇 sohn andrew
  • 3 篇 leighton tom
  • 3 篇 simhadri harsha ...
  • 3 篇 miller gary l.
  • 3 篇 gu yan

语言

  • 360 篇 英文
  • 13 篇 其他
检索条件"任意字段=Proceedings of the seventh annual ACM symposium on Parallel algorithms and architectures"
373 条 记 录,以下是41-50 订阅
排序:
Drop the Anchor: Lightweight Memory Management for Non-Blocking Data Structures  13
Drop the Anchor: Lightweight Memory Management for Non-Block...
收藏 引用
annual acm symposium on parallel algorithms and architectures
作者: Anastasia Braginsky Alex Kogan Erez Petrank Computer Science Technion Oracle Labs
Efficient memory management of dynamic non-blocking data structures remains an important open question. Existing methods either sacrifice the ability to deallocate objects or reduce performance notably. In this paper,... 详细信息
来源: 评论
Locality-Aware Task Management for Unstructured parallelism: A Quantitative Limit Study  13
Locality-Aware Task Management for Unstructured Parallelism:...
收藏 引用
annual acm symposium on parallel algorithms and architectures
作者: Richard M. Yoo Christopher J. Hughes Changkyu Kim Yen-Kuang Chen Christos Kozyrakis Parallel Computing Laboratory Intel Labs Santa Clara CA 95054 Pervasive Parallelism Laboratory Stanford University Stanford CA 94305
As we increase the number of cores on a processor die, the on-chip cache hierarchies that support these cores are getting larger, deeper, and more complex. As a result, non-uniform memory access effects are now preval... 详细信息
来源: 评论
Truly parallel burrows-wheeler compression and decompression  13
Truly parallel burrows-wheeler compression and decompression
收藏 引用
proceedings of the twenty-fifth annual acm symposium on parallelism in algorithms and architectures
作者: James Alexander Edwards Uzi Vishkin University of Maryland College Park USA
We present novel work-optimal PRAM algorithms for Burrows-Wheeler (BW) compression and decompression of strings over a constant alphabet. For a string of length n, the depth of the compression algorithm is O(log2 n), ... 详细信息
来源: 评论
SPAA'12 - proceedings of the 24th acm symposium on parallelism in algorithms and architectures
SPAA'12 - Proceedings of the 24th ACM Symposium on Paralleli...
收藏 引用
24th acm symposium on parallelism in algorithms and architectures, SPAA'12
The proceedings contain 40 papers. The topics discussed include: time vs. space trade-offs for rendezvous in trees;allowing each node to communicate only once in a distributed system: shared whiteboard models;optimal ...
来源: 评论
Portable parallel programs using architecture-aware libraries  12
Portable parallel programs using architecture-aware librarie...
收藏 引用
27th annual acm symposium on Applied Computing, SAC 2012
作者: Zaraket, Fadi Noureddine, Mohamad Sabra, Mohamed Jaber, Ameen American University of Beirut Lebanon
Programs written for an architecture with n processors require a re-write when migrated to an m processor architecture {(m > n)} to benefit from additional resources. Compiler based solutions do not match manual op... 详细信息
来源: 评论
In Search of parallel Dimensions  12
In Search of Parallel Dimensions
收藏 引用
annual acm symposium on parallel algorithms and architectures
作者: Ravi Rajwar Intel Corporation
Performance matters. But how we improve it is changing. Historically, transparent hardware improvements would mean software just ran faster. That may not necessarily be true in the future. To continue the pace of inno... 详细信息
来源: 评论
Session details: parallel algorithms  12
Session details: Parallel algorithms
收藏 引用
proceedings of the twenty-fourth annual acm symposium on parallelism in algorithms and architectures
作者: Phil Gibbons Intel Research
No abstract available.
来源: 评论
Session details: parallel algorithms and data structures  12
Session details: Parallel algorithms and data structures
收藏 引用
proceedings of the twenty-fourth annual acm symposium on parallelism in algorithms and architectures
作者: Yossi Lev Oracle Labs
No abstract available.
来源: 评论
Session details: parallel algorithms II  12
Session details: Parallel algorithms II
收藏 引用
proceedings of the twenty-fourth annual acm symposium on parallelism in algorithms and architectures
作者: Petra Berenbrink Simon Fraser University
No abstract available.
来源: 评论
Abstraction Failures in Concurrent Programming  12
Abstraction Failures in Concurrent Programming
收藏 引用
annual acm symposium on parallel algorithms and architectures
作者: Doug Lea State University of New York at Oswego Oswego NY USA
Creating components based on concurrent and parallel algorithms and data structures often requires more attention to "engineering" issues not seen with most other libraries. Components created in the "o... 详细信息
来源: 评论