咨询与建议

限定检索结果

文献类型

  • 42 篇 期刊文献
  • 26 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 61 篇 工学
    • 50 篇 计算机科学与技术...
    • 35 篇 软件工程
    • 10 篇 电气工程
    • 5 篇 控制科学与工程
    • 4 篇 信息与通信工程
    • 1 篇 机械工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 电子科学与技术(可...
  • 10 篇 理学
    • 8 篇 数学
    • 1 篇 物理学
    • 1 篇 科学技术史(分学科...
    • 1 篇 统计学(可授理学、...
  • 5 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 2 篇 图书情报与档案管...
    • 1 篇 公共管理
  • 3 篇 医学
    • 2 篇 基础医学(可授医学...
    • 1 篇 临床医学
  • 2 篇 教育学
    • 2 篇 教育学
    • 2 篇 心理学(可授教育学...
  • 1 篇 法学
    • 1 篇 社会学

主题

  • 68 篇 multiple inherit...
  • 9 篇 languages
  • 7 篇 single inheritan...
  • 7 篇 object-oriented ...
  • 6 篇 late binding
  • 4 篇 virtual function...
  • 4 篇 inheritance
  • 4 篇 dynamic loading
  • 4 篇 smalltalk
  • 4 篇 reuse
  • 4 篇 traits
  • 3 篇 performance
  • 3 篇 coloring
  • 3 篇 perfect hashing
  • 3 篇 subtype test
  • 3 篇 java
  • 3 篇 downcast
  • 3 篇 measurement
  • 3 篇 subtyping
  • 3 篇 mixins

机构

  • 2 篇 cnr ist anal sis...
  • 2 篇 lirmm cnrs f-343...
  • 2 篇 cnrs f-34000 mon...
  • 2 篇 univ bern softwa...
  • 2 篇 univ athens dept...
  • 2 篇 univ montpellier...
  • 1 篇 univ illinois de...
  • 1 篇 natl inst strate...
  • 1 篇 univ oslo dept i...
  • 1 篇 ibm corp tj wats...
  • 1 篇 univ maryland un...
  • 1 篇 univ montpellier...
  • 1 篇 wright state uni...
  • 1 篇 indian stat inst...
  • 1 篇 korea adv inst s...
  • 1 篇 tech univ munich...
  • 1 篇 portland state u...
  • 1 篇 concordia univ d...
  • 1 篇 ecole technol su...
  • 1 篇 taras shevchenko...

作者

  • 6 篇 ducournau roland
  • 2 篇 missikoff m
  • 2 篇 schärli n
  • 2 篇 black ap
  • 2 篇 privat jean
  • 2 篇 smaragdakis yann...
  • 2 篇 ducasse stephane
  • 2 篇 formica a
  • 2 篇 owe olaf
  • 2 篇 ducasse s
  • 2 篇 balatsouras geor...
  • 2 篇 morandat floreal
  • 1 篇 oliveira bruno c...
  • 1 篇 sridhar v
  • 1 篇 weigert t
  • 1 篇 kilpatrick scott
  • 1 篇 wuyts r
  • 1 篇 groger hd
  • 1 篇 qin shengchao
  • 1 篇 shen huawei

语言

  • 62 篇 英文
  • 6 篇 其他
检索条件"主题词=multiple inheritance"
68 条 记 录,以下是21-30 订阅
排序:
CZ: multiple inheritance Without Diamonds  09
CZ: Multiple Inheritance Without Diamonds
收藏 引用
24th Annual ACM Conference on Object-Oriented Programming, Systems, Languages and Applications
作者: Malayeri, Donna Aldrich, Jonathan Carnegie Mellon Univ Pittsburgh PA 15213 USA
multiple inheritance has long been plagued with the "diamond" inheritance problem, leading to solutions that restrict expressiveness, such as mixins and traits. Instead, we address the diamond problem direct... 详细信息
来源: 评论
Empirical Assessment of Object-Oriented Implementations with multiple inheritance and Static Typing  09
Empirical Assessment of Object-Oriented Implementations with...
收藏 引用
24th Annual ACM Conference on Object-Oriented Programming, Systems, Languages and Applications
作者: Ducournau, Roland Morandat, Floreal Privat, Jean Univ Montpellier 2 LIRMM F-34095 Montpellier 5 France Univ Quebec Montreal Montreal PQ Canada
Object-oriented languages involve a threefold tradeoff between runtime efficiency, expressiveness (multiple inheritance), and modularity, i.e. open-world assumption (OWA). Runtime efficiency is conditioned by both the... 详细信息
来源: 评论
Class Hierarchy Complementation: Soundly Completing a Partial Type Graph  13
Class Hierarchy Complementation: Soundly Completing a Partia...
收藏 引用
2013 ACM SIGPLAN International Conference on Object Oriented Programming Systems Languages
作者: Balatsouras, George Smaragdakis, Yannis Univ Athens Dept Informat Athens 15784 Greece
We present the problem of class hierarchy complementation: given a partially known hierarchy of classes together with subtyping constraints ("A has to be a transitive subtype of B") complete the hierarchy so... 详细信息
来源: 评论
Class Hierarchy Complementation: Soundly Completing a Partial Type Graph
收藏 引用
ACM SIGPLAN NOTICES 2013年 第10期48卷 515-532页
作者: Balatsouras, George Smaragdakis, Yannis Univ Athens Dept Informat Athens 15784 Greece
We present the problem of class hierarchy complementation: given a partially known hierarchy of classes together with subtyping constraints ("A has to be a transitive subtype of B") complete the hierarchy so... 详细信息
来源: 评论
Separation Logic for multiple inheritance
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2008年 第C期212卷 27-40页
作者: Luo, Chenguang Qin, Shengchao Univ Durham Dept Comp Sci Durham DH1 3LE England
As an extension to Floyd-Hoare logic, separation logic has been used to facilitate reasoning about imperative programs manipulating shared mutable data structures. Recently, it has also been extended to support modula... 详细信息
来源: 评论
A Graph-Based Formalism for Controlling Access to a Digital Library Ontology
A Graph-Based Formalism for Controlling Access to a Digital ...
收藏 引用
11th IFIP TC 8 International Conference on Computer Information Systems and Industrial Management (CISIM)
作者: Dasgupta, Subhasis Bagchi, Aditya Indian Stat Inst Kolkata 700108 India
This paper presents a graph-based formalism for an Ontology Based Access Control (OBAC) system applied to Digital Library (DL) ontology. It uses graph transformations, a graphical specification technique based on a ge... 详细信息
来源: 评论
Coloring, a versatile technique for implementing object-oriented languages
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2011年 第6期41卷 627-659页
作者: Ducournau, Roland Univ Montpellier 2 LIRMM F-34000 Montpellier France CNRS F-34000 Montpellier France
Late binding and subtyping create run-time overhead for object-oriented languages. Dynamic typing and multiple inheritance create even more overhead. Static typing and single inheritance lead to two major invariants, ... 详细信息
来源: 评论
Perfect class hashing and numbering for object-oriented implementation
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2011年 第6期41卷 661-694页
作者: Ducournau, Roland Morandat, Floreal Univ Montpellier 2 LIRMM F-34000 Montpellier France CNRS F-34000 Montpellier France
Late binding and subtyping create run-time overhead for object-oriented languages, especially in the context of both multiple inheritance and dynamic loading, for instance for JAVA interfaces. In a previous article, w... 详细信息
来源: 评论
A typed intermediate language for compiling multiple inheritance  07
A typed intermediate language for compiling multiple inherit...
收藏 引用
34th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
作者: Chen, Juan Microsoft Research
Type- preserving compilation can improve software reliability by generating code that can be verified independently of the compiler. Practical type-preserving compilation does not exist for languages with multiple inh... 详细信息
来源: 评论
Implementing Statically Typed Object-Oriented Programming Languages
收藏 引用
ACM COMPUTING SURVEYS 2011年 第3期43卷 18-18页
作者: Ducournau, Roland LIRMM CNRS F-34392 Montpellier 5 France Univ Montpellier 2 F-34095 Montpellier 5 France
Object-oriented programming represents an original implementation issue due to its philosophy of making the program behavior depend on the dynamic type of objects. This is expressed by the late binding mechanism, aka ... 详细信息
来源: 评论