咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 27 篇 工学
    • 27 篇 计算机科学与技术...
    • 24 篇 软件工程
    • 2 篇 电气工程

主题

  • 16 篇 java
  • 3 篇 fortran
  • 3 篇 scientific compu...
  • 2 篇 dsm
  • 2 篇 performance
  • 2 篇 runtime
  • 2 篇 bytecode
  • 2 篇 multi-dimensiona...
  • 2 篇 java virtual mac...
  • 2 篇 tuple
  • 2 篇 compiler
  • 2 篇 object inlining
  • 2 篇 numerical librar...
  • 2 篇 jvm
  • 2 篇 protocols
  • 2 篇 high performance...
  • 2 篇 finite volume
  • 2 篇 object oriented ...
  • 2 篇 java programming...
  • 2 篇 development envi...

机构

  • 4 篇 ibm corp thomas ...
  • 2 篇 los alamos natl ...
  • 2 篇 cornell univ dep...
  • 2 篇 univ tennessee d...
  • 2 篇 blue ridge numer...
  • 2 篇 los alamos natl ...
  • 2 篇 delft univ techn...
  • 2 篇 nasa adv superco...
  • 2 篇 vrije univ amste...
  • 1 篇 natl univ irelan...
  • 1 篇 kyung hee univ d...
  • 1 篇 indiana univ blo...
  • 1 篇 univ massachuset...
  • 1 篇 vrije univ amste...
  • 1 篇 ibm res lab haif...
  • 1 篇 univ illinois co...
  • 1 篇 univ victoria de...
  • 1 篇 univ york dept c...
  • 1 篇 department of co...
  • 1 篇 univ victoria de...

作者

  • 3 篇 bal he
  • 2 篇 chatterjee s
  • 2 篇 biswas r
  • 2 篇 dongarra j
  • 2 篇 veldema r
  • 2 篇 fox g
  • 2 篇 sips hj
  • 2 篇 dendy ed
  • 2 篇 kuijlman f
  • 2 篇 riley cj
  • 2 篇 seymour k
  • 2 篇 padial-collins n...
  • 2 篇 bhoedjang raf
  • 2 篇 hofman rfh
  • 2 篇 vanderheyden wb
  • 2 篇 van reeuwijk c
  • 1 篇 maassen j
  • 1 篇 breg f
  • 1 篇 freeman r
  • 1 篇 shafi aamir

语言

  • 27 篇 英文
检索条件"任意字段=ACM 2001 Java Grande/International Symposium on Computing in Object-Oriented Parallel Environments"
27 条 记 录,以下是21-30 订阅
排序:
java Virtual Machine support for object serialization
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2003年 第3-5期15卷 263-275页
作者: Breg, F Polychronopoulos, CD Univ Illinois Coordinated Sci Lab Urbana IL 61801 USA
Distributed computing has become increasingly popular in the high-performance community. java's remote method invocation (RMI) provides a simple, yet powerful method for implementing parallel algorithms. The perfo... 详细信息
来源: 评论
Kava: a java dialect with a uniform object model for lightweight classes
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2003年 第3-5期15卷 185-206页
作者: Bacon, DF IBM Corp Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA
object-oriented programming languages have always distinguished between 'primitive' and 'user-defined' data types, and in the case of languages like C++ and java the primitives are not even treated as ... 详细信息
来源: 评论
High-performance java codes for computational fluid dynamics
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2003年 第3-5期15卷 395-415页
作者: Riley, CJ Chatterjee, S Biswas, R Blue Ridge Numer Inc Charlottesville VA 22901 USA IBM Corp Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA NASA Adv Supercomp Div Ames Res Ctr Moffett Field CA 94035 USA
The computational science community is reluctant to write large-scale computationally-intensive applications in java due to concerns over java's poor performance, despite the claimed software engineering advantage... 详细信息
来源: 评论
Supporting multidimensional arrays in java
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2003年 第3-5期15卷 317-340页
作者: Moreira, JE Midkiff, SP Gupta, M IBM Corp Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA
The lack of direct support for multidimensional arrays in java(TM) has been recognized as a major deficiency in the language's applicability to numerical computing. It has been shown that, when augmented with mult... 详细信息
来源: 评论
Spar: a set of extensions to java for scientific computation
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2003年 第3-5期15卷 277-297页
作者: van Reeuwijk, C Kuijlman, F Sips, HJ Delft Univ Technol NL-2628 CD Delft Netherlands
We present a set of language extensions that improve the expressiveness and performance of java for scientific computation. The language extensions allow the manipulation of multi-dimensional arrays to be expressed mo... 详细信息
来源: 评论
Sapphire: copying garbage collection without stopping the world
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2003年 第3-5期15卷 223-261页
作者: Hudson, RL Moss, JEB Univ Massachusetts Dept Comp Sci Amherst MA 01003 USA Intel Corp Santa Clara CA 95052 USA
The growing use in concurrent systems of languages that require garbage collection (GC), such as java, is raising practical interest in concurrent GC. Sapphire is a new algorithm for concurrent copying GC for java. It... 详细信息
来源: 评论
Integration and applications of the TAU performance system in parallel java environments  01
Integration and applications of the TAU performance system i...
收藏 引用
Joint acm-international symposium on computing in object-oriented parallel environments Conference on java grande
作者: Sameer Shende Allen D. Malony Department of Computer &amp Information Science University of Oregon Eugene Oregon
parallel java environments present challenging problems for performance tools because of java's rich language system and its multi-level execution platform combined with the integration of native-code application ... 详细信息
来源: 评论