咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是261-270 订阅
排序:
Efficient compilation of high-level data parallel algorithms  94
Efficient compilation of high-level data parallel algorithms
收藏 引用
proceedings of the 6th annual acm symposium on parallel algorithms and architectures
作者: Suciu, Dan Tannen, Val Univ. of Pennsylvania Philadelpia
We present a high-level parallel calculus for nested sequences, NSC, offered as a possible theoretical “core” of an entire class of collection-oriented parallel languages. NSC is based on while-loops as opposed to g... 详细信息
来源: 评论
Modeling communication in parallel algorithms. A fruitful interaction between theory and systems?  94
Modeling communication in parallel algorithms. A fruitful in...
收藏 引用
proceedings of the 6th annual acm symposium on parallel algorithms and architectures
作者: Pal, Singh, Jaswinder Rothberg, Edward Gupta, Anoop Computer Systems Laboratory Stanford University Stanford CA Intel Supercomputer Systems 14924 NW Greenbrier Pkwy C06-09 Beaverton OR
Recently, several theoretical models of parallel architectures have been proposed to replace the PRAM as the model that is presented to an algorithm designer. A primary focus of the new models is to include the cost o... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Studying overheads in massively parallel Min/Max-tree evaluation (extended abstract)  94
Studying overheads in massively parallel Min/Max-tree evalua...
收藏 引用
6th annual acm symposium on parallel algorithms and architectures, SPAA 1994
作者: Feldmann, Rainer Mysliwietz, Peter Monien, Burkhard Department of Mathematics and Computer Science University of Paderborn Germany
In this paper we study the overheads arising in our algorithm for distributed evaluation of Min/Max trees. The overheads are classified into search overhead, performance loss, and decrease of work load. Several mechan... 详细信息
来源: 评论
Dynamic load balancing in parallel and distributed networks by random matchings (extended abstract)  94
Dynamic load balancing in parallel and distributed networks ...
收藏 引用
6th annual acm symposium on parallel algorithms and architectures, SPAA 1994
作者: Ghosh, Bhaskar Muthukrishnan, S. Department of Computer Science Yale University P.O. Box 208285 New HavenCT06520 United States Courant Institute of Mathematical Sciences New York University 251 Mercer Street New YorkNY10012-1185 United States
The fundamental problems in dynamic load balancing and job scheduling in parallel and distributed computers involve moving load between processors. In this paper, we consider a new model for load movement in synchrono... 详细信息
来源: 评论
Efficient low-contention parallel algorithms  94
Efficient low-contention parallel algorithms
收藏 引用
proceedings of the 6th annual acm symposium on parallel algorithms and architectures
作者: Gibbons, Philip B. Matias, Yossi Ramachandran, Vijaya AT&T Bell Laboratories 600 Mountain Ave. Murray Hill NJ Dept. of Computer Sciences University of Texas Austin TX
The queue-read, queue-write (QRQW) PRAM model [GMR94] permits concurrent reading and writing, but at a cost proportional to the number of readers/writers to a memory location in a given step. The QRQW model reflects t... 详细信息
来源: 评论
Experiences with parallel N-body simulation  94
Experiences with parallel N-body simulation
收藏 引用
proceedings of the 6th annual acm symposium on parallel algorithms and architectures
作者: Liu, Pangfeng Bhatt, Sandeep N. DIMACS Rutgers University Piscataway NJ Bell Communications Research Morristown NJ
This paper describes our experiences developing high-performance code for astrophysical N-body simulations. Recent N-body methods are based on an adaptive tree structure. The tree must be built and maintained across p... 详细信息
来源: 评论
Dynamic parallel tree contraction  94
Dynamic parallel tree contraction
收藏 引用
proceedings of the 6th annual acm symposium on parallel algorithms and architectures
作者: Reif, John H. Tate, Stephen R. Carnegie Mellon Univ. Pittsburgh PA Univ. of North Texas Denton TX
parallel tree contraction has been found to be a useful and quite powerful tool for the design of a wide class of efficient graph algorithms. We propose a corresponding technique for the parallel solution of increment... 详细信息
来源: 评论
O(log2 n) time efficient parallel factorization of dense, sparse separable and banded matrices  94
O(log2 n) time efficient parallel factorization of dense, sp...
收藏 引用
proceedings of the 6th annual acm symposium on parallel algorithms and architectures
作者: Reif, John H. Carnegie Mellon Univ. Pittsburgh PA
Known polylog parallel algorithms for the solution of linear systems and related problems require computation of the characteristic polynomial or related forms, which are known to be highly unstable in practice. Howev... 详细信息
来源: 评论