咨询与建议

限定检索结果

文献类型

  • 24 篇 期刊文献
  • 6 篇 会议
  • 5 册 图书
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 28 篇 工学
    • 24 篇 计算机科学与技术...
    • 21 篇 软件工程
    • 3 篇 电气工程
    • 1 篇 生物工程
  • 4 篇 理学
    • 3 篇 数学
    • 1 篇 生物学
    • 1 篇 统计学(可授理学、...
  • 1 篇 哲学
    • 1 篇 哲学
  • 1 篇 教育学
    • 1 篇 心理学(可授教育学...
  • 1 篇 医学
    • 1 篇 基础医学(可授医学...
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 36 篇 object-oriented ...
  • 4 篇 programming lang...
  • 3 篇 inheritance
  • 2 篇 denotational sem...
  • 2 篇 nested classes
  • 2 篇 java (computer p...
  • 2 篇 parallel program...
  • 2 篇 virtual classes
  • 2 篇 persistent objec...
  • 2 篇 parallel program...
  • 2 篇 high performance...
  • 2 篇 c++ (computer pr...
  • 2 篇 object-oriented ...
  • 1 篇 internetworking ...
  • 1 篇 asynchronous tra...
  • 1 篇 dynamický progra...
  • 1 篇 smalltalk-80
  • 1 篇 exception handli...
  • 1 篇 international bu...
  • 1 篇 mixed-language p...

机构

  • 2 篇 univ fed ceara f...
  • 1 篇 wright state uni...
  • 1 篇 univ politecn ma...
  • 1 篇 ibm corp div res...
  • 1 篇 univ london impe...
  • 1 篇 carleton univ sc...
  • 1 篇 univ politecn ca...
  • 1 篇 cornell universi...
  • 1 篇 netflix
  • 1 篇 univ manchester ...
  • 1 篇 arizona state un...
  • 1 篇 univ cambridge c...
  • 1 篇 univ. of massach...
  • 1 篇 univ verona ctr ...
  • 1 篇 cornell univ dep...
  • 1 篇 univ calif los a...
  • 1 篇 nyu courant inst...
  • 1 篇 univ klagenfurt ...
  • 1 篇 russian acad sci...
  • 1 篇 univ verona dept...

作者

  • 2 篇 pinho eduardo gu...
  • 2 篇 de carvalho juni...
  • 1 篇 mostrous dimitri...
  • 1 篇 andrew j wagner
  • 1 篇 kale l. v.
  • 1 篇 golubski w
  • 1 篇 stefanovic darko
  • 1 篇 ocelík tomáš
  • 1 篇 lee ah
  • 1 篇 gail c. murphy
  • 1 篇 dave clarke jame...
  • 1 篇 marques paulo
  • 1 篇 böszörményi l
  • 1 篇 souter al
  • 1 篇 zachary jl
  • 1 篇 yoshida nobuko
  • 1 篇 clark an
  • 1 篇 chisnall david
  • 1 篇 manca vincenzo
  • 1 篇 hutchinson nc

语言

  • 30 篇 英文
  • 5 篇 其他
  • 1 篇 中文
检索条件"主题词=Object-Oriented programming languages"
36 条 记 录,以下是21-30 订阅
排序:
Fine-grained parallelization of the Car-Parrinello ab initio molecular dynamics method on the IBM Blue Gene/L supercomputer
收藏 引用
IBM JOURNAL OF RESEARCH AND DEVELOPMENT 2008年 第1-2期52卷 159-175页
作者: Bohm, E. Bhatele, A. Kale, L. V. Tuckerman, M. E. Kumar, S. Gunnels, J. A. Martyna, G. J. Univ Illinois Dept Comp Sci Thomas M Siebel Ctr Urbana IL 61801 USA NYU Dept Chem New York NY 10003 USA NYU Courant Inst Math Sci New York NY 10003 USA IBM Corp Div Res Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA IBM Corp Div Phys Sci TJ Watson Res Ctr Yorktown Hts NY 10598 USA
Important scientific problems can be treated via ab initio-based molecular modeling approaches, wherein atomic forces are derived from an energy function that explicitly considers the electrons. The Car-Parrinello ab ... 详细信息
来源: 评论
On the prediction of Java object lifetimes
收藏 引用
IEEE TRANSACTIONS ON COMPUTERS 2006年 第7期55卷 880-892页
作者: Inoue, Hajime Stefanovic, Darko Forrest, Stephanie Carleton Univ Sch Comp Sci Ottawa ON K1S 5B6 Canada Univ New Mexico Dept Comp Sci Albuquerque NM 87131 USA
Accurately predicting object lifetimes is important for improving memory management systems. Current garbage collectors make relatively coarse-grained predictions ( e. g., "short-lived" versus "long-liv... 详细信息
来源: 评论
MultiJava: Design rationale, compiler implementation, and applications
收藏 引用
ACM TRANSACTIONS ON programming languages AND SYSTEMS 2006年 第3期28卷 517-575页
作者: Clifton, Curtis Millstein, Todd Leavens, Gary T. Chambers, Craig Rose Hulman Inst Technol Dept Comp Sci & Software Engn Terre Haute IN 47803 USA Univ Calif Los Angeles Dept Comp Sci Los Angeles CA 90095 USA Iowa State Univ Dept Comp Sci Ames IA 50011 USA Univ Washington Dept Comp Sci & Engn Seattle WA 98195 USA
MultiJava is a conservative extension of the Java programming language that adds symmetric multiple dispatch and open classes. Among other benefits, multiple dispatch provides a solution to the binary method problem. ... 详细信息
来源: 评论
Scalable extensibility via nested inheritance
Scalable extensibility via nested inheritance
收藏 引用
19th Conference on object-oriented programming, Systems, languages, and Applications
作者: Nystrom, N Chong, S Myers, AC Cornell Univ Dept Comp Sci Ithaca NY 14853 USA
Inheritance is a useful mechanism for factoring and reusing code. However, it has limitations for building extensible systems. We describe nested inheritance, a mechanism that addresses some of the limitations of ordi... 详细信息
来源: 评论
Scalable extensibility via nested inheritance  04
Scalable extensibility via nested inheritance
收藏 引用
Proceedings of the 19th annual ACM SIGPLAN conference on object-oriented programming, systems, languages, and applications
作者: Nathaniel Nystrom Stephen Chong Andrew C. Myers Cornell University
Inheritance is a useful mechanism for factoring and reusing code. However, it has limitations for building extensible systems. We describe nested inheritance, a mechanism that addresses some of the limitations of ordi... 详细信息
来源: 评论
Characterization and automatic identification of type infeasible call chains
收藏 引用
INFORMATION AND SOFTWARE TECHNOLOGY 2002年 第13期44卷 721-732页
作者: Souter, AL Pollock, LL Univ Delaware Newark DE 19716 USA
Many software engineering applications utilize static program analyses to gain information about programs. Some applications perform static analysis over the whole program's call graph, while others are more inter... 详细信息
来源: 评论
Analyzing exception flow in Java programs  7
收藏 引用
Proceedings of the 7th European software engineering conference held jointly with the 7th ACM SIGSOFT international symposium on Foundations of software engineering
作者: Martin P. Robillard Gail C. Murphy Univ. of British Columbia Vancouver B.C. Canada
Exception handling mechanisms provided by programming languages are intended to ease the difficulty of developing robust software systems. Using these mechanisms, a software developer can describe the exceptional cond... 详细信息
来源: 评论
An overview of object-oriented simulation
收藏 引用
SIMULATION 1998年 第6期70卷 359-368页
作者: Roberts, CA Dessouky, YM Arizona State Univ Dept Ind & Management Syst Engn Tempe AZ 85287 USA San Jose State Univ Dept Comp Informat & Syst Engn San Jose CA 95192 USA
With an immense increase in research, development, and application of object-oriented simulation (OOS) over the past decade, there is evidence that this technology is becoming the choice for modeling large, complex, a... 详细信息
来源: 评论
High performance sets
收藏 引用
International Conference and Exhibition on High-Performance Computing and Networking
作者: Kosch, H Böszörményi, L Univ Klagenfurt Dept Informat Technol A-9020 Klagenfurt Austria
This short paper presents a system offering parallel persistent and polymorphic sets of objects, on the level of ari existing general purpose object-oriented programming language, like Modula-3 and JAVA. The user of s... 详细信息
来源: 评论
REFLECTIONS ON METAprogramming
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1995年 第11期21卷 883-893页
作者: LEE, AH ZACHARY, JL UNIV UTAH DEPT COMP SCISALT LAKE CITYUT 84112
By encapsulating aspects of language semantics within a set of default classes and allowing the programmer to derive new versions, object-oriented languages whose semantics can be tailored to the needs of individual p... 详细信息
来源: 评论