咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 19 篇 工学
    • 15 篇 软件工程
    • 13 篇 计算机科学与技术...
    • 3 篇 电气工程
  • 1 篇 理学
    • 1 篇 数学
  • 1 篇 医学
    • 1 篇 基础医学(可授医学...

主题

  • 25 篇 object-oriented ...
  • 3 篇 inheritance
  • 2 篇 denotational sem...
  • 2 篇 nested classes
  • 2 篇 parallel program...
  • 2 篇 virtual classes
  • 2 篇 parallel program...
  • 2 篇 high performance...
  • 1 篇 dynamický progra...
  • 1 篇 smalltalk-80
  • 1 篇 exception handli...
  • 1 篇 mixed-language p...
  • 1 篇 dynamická typová...
  • 1 篇 binary method pr...
  • 1 篇 objektové orient...
  • 1 篇 covariance
  • 1 篇 single dispatch
  • 1 篇 augmenting metho...
  • 1 篇 multimethods
  • 1 篇 oos

机构

  • 2 篇 univ fed ceara f...
  • 1 篇 wright state uni...
  • 1 篇 univ politecn ma...
  • 1 篇 carleton univ sc...
  • 1 篇 univ politecn ca...
  • 1 篇 cornell universi...
  • 1 篇 arizona state un...
  • 1 篇 cornell univ dep...
  • 1 篇 univ calif los a...
  • 1 篇 univ klagenfurt ...
  • 1 篇 univ coimbra dep...
  • 1 篇 san jose state u...
  • 1 篇 the australian n...
  • 1 篇 univ. of british...
  • 1 篇 brno university ...
  • 1 篇 univ new mexico ...
  • 1 篇 rose hulman inst...
  • 1 篇 univ arizona dep...
  • 1 篇 univ washington ...
  • 1 篇 barcelona superc...

作者

  • 2 篇 pinho eduardo gu...
  • 2 篇 de carvalho juni...
  • 1 篇 andrew j wagner
  • 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 篇 clark an
  • 1 篇 hutchinson nc
  • 1 篇 zanardini damian...
  • 1 篇 thirunarayan kri...
  • 1 篇 inoue hajime
  • 1 篇 dessouky ym
  • 1 篇 kosch h

语言

  • 19 篇 英文
  • 5 篇 其他
  • 1 篇 中文
检索条件"主题词=Object-Oriented Programming Languages"
25 条 记 录,以下是1-10 订阅
CAPre: Code-Analysis based Prefetching for Persistent object Stores
收藏 引用
FUTURE GENERATION COMPUTER SYSTEMS-THE INTERNATIONAL JOURNAL OF ESCIENCE 2020年 111卷 491-506页
作者: Touma, Rizkallah Queralt, Anna Cortes, Toni Barcelona Supercomp Ctr Jordi Girona 29 Barcelona 08034 Spain Univ Politecn Cataluna Jordi Girona 31 Barcelona 08034 Spain
Data prefetching aims to improve access times to data storage systems by predicting data records that are likely to be accessed by subsequent requests and retrieving them into a memory cache before they are needed. In... 详细信息
来源: 评论
INTEGRATING EMERALD INTO A SYSTEM FOR MIXED-LANGUAGE programming
收藏 引用
COMPUTER languages 1990年 第2期15卷 95-108页
作者: HAYES, R HUTCHINSON, NC SCHLICHTING, RD UNIV ARIZONA DEPT COMP SCITUCSONAZ 85721
The difficulties encountered while resolving the programming models of object-oriented and procedure-oriented languages are discussed. As a concrete example, the integration of Emerald—an object-oriented, distributed... 详细信息
来源: 评论
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... 详细信息
来源: 评论
A COMPLETE SEMANTICS FOR SMALLTALK-80
收藏 引用
COMPUTER languages 1995年 第2期21卷 67-79页
作者: GOLUBSKI, W LIPPE, WM Westfälische Wilhelms-Universität Fachbereich 15 Institut für Numerische und Instrumentelle Mathematik-Informatik Einsteinstr. 62 D-48149 Münster Germany
In this paper we introduce a formal model of the object-oriented programming language SMALLTALK-80. The model can be useful for different applications in the framework of language design and implementation like compil... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Mechanisms for improved covariant type-checking
收藏 引用
COMPUTER languages SYSTEMS & STRUCTURES 2008年 第1期34卷 1-17页
作者: Cleereman, Kevin Cheatham, Michelle Thirunarayan, Krishnaprasad Air Force Res Lab Collaborat Technol Branch Informat Directorate Wright Patterson AFB OH 45433 USA Wright State Univ Dept Comp Sci & Engn Dayton OH 45435 USA
Covariant types are a powerful language feature for improving type-safety. However, covariant types complicate type-checking when combined with polymorphism. We propose two new language features that can improve type-... 详细信息
来源: 评论
A transactional model for automatic exception handling
收藏 引用
COMPUTER languages SYSTEMS & STRUCTURES 2011年 第1期37卷 43-61页
作者: Cabral, Bruno Marques, Paulo Univ Coimbra Dept Informat Engn CISUC P-3030290 Coimbra Portugal
Software reliability and error handling are concepts that any programmer knows and deals with on a daily basis. Even so, studies suggest that the current approach to exception handling raises fundamental incompatibili... 详细信息
来源: 评论
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. ... 详细信息
来源: 评论
Class-level Non-Interference
收藏 引用
NEW GENERATION COMPUTING 2012年 第2-3期30卷 241-270页
作者: Zanardini, Damiano Univ Politecn Madrid Dept Inteligencia Artificial Fac Informat E-28660 Madrid Spain
The Information-Flow property of Non-Interference was recently relaxed into Abstract Non-Interference (ANI), a weakened version where attackers can only observe properties of data, rather than their exact value. ANI w... 详细信息
来源: 评论
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... 详细信息
来源: 评论