咨询与建议

限定检索结果

文献类型

  • 1,504 篇 会议
  • 105 篇 期刊文献

馆藏范围

  • 1,609 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 1,168 篇 工学
    • 1,111 篇 计算机科学与技术...
    • 557 篇 软件工程
    • 118 篇 电气工程
    • 75 篇 信息与通信工程
    • 46 篇 控制科学与工程
    • 37 篇 电子科学与技术(可...
    • 13 篇 材料科学与工程(可...
    • 13 篇 农业工程
    • 11 篇 机械工程
    • 11 篇 光学工程
    • 8 篇 化学工程与技术
    • 8 篇 生物工程
    • 7 篇 建筑学
    • 7 篇 生物医学工程(可授...
    • 6 篇 动力工程及工程热...
    • 5 篇 土木工程
    • 3 篇 力学(可授工学、理...
  • 579 篇 理学
    • 557 篇 数学
    • 55 篇 统计学(可授理学、...
    • 16 篇 物理学
    • 9 篇 生物学
    • 9 篇 系统科学
    • 8 篇 化学
  • 73 篇 管理学
    • 64 篇 管理科学与工程(可...
    • 40 篇 工商管理
    • 10 篇 图书情报与档案管...
  • 16 篇 农学
    • 16 篇 作物学
  • 6 篇 经济学
    • 6 篇 应用经济学
  • 3 篇 法学
    • 3 篇 社会学
  • 3 篇 教育学
    • 3 篇 教育学
  • 2 篇 医学
  • 1 篇 文学
  • 1 篇 军事学

主题

  • 237 篇 parallel algorit...
  • 173 篇 parallel process...
  • 80 篇 computer archite...
  • 74 篇 parallel process...
  • 57 篇 parallel program...
  • 55 篇 algorithms
  • 47 篇 parallel archite...
  • 41 篇 hardware
  • 30 篇 scheduling
  • 27 篇 computer program...
  • 21 篇 graph algorithms
  • 20 篇 computer systems...
  • 18 篇 approximation al...
  • 18 篇 processor schedu...
  • 18 篇 computational mo...
  • 18 篇 field programmab...
  • 17 篇 parallel computi...
  • 16 篇 computer science
  • 16 篇 performance
  • 16 篇 delay

机构

  • 32 篇 carnegie mellon ...
  • 15 篇 swiss fed inst t...
  • 15 篇 carnegie mellon ...
  • 11 篇 univ maryland de...
  • 11 篇 stanford univ st...
  • 10 篇 univ maryland co...
  • 10 篇 mit 77 massachus...
  • 10 篇 univ calif berke...
  • 8 篇 eth zurich
  • 7 篇 georgetown univ ...
  • 7 篇 mit cambridge ma...
  • 7 篇 univ texas austi...
  • 6 篇 penn state univ ...
  • 6 篇 mit csail cambri...
  • 5 篇 univ calif river...
  • 5 篇 princeton univer...
  • 5 篇 university of ma...
  • 5 篇 microsoft res re...
  • 5 篇 carnegie mellon ...
  • 5 篇 harvard univ cam...

作者

  • 38 篇 blelloch guy e.
  • 20 篇 gu yan
  • 18 篇 gibbons phillip ...
  • 18 篇 shun julian
  • 18 篇 goodrich michael...
  • 16 篇 fineman jeremy t...
  • 15 篇 sun yihan
  • 14 篇 dhulipala laxman
  • 13 篇 vishkin uzi
  • 12 篇 agrawal kunal
  • 11 篇 leiserson charle...
  • 10 篇 ballard grey
  • 10 篇 hoefler torsten
  • 10 篇 anon
  • 10 篇 miller gary l.
  • 10 篇 harris david g.
  • 9 篇 ghaffari mohsen
  • 9 篇 tangwongsan kana...
  • 9 篇 reif john h.
  • 9 篇 demmel james

语言

  • 1,569 篇 英文
  • 40 篇 其他
检索条件"任意字段=Annual ACM Symposium on Parallel Algorithms and Architectures"
1609 条 记 录,以下是1221-1230 订阅
排序:
Genetic-based solution to load balancing in parallel computers
Genetic-based solution to load balancing in parallel compute...
收藏 引用
Proceedings of the 22nd annual acm Computer Science Conference
作者: Baumgartner, Joseph P. Cook, Diane J. Univ of Texas at Arlington
Efficient use of resources in a parallel computer often requires the redistribution of tasks during the execution of applications. This problem of load balancing is a formidable one because of the unpredictable and dy... 详细信息
来源: 评论
Scheduling parallel tasks to minimize average response time
Scheduling parallel tasks to minimize average response time
收藏 引用
Proceedings of the Fifth annual SIAM symposium on Discrete algorithms
作者: Turek, John Schwiegelshohn, Uwe Wolf, Joel L. Yu, Philip S. IBM Thomas J. Watson Research Cent Yorktown Heights United States
Consider a system of independent tasks which are to be scheduled without preemption on a parallel computer. For each task both the number of processors required and the corresponding execution time are known. The prob... 详细信息
来源: 评论
Lazy array data-flow dependence analysis  94
Lazy array data-flow dependence analysis
收藏 引用
21st annual acm symposium on Principles of Programming Languages, POPL'94
作者: Maslov, Vadim Univ of Maryland College Park MD United States
Automatic parallelization of real FORTRAN programs does not live up to users expectations yet, and dependence analysis algorithms which either produce too many false dependences or are too slow contribute significantl... 详细信息
来源: 评论
Optimal parallel string algorithms: Merging, sorting and computing the minimum  26
Optimal parallel string algorithms: Merging, sorting and com...
收藏 引用
Proceedings of the 26th annual acm symposium on the Theory of Computing
作者: Hagerup, Torben Max-Planck-Inst fuer Informatik Saarbruecken Germany
We study fundamental comparison problems on strings of characters, equipped with the usual lexicographical ordering. For each problem studied, we give a parallel algorithm that is optimal with respect to at least one ... 详细信息
来源: 评论
An o(n) work EREW parallel algorithm for updating MST  2nd
收藏 引用
2nd annual European symposium on algorithms, ESA 1994
作者: Das, Sajal K. Ferragina, Paolo Dept. of Computer Science University of North Texas P.O. Box 13886 DentonTX76203 United States Dipartimento di Informatica Università di Pisa Corso Italia 40 Pisa56125 Italy
We provide an o(m)-work EREW PRAM algorithm to maintain the minimum spanning forest of an undirected graph under edge insertions and deletions. Then, using the sparsification data structure, we improve this result obt... 详细信息
来源: 评论
Impact of sharing-based thread placement on multithreaded architectures
Impact of sharing-based thread placement on multithreaded ar...
收藏 引用
Proceedings of the 21st annual International symposium on Computer Architecture
作者: Thekkath, Radhika Eggers, Susan J. Univ of Washington Seattle United States
Multithreaded architectures context switch between instruction streams to hide memory access latency. Although this improves processor utilization, it can increase cache interference and degrade overall performance. O... 详细信息
来源: 评论
QRQW PRAM: Accounting for contention in parallel algorithms
QRQW PRAM: Accounting for contention in parallel algorithms
收藏 引用
Proceedings of the Fifth annual SIAM symposium on Discrete algorithms
作者: Gibbons, Phillip B. Matias, Yossi Ramachandran, Vijaya AT&T Bell Lab Murray Hill United States
We introduce the queue-read, queue-write (QRQW) PRAM model, which permits concurrent reading and writing, but at a cost proportional to the number of readers/writers to a memory location in a given step. Previously, t... 详细信息
来源: 评论
Subtree max gap problem with application to parallel string covering
Subtree max gap problem with application to parallel string ...
收藏 引用
Proceedings of the Fifth annual SIAM symposium on Discrete algorithms
作者: Ben-Amram, Amir M. Berkman, Omer Iliopoulos, Costas S. Park, Kunsoo
We introduce the subtree max gap problem. Consider a tree T with n leaves whose internal nodes have degree at least two. Each leaf is associated with a real number. For each internal node v, let Av be the set of numbe... 详细信息
来源: 评论
The parallel complexity of eden growth, solid-on-solid growth and ballistic deposition  2nd
收藏 引用
2nd annual European symposium on algorithms, ESA 1994
作者: Greenlaw, Raymond Machta, Jonathan Department of Computer Science University of New Hampshire DurhamNH03824 United States Department of Physics and Astronomy University of Massachusetts AmherstMA01003 United States
In this interdisciplinary research we apply the tools of algorithmic complexity theory to three important non-equilibrium growth models that are used in statistical physics. Much of the insight into these models has b... 详细信息
来源: 评论
Optimal parallel approximation for prefix sums and integer sorting
Optimal parallel approximation for prefix sums and integer s...
收藏 引用
Proceedings of the Fifth annual SIAM symposium on Discrete algorithms
作者: Goodrich, Michael T. Matias, Yossi Vishkin, Uzi Johns Hopkins Univ Baltimore United States
parallel prefix computation is perhaps the most frequently used subroutine in parallel algorithms today. Its time complexity on the CRCW PRAM is Θ(lg n/lg lg n) using a polynomial number of processors, even in a rand... 详细信息
来源: 评论