咨询与建议

限定检索结果

文献类型

  • 250 篇 会议
  • 9 篇 期刊文献
  • 5 册 图书

馆藏范围

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

日期分布

学科分类号

  • 201 篇 工学
    • 170 篇 计算机科学与技术...
    • 155 篇 软件工程
    • 23 篇 控制科学与工程
    • 18 篇 电气工程
    • 8 篇 信息与通信工程
    • 4 篇 建筑学
    • 4 篇 土木工程
    • 2 篇 仪器科学与技术
    • 2 篇 化学工程与技术
    • 1 篇 材料科学与工程(可...
    • 1 篇 电子科学与技术(可...
    • 1 篇 测绘科学与技术
    • 1 篇 生物医学工程(可授...
    • 1 篇 生物工程
    • 1 篇 安全科学与工程
  • 32 篇 管理学
    • 24 篇 图书情报与档案管...
    • 13 篇 管理科学与工程(可...
    • 6 篇 工商管理
  • 29 篇 理学
    • 22 篇 数学
    • 5 篇 统计学(可授理学、...
    • 3 篇 化学
    • 2 篇 系统科学
    • 1 篇 物理学
    • 1 篇 地球物理学
    • 1 篇 生物学
  • 9 篇 教育学
    • 9 篇 教育学
  • 6 篇 医学
    • 6 篇 临床医学
    • 2 篇 基础医学(可授医学...
  • 2 篇 经济学
    • 2 篇 应用经济学
  • 2 篇 法学
    • 2 篇 社会学

主题

  • 96 篇 object oriented ...
  • 24 篇 object oriented ...
  • 17 篇 java programming...
  • 17 篇 object-oriented ...
  • 16 篇 programming
  • 15 篇 software enginee...
  • 13 篇 java
  • 10 篇 computer science
  • 9 篇 software
  • 8 篇 application soft...
  • 8 篇 computer languag...
  • 8 篇 unified modeling...
  • 7 篇 software systems
  • 7 篇 permission
  • 6 篇 languages
  • 6 篇 computer archite...
  • 6 篇 aspect oriented ...
  • 6 篇 concrete
  • 6 篇 computer program...
  • 5 篇 programming prof...

机构

  • 3 篇 ibm corp thomas ...
  • 2 篇 gannon univ comp...
  • 2 篇 school of comput...
  • 2 篇 infosys labs ban...
  • 2 篇 nanjing univ sta...
  • 2 篇 dakota state uni...
  • 2 篇 department of co...
  • 2 篇 ibm thomas j. wa...
  • 2 篇 univ texas dalla...
  • 2 篇 carleton univers...
  • 2 篇 victoria univers...
  • 2 篇 tokyo inst techn...
  • 2 篇 univ bern softwa...
  • 2 篇 thoughtworks uk ...
  • 2 篇 department of co...
  • 1 篇 university of ma...
  • 1 篇 wells fargo bank...
  • 1 篇 department of co...
  • 1 篇 dept. of compute...
  • 1 篇 univ london impe...

作者

  • 5 篇 noble james
  • 4 篇 biddle robert
  • 3 篇 siek jeremy
  • 3 篇 ernst michael d.
  • 2 篇 mackinnon tim
  • 2 篇 mezini m
  • 2 篇 lorenz david h.
  • 2 篇 tip f
  • 2 篇 pryce nat
  • 2 篇 black andrew p.
  • 2 篇 gestwicki paul v...
  • 2 篇 walnes joe
  • 2 篇 melo walcelio
  • 2 篇 freeman steve
  • 2 篇 leavens gary t.
  • 2 篇 chiba s
  • 2 篇 wong w. eric
  • 2 篇 andrew p. black
  • 2 篇 e abreu fernando...
  • 2 篇 drossopoulou s

语言

  • 260 篇 英文
  • 2 篇 其他
  • 2 篇 中文
检索条件"任意字段=19th European Conference on Object-Oriented Programming"
264 条 记 录,以下是31-40 订阅
排序:
Open modules: Modular reasoning about advice
Open modules: Modular reasoning about advice
收藏 引用
19th european conference on object-oriented programming
作者: Aldrich, J Carnegie Mellon Univ Pittsburgh PA 15213 USA
Advice is a mechanism used by advanced object-oriented and aspect-oriented programming languages to augment the behavior of methods in a program. Advice can help to make programs more modular by separating crosscuttin... 详细信息
来源: 评论
Scalable extensibility via nested inheritance
Scalable extensibility via nested inheritance
收藏 引用
19th Annual ACM conference on object-oriented programming, Systems, Languages, and Applications, OOPSLA'04
作者: Nystrom, Nathaniel Chong, Stephen Myers, Andrew C. Computer Science Department 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... 详细信息
来源: 评论
Super and inner - Together at last!
Super and inner - Together at last!
收藏 引用
19th Annual ACM conference on object-oriented programming, Systems, Languages, and Applications, OOPSLA'04
作者: Goldberg, David S. Findler, Robert Bruce Flatt, Matthew School of Computing University of Utah Salt Lake City UT 84112 Dept. of Computer Science University of Chicago Chicago IL 60637
In an object-oriented language, a derived class may declare a method with the same signature as a method in the base class. the meaning of the re-declaration depends on the language. Most commonly, the new declaration... 详细信息
来源: 评论
ConstrainedJava
ConstrainedJava
收藏 引用
19th Annual ACM conference on object-oriented programming, Systems, Languages, and Applications, OOPSLA'04
作者: Gordon, Donald Noble, James Biddle, Robert Victoria University of Wellington P.O. Box 600 Wellington New Zealand Carleton University 1125 Colonel By Drive Ottawa Canada
Interactive graphical applications implicitly contain a large number of constraints - relationships between objects, such as widgets and the underlying model they control. Encapsulation, a fundamental principle of obj... 详细信息
来源: 评论
the R-CUBE: Reviewing, reinforcing and rewarding after successful module completion
The R-CUBE: Reviewing, reinforcing and rewarding after succe...
收藏 引用
19th conference on Software Engineering Education and Training Workshops
作者: O'Leary, Ciaran Dublin Inst Technol Sch Comp Dublin 8 Ireland
Revisiting material previously presented and successfully assessed can lead to much frustration among teaching staff and students. Despite this, it is often a requirement due to the time lag between the point at which... 详细信息
来源: 评论
Vertical profiling: Understanding the behavior of object-oriented applications
Vertical profiling: Understanding the behavior of object-ori...
收藏 引用
19th Annual ACM conference on object-oriented programming, Systems, Languages, and Applications, OOPSLA'04
作者: Hauswirth, Matthias Diwan, Amer Sweeney, Peter F. Hind, Michael University of Colorado Boulder IBM Thomas J. Watson Research Center
object-oriented programming languages provide a rich set of features that provide significant software engineering benefits. the increased productivity provided by these features comes at a justifiable cost in a more ... 详细信息
来源: 评论
Survey of object oriented analysis and design methods
Survey of object oriented analysis and design methods
收藏 引用
Proceedings of the 1997 IEEE 19th International conference on Software Engineering
作者: Fowler, Martin
this paper summarizes a tutorial surveying object oriented lysis and design techniques. A full version of this material, including references, can be found via the author's home page.
来源: 评论
Assessing students' understanding of object structures  19
Assessing students' understanding of object structures
收藏 引用
19th Koli Calling conference on Computing Education Research (Koli Calling)
作者: Muehling, Andreas Schulte, Carsten Bennedsen, Jens Budde, Lea Grosse-Boelting, Gregor Univ Kiel Kiel Germany Univ Paderborn Paderborn Germany Aarhus Univ Aarhus Denmark
We present a theoretically derived and empirically tested competence model related to the concepts of "object state" and "references" that both form an important part of object-oriented programming... 详细信息
来源: 评论
Imikode: A VR Game to Introduce OOP Concepts  19
Imikode: A VR Game to Introduce OOP Concepts
收藏 引用
19th Koli Calling conference on Computing Education Research (Koli Calling)
作者: Bouali, Nacir Nygren, Eeva Oyelere, Solomon Sunday Suhonen, Jarkko Cavalli-Sforza, Violetta Univ Eastern Finland Joensuu Finland Univ Turku Turku Finland Al Akhawayn Univ Ifrane Morocco
this research paper presents Imikode, a virtual reality (VR)-based learning game to support the teaching and learning of object-oriented programming (OOP) concepts in computing education. the system was implemented us... 详细信息
来源: 评论
An object oriented programming platform for ontology based KMS
An object oriented programming platform for ontology based K...
收藏 引用
19th International conference on Software Engineering and Data Engineering 2010, SEDE 2010
作者: Chakraborty, Baisakhi Maji, Ranjan Kumar Ghosh, D. Dept. of Information Technology National Institute of Technology Durgapur - 713209 West Bengal India School of Mobile Computing and Communications Jadavpur University Kolkata 700 098 India
Knowledge Management Systems (KMS) is seen as an essential strategic tool for organizations to manage corporate knowledge captured in the database as well as leverage the same for performance enhancement. Knowledge is... 详细信息
来源: 评论