咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是61-70 订阅
排序:
μDatabase: parallelism in a memory-mapped environment
μDatabase: Parallelism in a memory-mapped environment
收藏 引用
proceedings of the 1996 8th annual acm symposium on parallel algorithms and architectures
作者: Buhr, Peter A. Goel, Anil K. Nishimura, Naomi Ragde, Prabhakar Univ of Waterloo Waterloo Canada
The goal of the μDatabase project is to understand the behaviour of data structures and their algorithms, both parallel and sequential, in a memory-mapped environment. Memory mapping allows primary-memory pointer-bas... 详细信息
来源: 评论
parallel multidimensional search using approximation algorithms: With applications to linear-programming and related problems  96
Parallel multidimensional search using approximation algorit...
收藏 引用
proceedings of the 1996 8th annual acm symposium on parallel algorithms and architectures
作者: Sen, Sandeep Indian Inst of Technology New Delhi India
We describe a very simple deterministic parallel algorithm for linear programming in fixed dimension d that takes poly(log log n) time in the common CRCW PRAM model and does optimal O(n) work. Our algorithm is based o... 详细信息
来源: 评论
Approximating biconnectivity in parallel  95
Approximating biconnectivity in parallel
收藏 引用
proceedings of the 7th annual acm symposium on parallel algorithms and architectures, SPAA'95
作者: Chong, Ka Wong Lam, Tak Wah Univ of Hong Kong Hong Kong
Consider the following NP-hard problems: Given a graph G, find the minimum 2-edge connected and 2-vertex connected subgraphs spanning all vertices of G. The past few years have produced exciting sequential algorithms ... 详细信息
来源: 评论
Finding connected components on a scan line array processor  95
Finding connected components on a scan line array processor
收藏 引用
proceedings of the 7th annual acm symposium on parallel algorithms and architectures, SPAA'95
作者: Greenberg, Ronald I. Univ of Maryland College Park MD United States
This paper provides a new approach to labeling the connected components of an n × n image on a scan line array processor (comprised of n processing elements). Variations of this approach yield an algorithm guaran... 详细信息
来源: 评论
Exploring the Design Space of SPMD Divergence Management on Data-parallel architectures  47
Exploring the Design Space of SPMD Divergence Management on ...
收藏 引用
47th annual IEEE/acm International symposium on Microarchitecture (MICRO)
作者: Lee, Yunsup Grover, Vinod Krashinsky, Ronny Stephenson, Mark Keckler, Stephen W. Asanovic, Krste Univ Calif Berkeley Berkeley CA 94720 USA NVIDIA Santa Clara CA USA Univ Texas Austin Austin TX 78712 USA
Data-parallel architectures must provide efficient support for complex control-flow constructs to support sophisticated applications coded in modern single-program multiple-data languages. As these architectures have ... 详细信息
来源: 评论
In-place techniques for parallel convex hull algorithms  91
In-place techniques for parallel convex hull algorithms
收藏 引用
3rd annual acm symposium on parallel algorithms and architectures - SPAA'91
作者: Ghouse, M. Goodrich, M. Dept. of Computer Science Johns Hopkins University Baltimore MD
来源: 评论
Brief Announcement: Better Speedups for parallel Max-Flow  11
Brief Announcement: Better Speedups for Parallel Max-Flow
收藏 引用
23rd annual symposium on parallelism in algorithms and architectures
作者: Caragea, George C. Vishkin, Uzi Univ Maryland Dept Comp Sci College Pk MD 20742 USA
We present a parallel solution to the Maximum-Flow (Max-Flow) problem, suitable for a modern many-core architecture. We show that by starting from a PRAM algorithm, following an established "programmer's work... 详细信息
来源: 评论
parallel and (Nearly) Work-Efficient Dynamic Programming  24
Parallel and (Nearly) Work-Efficient Dynamic Programming
收藏 引用
36th acm symposium on parallelism in algorithms and architectures (SPAA)
作者: Ding, Xiangyun Gu, Yan Sun, Yihan Univ Calif Riverside Riverside CA 92521 USA
The idea of dynamic programming (DP), proposed by Bellman in the 1950s, is one of the most important algorithmic techniques. However, in parallel, many fundamental and sequentially simple problems become more challeng... 详细信息
来源: 评论
Quantitative comparison of parallel computation models
Quantitative comparison of parallel computation models
收藏 引用
proceedings of the 1996 8th annual acm symposium on parallel algorithms and architectures
作者: Juurlink, Ben H.H. Wijshoff, Harry A.G. Leiden Univ Leiden Netherlands
This paper experimentally validates performance related issues for parallel computation models on several parallel platforms (a MasPar MP-1 with 1024 processors, a 64-node GCel and a CM-5 of 64 processors). Our work c... 详细信息
来源: 评论
Directed Transmission Method, a Fully Asynchronous Approach to Solve Sparse Linear Systems in parallel  08
Directed Transmission Method, a Fully Asynchronous Approach ...
收藏 引用
20th acm symposium on parallelism in algorithms and architectures
作者: Wei, Fei Yang, Huazhong Tsinghua Univ Dept Elect Engn Beijing Peoples R China
There are many algorithms to solve large sparse linear systems in parallel;however, most of them acquire synchronization and thus are lack of scalability. In this paper, we propose a new distributed numerical algorith... 详细信息
来源: 评论