咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是191-200 订阅
排序:
Analysis of dag-consistent distributed shared-memory algorithms
Analysis of dag-consistent distributed shared-memory algorit...
收藏 引用
proceedings of the 1996 8th annual acm symposium on parallel algorithms and architectures
作者: Blumofe, Robert D. Frigo, Matteo Joerg, Christopher F. Leiserson, Charles E. Randall, Keith H. Univ of Texas at Austin Austin TX United States
In this paper, we analyze the performance of parallel multithreaded algorithms that use dag-consistent distributed shared memory. Specifically, we analyze execution time, page faults, and space requirements for multit... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Modeling the benefits of mixed data and task parallelism  95
Modeling the benefits of mixed data and task parallelism
收藏 引用
proceedings of the 7th annual acm symposium on parallel algorithms and architectures, SPAA'95
作者: Chakrabarti, Soumen Demmel, James Yelick, Katherine U.C. Berkeley Berkeley CA United States
Mixed task and data parallelism exists naturally in many applications, but utilizing it may require sophisticated scheduling algorithms and software support. Recently, significant research effort has been applied to e... 详细信息
来源: 评论
parallel Sparse Matrix-Vector and Matrix-Transpose-Vector Multiplication Using Compressed Sparse Blocks  09
Parallel Sparse Matrix-Vector and Matrix-Transpose-Vector Mu...
收藏 引用
21st acm symposium on parallelism in algorithms and architectures
作者: Buluc, Aydin Fineman, Jeremy T. Frigo, Matteo Gilbert, John R. Leiserson, Charles E. Univ Calif Santa Barbara Dept Comp Sci Santa Barbara CA 93106 USA
This paper introduces a storage format for sparse matrices, called compressed sparse blocks (CSB), which allows both Ax and A(x)(inverted perpendicular) to be computed efficiently in parallel, where A is an n x n spar... 详细信息
来源: 评论
parallel continuous randomized load balancing
Parallel continuous randomized load balancing
收藏 引用
proceedings of the 1998 10th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Berenbrink, P. Friedetzky, T. Mayr, E.W. Paderborn Univ Paderborn Germany
Recently, the subject of allocating tasks to servers has attracted much attention. There are several ways of distinguishing load balancing problems. There are sequential and parallel strategies, that is, placing the t... 详细信息
来源: 评论
parallel algorithms for routing in non-blocking networks  91
Parallel algorithms for routing in non-blocking networks
收藏 引用
3rd annual acm symposium on parallel algorithms and architectures, SPAA 1991
作者: Lin, Geng Pippenger, Nicholas Department of Computer Science University of British Columbia VancouverBCV6T 1W5 Canada
Non-blocking networks have many applications in communications. Typical examples are telephone switching networks and communication networks among processors or between processors and memory devices. We construct non-... 详细信息
来源: 评论
From algorithm parallelism to instruction-level parallelism: An encode-decode chain using prefix-sum
From algorithm parallelism to instruction-level parallelism:...
收藏 引用
proceedings of the 1997 9th annual acm symposium on parallel algorithms and architectures, SPAA
作者: Vishkin, Uzi
A novel comprehensive and coherent approach for the purpose of increasing instruction-level parallelism (ILP) is devised. The key new tool in our envisioned system update is the addition of a parallel prefix-sum (PS) ... 详细信息
来源: 评论
Near Linear-Work parallel SDD Solvers, Low-Diameter Decomposition, and Low-Stretch Subgraphs  11
Near Linear-Work Parallel SDD Solvers, Low-Diameter Decompos...
收藏 引用
23rd annual symposium on parallelism in algorithms and architectures
作者: Blelloch, Guy E. Gupta, Anupam Koutis, Ioannis Miller, Gary L. Peng, Richard Tangwongsan, Kanat Carnegie Mellon Univ Pittsburgh PA 15213 USA
This paper presents the design and analysis of a near linear-work parallel algorithm for solving symmetric diagonally dominant (SDD) linear systems. On input of a SDD n-by-n matrix A with m non-zero entries and a vect... 详细信息
来源: 评论
MODELS FOR USE IN THE DESIGN OF MACRO-PIPELINED parallel PROCESSORS.
MODELS FOR USE IN THE DESIGN OF MACRO-PIPELINED PARALLEL PRO...
收藏 引用
Conference proceedings - 12th annual International symposium on Computer Architecture.
作者: Smith, Bradley Warren Siegel, Howard Jay Purdue Univ Sch of Electrical Engineering West Lafayette IN USA Purdue Univ Sch of Electrical Engineering West Lafayette IN USA
An approach is proposed for modeling off-the-shelf hardware and for modeling parallel algorithms, along with a design methodology to use the information provided by these models, to design a class of macro-pipelined s... 详细信息
来源: 评论
On parallel evaluation of game trees  89
On parallel evaluation of game trees
收藏 引用
1st annual acm symposium on parallel algorithms and architectures, SPAA 1989
作者: Karp, Richard M. Zhang, Yanjun Computer Science Division University of California BerkeleyCA94720 United States
We present parallel algorithms for evaluating game trees. These algorithms parallelize the "left-To-right" sequential algorithm for evaluating AND]OR trees and the α-β pruning procedure for evaluating MIN/... 详细信息
来源: 评论