咨询与建议

限定检索结果

文献类型

  • 329 篇 会议
  • 31 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 307 篇 工学
    • 266 篇 软件工程
    • 251 篇 计算机科学与技术...
    • 12 篇 电子科学与技术(可...
    • 7 篇 信息与通信工程
    • 4 篇 机械工程
    • 4 篇 控制科学与工程
    • 4 篇 生物工程
    • 3 篇 生物医学工程(可授...
    • 1 篇 力学(可授工学、理...
    • 1 篇 动力工程及工程热...
    • 1 篇 电气工程
    • 1 篇 核科学与技术
    • 1 篇 农业工程
    • 1 篇 环境科学与工程(可...
  • 56 篇 理学
    • 51 篇 数学
    • 5 篇 系统科学
    • 4 篇 生物学
    • 4 篇 统计学(可授理学、...
    • 2 篇 化学
  • 15 篇 管理学
    • 10 篇 管理科学与工程(可...
    • 8 篇 工商管理
    • 5 篇 图书情报与档案管...
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 2 篇 法学
    • 2 篇 社会学
  • 2 篇 教育学
    • 2 篇 教育学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 63 篇 performance
  • 48 篇 parallel process...
  • 39 篇 algorithms
  • 36 篇 parallel program...
  • 33 篇 languages
  • 30 篇 design
  • 20 篇 parallel algorit...
  • 20 篇 gpu
  • 10 篇 experimentation
  • 10 篇 measurement
  • 9 篇 theory
  • 9 篇 parallel computi...
  • 8 篇 parallel
  • 7 篇 mpi
  • 7 篇 graphics process...
  • 7 篇 logic programmin...
  • 7 篇 concurrency
  • 6 篇 parallelism
  • 5 篇 scalability
  • 5 篇 graph algorithms

机构

  • 7 篇 carnegie mellon ...
  • 5 篇 indiana univ blo...
  • 3 篇 univ wisconsin d...
  • 3 篇 univ of tokyo
  • 3 篇 univ chinese aca...
  • 3 篇 massachusetts in...
  • 3 篇 univ illinois ur...
  • 3 篇 swiss fed inst t...
  • 3 篇 mit csail united...
  • 3 篇 shanghai jiao to...
  • 3 篇 tsinghua univ pe...
  • 3 篇 univ utah sch co...
  • 3 篇 purdue univ w la...
  • 3 篇 univ calif berke...
  • 2 篇 ist austria klos...
  • 2 篇 georgetown univ ...
  • 2 篇 yale university ...
  • 2 篇 coll william & m...
  • 2 篇 shanghai key lab...
  • 2 篇 univ of wisconsi...

作者

  • 8 篇 blelloch guy e.
  • 6 篇 hoefler torsten
  • 6 篇 garland michael
  • 6 篇 chen haibo
  • 6 篇 shun julian
  • 5 篇 sun yihan
  • 5 篇 zhai jidong
  • 5 篇 tsigas philippas
  • 5 篇 kennedy ken
  • 4 篇 dhulipala laxman
  • 4 篇 miller barton p.
  • 4 篇 tan guangming
  • 4 篇 wang haojie
  • 4 篇 nikolopoulos dim...
  • 4 篇 long guoping
  • 4 篇 valero mateo
  • 4 篇 mellor-crummey j...
  • 4 篇 agrawal kunal
  • 4 篇 gu yan
  • 4 篇 leiserson charle...

语言

  • 345 篇 英文
  • 15 篇 其他
检索条件"任意字段=Proceedings of the 14th ACM SIGPLAN symposium on Principles and practice of parallel programming"
360 条 记 录,以下是271-280 订阅
排序:
Teaching parallel computing to science faculty: Best practices and common pitfalls
Teaching parallel computing to science faculty: Best practic...
收藏 引用
2006 acm sigplan symposium on principles and practice of parallel programming, PPOPP'06
作者: Joiner, David A. Gray, Paul Murphy, thomas Peck, Charles Kean University 1000 Morris Ave Union NJ 07083 University of Northern Iowa 1227 West 27th St Cedar Falls IA 50614 Contra Costa College 2600 Mission Bell Dr San Pablo CA 94806 Earlham College 801 National Rd West Richmond IN 47374
In 2002, we first brought High Performance Computing (HPC) methods to the college classroom as a way to enrich Computational Science education. through the years, we have continued to facilitate college faculty in sci... 详细信息
来源: 评论
User-controllable coherence for high performance shared memory multiprocessors  03
User-controllable coherence for high performance shared memo...
收藏 引用
9th acm sigplan symposium on principles and practice of parallel programming
作者: McCurdy, C Fischer, C Univ Wisconsin Dept Comp Sci Madison WI 53706 USA
In programming high performance applications, shared address-space platforms are preferable for fine-grained computation, while distributed address-space platforms are more suitable for coarse-grained computation. How... 详细信息
来源: 评论
ARMI: An adaptive, platform independent communication library  03
ARMI: An adaptive, platform independent communication librar...
收藏 引用
9th acm sigplan symposium on principles and practice of parallel programming
作者: Saunders, S Rauchwerger, L Texas A&M Univ Dept Comp Sci College Stn TX 77843 USA
ARMI is a communication library that provides a framework for expressing fine-grain parallelism and mapping it to a particular machine using shared-memory and message passing library calls. the library is an advanced ... 详细信息
来源: 评论
Compactly representing parallel program executions  03
Compactly representing parallel program executions
收藏 引用
9th acm sigplan symposium on principles and practice of parallel programming
作者: Goel, A Roychoudhury, A Mitra, T Natl Univ Singapore Sch Comp Singapore 117543 Singapore
Collecting a program's execution profile is important for many reasons: code optimization, memory layout, program debugging and program comprehension. Path based execution profiles are more detailed than count bas... 详细信息
来源: 评论
Using generative design patterns to generate parallel code for a distributed memory environment  03
Using generative design patterns to generate parallel code f...
收藏 引用
9th acm sigplan symposium on principles and practice of parallel programming
作者: Tan, K Szafron, D Schaeffer, J Anvik, J MacDonald, S Univ Alberta Dept Comp Sci Edmonton AB T6G 2E8 Canada Univ Waterloo Sch Comp Sci Waterloo ON N2L 3G1 Canada
A design pattern is a mechanism for encapsulating the knowledge of experienced designers into a re-usable artifact. parallel design patterns reflect commonly occurring parallel communication and synchronization struct... 详细信息
来源: 评论
parallel 'go with the winners' algorithms in distributed memory models
收藏 引用
JOURNAL OF parallel AND DISTRIBUTED COMPUTING 2003年 第9期63卷 801-814页
作者: Peinado, M Lengauer, T Microsoft Corp Redmond WA 98052 USA Max Planck Inst Comp Sci D-66123 Saarbrucken Germany
We parallelize the 'go with the winners' algorithm of Aldous and Vazirani (in: proceedings of the 35th IEEE symposium on the Foundations of Computer Science, IEEE Computer Society Press, Silver Spring., MD, 19... 详细信息
来源: 评论
Impala: a middleware system for managing autonomic, parallel sensor systems  03
Impala: a middleware system for managing autonomic, parallel...
收藏 引用
9th acm sigplan symposium on principles and practice of parallel programming
作者: Liu, T Martonosi, M Princeton Univ Dept Comp Sci Princeton NJ 08544 USA Princeton Univ Dept Elect Engn Princeton NJ 08544 USA
Sensor networks are long-running computer systems with many sensing/compute nodes working to gather information about their environment, process and fuse that information, and in some cases, actuate control mechanisms... 详细信息
来源: 评论
Proceeding of the acm sigplan symposium on principles and practice of parallel programming, PPOPP
Proceeding of the ACM SIGPLAN symposium on principles and pr...
收藏 引用
8th acm sigplan symposium on principles and practice of parallel programming
the proceedings contains 14 papers from the conference on the proceedings of the acm sigplan symposium on principles and practice of parallel programming, PPOPP. Topics discussed include: reference idempotency analysi... 详细信息
来源: 评论
parallel programming challenges for Internet-scale computing (Entropia)  01
Parallel programming challenges for Internet-scale computing...
收藏 引用
8th acm sigplan symposium on principles and practice of parallel programming
作者: Chien, A.A. Entropia Inc. University of California San Diego CA United States
No abstract available.
来源: 评论
parallel computing in 2010: Opportunities and challenges in a networked world  01
Parallel computing in 2010: Opportunities and challenges in ...
收藏 引用
8th acm sigplan symposium on principles and practice of parallel programming
作者: Foster, I. Argonne National Laboratory and University of Chicago
No abstract available.
来源: 评论