咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是241-250 订阅
排序:
Fast fault-tolerant parallel communication and on-line maintenance using information dispersal  90
Fast fault-tolerant parallel communication and on-line maint...
收藏 引用
SPAA '90 - proceedings of the 2nd annual acm symposium on parallel algorithms and architectures
作者: Lyuu, Yuh-Dauh Harvard Univ Cambridge MA United States
Space-efficient Information Dispersal Algorithm (IDA) [11] is applied to parallel communication in the hypercube. Let N denote the size of the network. Our communication scheme runs in 2·log N + 1 time using cons... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Lower bounds for randomized exclusive write PRAMs  95
Lower bounds for randomized exclusive write PRAMs
收藏 引用
proceedings of the 7th annual acm symposium on parallel algorithms and architectures, SPAA'95
作者: MacKenzie, Philip D. Sandia Natl Lab Albuquerque NM United States
In this paper we study the question: How useful is randomization in speeding up Exclusive Write PRAM computations? Our results give further evidence that randomization is of limited use in these types of computations.... 详细信息
来源: 评论
HARP: A fast spectral partitioner
HARP: A fast spectral partitioner
收藏 引用
proceedings of the 1997 9th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Simon, Horst D. Sohn, Andrew Biswas, Rupak Lawrence Berkeley Natl Lab Berkeley United States
Partitioning unstructured graphs is central to the parallel solution of computational science and engineering problems. Spectral partitioners, such recursive spectral bisection (RSB), have proven effective in generati... 详细信息
来源: 评论
SCHEDULING MALLEABLE AND NONMALLEABLE parallel TASKS
SCHEDULING MALLEABLE AND NONMALLEABLE PARALLEL TASKS
收藏 引用
5th annual acm-SIAM symposium on Discrete algorithms
作者: LUDWIG, W TIWARI, P UNIV WISCONSIN DEPT COMP SCIMADISONWI 53706
A malleable parallel task is one that can be executed on any number of processors, with its execution time being a function of the number of processors allotted to it. A nonmalleable parallel task is one that requires... 详细信息
来源: 评论
List ranking and list scan on the Cray C-90  94
List ranking and list scan on the Cray C-90
收藏 引用
6th annual acm symposium on parallel algorithms and architectures, SPAA 1994
作者: Reid-Miller, Margaret School of Computer Science Carnegie Mellon University PittsburghPA15213-3891 United States
List ranking and list scan are two primitive operations used in many parallel algorithms that use list, trees, and graph data structures. But vectorizing and parallelizing list ranking is a challenge because it is hig... 详细信息
来源: 评论
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... 详细信息
来源: 评论
MediaBench: A tool for evaluating and synthesizing multimedia and communications systems
MediaBench: A tool for evaluating and synthesizing multimedi...
收藏 引用
30th annual IEEE/acm International symposium on Microarchitecture (MICRO-30)
作者: Lee, CH Potkonjak, M Mangione-Smith, WH Univ Calif Los Angeles Dept Comp Sci Los Angeles CA 90024 USA
Over the last decade, significant advances have been made in compilation technology for capitalizing on instruction-level parallelism (ILP). The vast majority of ILP compilation research has been conducted in the cont... 详细信息
来源: 评论
Efficient computations on fault-prone BSP machines  97
Efficient computations on fault-prone BSP machines
收藏 引用
proceedings of the 1997 9th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Kontogiannis, Spyros C. Pantzio, Grammati E. Spirakis, Paul G. Patras Univ Patras Greece
In this paper general simulations of algorithms designed for fully operational BSP machines on BSP machines with faulty or unavailable processors, are developed. The fail-stop model is considered for the fault occurre... 详细信息
来源: 评论
Deadlock-free routing in arbitrary networks via the flattest common supersequence method  98
Deadlock-free routing in arbitrary networks via the flattest...
收藏 引用
proceedings of the 1998 10th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Laing, A.K. Cypher, R. The Johns Hopkins Univ Baltimore MD United States
In this paper we consider the problem of deadlock-free routing in arbitrary parallel and distributed computers. We focus on asynchronous routing algorithms which continuously receive new packets to route and which do ... 详细信息
来源: 评论