咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是301-310 订阅
排序:
SPAA 2024 - Proceedings of the 36th acm symposium on parallelism in algorithms and architectures
SPAA 2024 - Proceedings of the 36th ACM Symposium on Paralle...
收藏 引用
36th acm symposium on parallelism in algorithms and architectures, SPAA 2024
The proceedings contain 54 papers. The topics discussed include: expediting hazard pointers with bounded RCU critical sections;Alock: asymmetric lock primitive for RDMA systems;when is parallelism fearless and zero-co...
来源: 评论
parallel Minimum Cuts in O(m log2 n) Work and Low Depth
收藏 引用
acm TRANSACTIONS ON parallel COMPUTING 2023年 第4期10卷 1-28页
作者: Anderson, Daniel Blelloch, Guy E. Carnegie Mellon Univ 5000 Forbes Ave Pittsburgh PA 15213 USA
We present a randomized O(m log(2) n) work, O( polylogn) depth parallel algorithm for minimum cut. This algorithm matches thework bounds of a recent sequential algorithm by Gawrychowski, Mozes, andWeimann [ICALP'2... 详细信息
来源: 评论
Practical Massively parallel Sorting  15
Practical Massively Parallel Sorting
收藏 引用
27th acm symposium on parallelism in algorithms and architectures (SPAA)
作者: Axtmann, Michael Bingmann, Timo Sanders, Peter Schulz, Christian Karlsruhe Inst Technol Karlsruhe Germany
Previous parallel sorting algorithms do not scale to the largest available machines, since they either have prohibitive communication volume or prohibitive critical path length. We describe algorithms that are a viabl... 详细信息
来源: 评论
Space and Time Efficient parallel Graph Decomposition, Clustering, and Diameter Approximation  15
Space and Time Efficient Parallel Graph Decomposition, Clust...
收藏 引用
27th acm symposium on parallelism in algorithms and architectures (SPAA)
作者: Ceccarello, Matteo Pietracaprina, Andrea Pucci, Geppino Upfal, Eli Univ Padua Dept Informat Engn Padua Italy Brown Univ Dept Comp Sci Providence RI 02912 USA
We develop a novel parallel decomposition strategy for un-weighted, undirected graphs, based on growing disjoint connected clusters from batches of centers progressively selected from yet uncovered nodes. With respect... 详细信息
来源: 评论
Exploiting flexibly assignable work to improve load balance  02
Exploiting flexibly assignable work to improve load balance
收藏 引用
Fourteenth annual acm symposium on parallel algorithms and architectures
作者: Pinar, Ali Hendrickson, Bruce NERSC Lawrence Berkeley National Lab. Berkeley CA 94720 United States Parallel Computing Sciences Dept. Sandia National Laboratories Albuquerque NM 87185-1110 United States
In many applications of parallel computing, distribution of the data unambiguously implies distribution of work among processors. But there are exceptions where some tasks can be assigned to one of several processors ... 详细信息
来源: 评论
Automatic parallel I/O performance optimization in Panda  98
Automatic parallel I/O performance optimization in Panda
收藏 引用
Proceedings of the 1998 10th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Chen, Y. Winslett, M. Cho, Y. Kuo, S. Univ of Illinois
parallel I/O systems typically consist of individual processors, communication networks, and a large number of disks. Managing and utilizing these resources to meet performance, portability and usability goals of appl... 详细信息
来源: 评论
Simple randomized mergesort on parallel disks  96
Simple randomized mergesort on parallel disks
收藏 引用
Proceedings of the 1996 8th annual acm symposium on parallel algorithms and architectures
作者: Barve, Rakesh D. Grove, Edward F. Vitter, Jeffrey Scott Duke Univ Durham NC United States
We consider the problem of sorting a file of N records on the D-disk model of parallel I/O [VS94] in which there are two sources of parallelism. Records are transferred to and from disk concurrently in blocks of B con... 详细信息
来源: 评论
Localized algorithm for parallel association mining
Localized algorithm for parallel association mining
收藏 引用
Proceedings of the 1997 9th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Zaki, Mohammed Javeed Parthasarathy, Srinivasan Li, Wei Univ of Rochester Rochester United States
Discovery of association rules is an important database mining problem. Mining for association rules involves extracting patterns from large databases and inferring useful rules from them. Several parallel and sequent... 详细信息
来源: 评论
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 ...
来源: 评论
Efficient low-contention parallel algorithms
收藏 引用
JOURNAL OF COMPUTER AND SYSTEM SCIENCES 1996年 第3期53卷 417-442页
作者: Gibbons, PB Matias, Y Ramachandran, V UNIV TEXAS DEPT COMP SCI AUSTIN TX 78712 USA
The queue-read, queue-write (QRQW) parallel random access machine ( PRAM) model permits concurrent reading and writing to shared memory locations, but at a cost proportional to the number of readers/writers to any one... 详细信息
来源: 评论