咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

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

主题

  • 82 篇 parallel algorit...
  • 68 篇 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 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 篇 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

语言

  • 352 篇 英文
  • 13 篇 其他
检索条件"任意字段=Proceedings of the twelfth annual ACM symposium on Parallel algorithms and architectures"
365 条 记 录,以下是111-120 订阅
排序:
LogGP: incorporating long messages into the LogP model - one step closer towards a realistic model for parallel computation
LogGP: incorporating long messages into the LogP model - one...
收藏 引用
proceedings of the 7th annual acm symposium on parallel algorithms and architectures, SPAA'95
作者: Alexandrov, Albert Ionescu, Mihai F. Schauser, Klaus E. Scheiman, Chris Univ of California Santa Barbara United States
The original LogP model for parallel computation use four parameters;the communication latency (L), overhead (n), bandwidth (g), and the number of processors (P). This basic model is extended with a linear model for l... 详细信息
来源: 评论
Lower bounds for parallel computation on linked structures  90
Lower bounds for parallel computation on linked structures
收藏 引用
SPAA '90 - proceedings of the 2nd annual acm symposium on parallel algorithms and architectures
作者: Fich, Faith E. Univ of Toronto Toronto Ont Canada
The time required to compute any function of a collection of circular doubly linked lists on a CROW PRAM is shown to be at most a constant factor more than on a CREW PRAM, but this is not true for singly linked lists.... 详细信息
来源: 评论
Three-dimensional pattern matching  97
Three-dimensional pattern matching
收藏 引用
proceedings of the 1997 9th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Galil, Zvi Park, Jong Geun Park, Kunsoo Columbia Univ NY United States
We present a parallel algorithm on a CRCW PRAM for three-dimensional pattern matching, i.e., finding all occurrences of a pattern of size m3 in a text of size n3. The text search of the algorithm is alphabet-independe... 详细信息
来源: 评论
Efficient techniques for fast nested barrier synchronization  95
Efficient techniques for fast nested barrier synchronization
收藏 引用
proceedings of the 7th annual acm symposium on parallel algorithms and architectures, SPAA'95
作者: Ramakrishnan, Vara Scherson, Isaac D. Subramanian, Raghu Univ of California Irvine CA United States
Two hardware barrier synchronization schemes are presented which can support deep levels of control nesting in data parallel programs. Hardware barriers are usually an order of magnitude faster than software implement... 详细信息
来源: 评论
Fast deterministic approximate and exact parallel sorting  93
Fast deterministic approximate and exact parallel sorting
收藏 引用
proceedings of the 5th annual acm symposium on parallel algorithms and architectures
作者: Hagerup, Torben Max-Planck-Institut Für Informatik Im Stadtwald Saarbrücken W-6600 Germany UMIACS University of Maryland College Park 20742 MD United States
Padded sorting requires n input keys to be output in sorted order in an array with slightly more than n locations, unused locations being filled with a special null value. We show that a deterministic CRCW PRAM with k... 详细信息
来源: 评论
SPAA'10 - proceedings of the 22nd annual symposium on parallelism in algorithms and architectures
SPAA'10 - Proceedings of the 22nd Annual Symposium on Parall...
收藏 引用
22nd acm symposium on parallelism in algorithms and architectures, SPAA'10
The proceedings contain 45 papers. The topics discussed include: buffer-space efficient and deadlock-free scheduling of stream applications on multi-core architectures;scheduling to minimize power consumption using su...
来源: 评论
Randomized parallel 3D convex hull algorithm for coarse grained multicomputers
Randomized parallel 3D convex hull algorithm for coarse grai...
收藏 引用
proceedings of the 7th annual acm symposium on parallel algorithms and architectures, SPAA'95
作者: Dehne, Frank Deng, Xiaotie Dymond, Patrick Fabri, Andreas Khokhar, Ashfaq A. Carleton Univ Ottawa Canada
We present a randomized parallel algorithm for constructing the 3D convex hull on a generic p-processor coarse grained multicomputer with arbitrary interconnection network and n/p local memory per processor, where n/p... 详细信息
来源: 评论
SPAA 2023 - proceedings of the 35th acm symposium on parallelism in algorithms and architectures
SPAA 2023 - Proceedings of the 35th ACM Symposium on Paralle...
收藏 引用
35th acm symposium on parallelism in algorithms and architectures, SPAA 2023
The proceedings contain 47 papers. The topics discussed include: Quancurrent: a concurrent quantiles sketch;an efficient scheduler for task-parallel interactive applications;efficient synchronization-light work steali...
来源: 评论
Steady state analysis of diffracting trees
Steady state analysis of diffracting trees
收藏 引用
proceedings of the 1996 8th annual acm symposium on parallel algorithms and architectures
作者: Shavit, Nir Upfal, Eli Zemach, Asaph Tel Aviv Univ Israel
Diffracting trees are an effective and highly scalable distributed-parallel technique for shared counting and load balancing. This paper presents the first steady-state combinatorial model and analysis for diffracting... 详细信息
来源: 评论
annual acm symposium on parallelism in algorithms and architectures
Annual ACM symposium on parallelism in algorithms and archit...
收藏 引用
30th acm symposium on parallelism in algorithms and architectures, SPAA 2018
The proceedings contain 47 papers. The topics discussed include: parallel minimum cuts in near-linear work and low depth;trees for vertex cuts, hypergraph cuts and minimum hypergraph bisection;dynamic representations ...
来源: 评论