咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

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

主题

  • 83 篇 parallel algorit...
  • 69 篇 parallel process...
  • 12 篇 parallel program...
  • 11 篇 computer program...
  • 9 篇 scheduling
  • 7 篇 computer archite...
  • 7 篇 pram
  • 6 篇 computer systems...
  • 5 篇 graph algorithms
  • 4 篇 performance
  • 4 篇 parallel archite...
  • 4 篇 multithreading
  • 4 篇 transactional me...
  • 4 篇 work stealing
  • 3 篇 parallel process...
  • 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 maryland de...
  • 2 篇 univ of californ...
  • 2 篇 department of ma...
  • 2 篇 digital systems ...
  • 2 篇 t.j. watson rese...
  • 2 篇 max planck inst ...

作者

  • 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

语言

  • 353 篇 英文
  • 13 篇 其他
检索条件"任意字段=Proceedings of the eleventh annual ACM symposium on Parallel algorithms and architectures"
366 条 记 录,以下是81-90 订阅
排序:
Finding Strongly Connected Components in parallel using O(log2 n) Reachability Queries  08
Finding Strongly Connected Components in Parallel using <i>O...
收藏 引用
20th acm symposium on parallelism in algorithms and architectures
作者: Schudy, Warren Brown Univ Providence RI 02912 USA
We give a randomized (Las-Vegas) parallel algorithm for computing strongly connected components of a graph with n vertices and m edges. The runtime is dominated by O(log(2) n) multi-source parallel reachability querie... 详细信息
来源: 评论
DREADLOCKS: Efficient Deadlock Detection  08
DREADLOCKS: Efficient Deadlock Detection
收藏 引用
20th acm symposium on parallelism in algorithms and architectures
作者: Koskinen, Eric Herlihy, Maurice Brown Univ Dept Comp Sci Providence RI 02912 USA
We present Dreadlocks. an efficient new shared-memory spin lock that actively detects deadlocks. Instead of spinning on a Boolean value, each thread spins on the lock owner's per-thread digest, a compact represent... 详细信息
来源: 评论
Checkpoints and Continuations Instead of Nested Transactions  08
Checkpoints and Continuations Instead of Nested Transactions
收藏 引用
20th acm symposium on parallelism in algorithms and architectures
作者: Koskinen, Eric Herlihy, Maurice Brown Univ Dept Comp Sci Providence RI 02912 USA
We present a mechanism for partially aborting transactions through the use of data structure checkpoints and control-flow continuations. In particular, we show that boosted transactions [9] already have built-in resto... 详细信息
来源: 评论
parallelizing Dynamic Information Flow Tracking  08
Parallelizing Dynamic Information Flow Tracking
收藏 引用
20th acm symposium on parallelism in algorithms and architectures
作者: Ruwase, Olatunji Gibbons, Phillip B. Mowry, Todd C. Ramachandran, Vijaya Chen, Shimin Kozuch, Michael Ryan, Michael Carnegie Mellon Univ Pittsburgh PA 15213 USA
Dynamic information flow tracking (DIFT) is an important tool for detecting common security attacks and memory bugs. A DIFT tool tracks the flow of information through a monitored program's registers and memory lo... 详细信息
来源: 评论
Scheduling Strategies for Optimistic parallel Execution of Irregular Programs  08
Scheduling Strategies for Optimistic Parallel Execution of I...
收藏 引用
20th acm symposium on parallelism in algorithms and architectures
作者: Kulkarni, Milind Carribault, Patrick Pingali, Keshav Ramanarayanan, Ganesh Walter, Bruce Bala, Kavita Chew, L. Paul Univ Texas Austin Austin TX 78712 USA Cornell Univ Ithaca NY USA
Recent application studies have shown that many irregular applications have a generalized data parallelism that manifests itself as iterative computations over worklists of different kinds. In general, there are compl... 详细信息
来源: 评论
architectures and algorithms for millisecond-scale molecular dynamics simulations of proteins  41
Architectures and algorithms for millisecond-scale molecular...
收藏 引用
2008 - 41st annual IEEE/acm International symposium on Microarchitecture, MICRO-41
作者: Shaw, David E. Columbia's Medical School United States
The ability to perform long, accurate molecular dynamics (MD) simulations involving proteins and other biological macromolecules could in principle lead to important scientific advances and provide a powerful new tool... 详细信息
来源: 评论
Tight Competitive Ratios for parallel Disk Prefetching and Caching  08
Tight Competitive Ratios for Parallel Disk Prefetching and C...
收藏 引用
20th acm symposium on parallelism in algorithms and architectures
作者: Hon, Wing-Kai Shah, Rahul Varman, Peter J. Vitter, Jeffrey Scott Natl Tsing Hua Univ Dept Comp Sci Hsinchu Taiwan Louisiana State Univ Dept Comp Sci Baton Rouge LA 70803 USA Rice Univ Dept ECE Houston TX 77251 USA Purdue Univ Coll Sci W Lafayette IN 47907 USA
We consider the natural extension of the well-known single disk caching problem to the parallel disk I/O model (PDM) [17]. The main challenge is to achieve as much parallelism as possible and avoid I/O bottlenecks. We... 详细信息
来源: 评论
Sparse parallel Delaunay Mesh Refinement  07
Sparse Parallel Delaunay Mesh Refinement
收藏 引用
19th annual symposium on parallelism in algorithms and architectures
作者: Hudson, Benoit Miller, Gary L. Phillips, Todd Carnegie Mellon Univ Dept Comp Sci Pittsburgh PA 15213 USA
The authors recently introduced the technique of sparse mesh refinement to produce the first near-optimal sequential time bounds of O(n lg L/s+m) for inputs in any fixed dimension with piecewise-linear constraining (P... 详细信息
来源: 评论
SuperMatrix Out-of-Order Scheduling of Matrix Operations for SMP and Multi-Core architectures  07
SuperMatrix Out-of-Order Scheduling of Matrix Operations for...
收藏 引用
19th annual symposium on parallelism in algorithms and architectures
作者: Chan, Ernie Quintana-Orti, Enrique S. Quintana-Orti, Gregorio van de Geijn, Robert Univ Texas Austin Dept Comp Sci Austin TX 78712 USA Univ Jaume 1 Dept Ingn & Ciencia Computad Castellon de La Plana Spain
We discuss the high-performance parallel implementation and execution of dense linear algebra matrix operations on SMP architectures;with an eye towards multi-core processors with many cores. We argue that traditional... 详细信息
来源: 评论
A parallel Dynamic Programming Algorithm on a Multi-core Architecture  07
A Parallel Dynamic Programming Algorithm on a Multi-core Arc...
收藏 引用
19th annual symposium on parallelism in algorithms and architectures
作者: Tan, Guangming Sun, Ninghui Gao, Guang R. Chinese Acad Sci Key Lab Comp Syst & Architecture Beijing Peoples R China
Dynamic programming is an efficient technique to solve combinatorial search and optimization problem. There have been many parallel dynamic programming algorithms. The purpose of this paper is to study a family of dyn... 详细信息
来源: 评论