咨询与建议

限定检索结果

文献类型

  • 50 篇 会议
  • 2 册 图书
  • 1 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 48 篇 工学
    • 45 篇 计算机科学与技术...
    • 36 篇 软件工程
    • 5 篇 电气工程
    • 4 篇 控制科学与工程
    • 3 篇 信息与通信工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 化学工程与技术
    • 1 篇 生物医学工程(可授...
    • 1 篇 生物工程
  • 13 篇 理学
    • 11 篇 数学
    • 2 篇 生物学
    • 1 篇 化学
  • 6 篇 管理学
    • 4 篇 图书情报与档案管...
    • 2 篇 管理科学与工程(可...
    • 2 篇 工商管理
  • 5 篇 教育学
    • 5 篇 教育学
  • 1 篇 法学
    • 1 篇 社会学
  • 1 篇 医学
    • 1 篇 基础医学(可授医学...
    • 1 篇 临床医学
    • 1 篇 药学(可授医学、理...

主题

  • 30 篇 object oriented ...
  • 2 篇 object-oriented ...
  • 1 篇 interactive simu...
  • 1 篇 circuit simulati...
  • 1 篇 nesting models
  • 1 篇 computational ca...
  • 1 篇 clonig
  • 1 篇 biology
  • 1 篇 health sciences
  • 1 篇 simulating agent...
  • 1 篇 sensitivity anal...
  • 1 篇 hybrid-models
  • 1 篇 delegation
  • 1 篇 reflectivity
  • 1 篇 automatic differ...
  • 1 篇 software enginee...
  • 1 篇 devs
  • 1 篇 gui
  • 1 篇 self
  • 1 篇 model wrapping

机构

  • 2 篇 indiana universi...
  • 1 篇 1015 lausanne
  • 1 篇 nicta nsw
  • 1 篇 epfl lausanne
  • 1 篇 computer science...
  • 1 篇 docomo communica...
  • 1 篇 vrije universite...
  • 1 篇 university of wi...
  • 1 篇 microsoft uk ltd...
  • 1 篇 teleplace united...
  • 1 篇 adobe systems
  • 1 篇 ibm corp tj wats...
  • 1 篇 ecole polytech f...
  • 1 篇 dipartimento di ...
  • 1 篇 university of ka...
  • 1 篇 trinity college ...
  • 1 篇 dublin city univ...
  • 1 篇 swiss fed inst t...
  • 1 篇 department of co...
  • 1 篇 nvidia seattle w...

作者

  • 2 篇 noble james
  • 2 篇 de meuter wolfga...
  • 1 篇 martin carla
  • 1 篇 mostrous dimitri...
  • 1 篇 flatt matthew
  • 1 篇 ciatto giovanni
  • 1 篇 liu xu tony
  • 1 篇 szyperski clemen...
  • 1 篇 mcmillan scott
  • 1 篇 gibbs celina
  • 1 篇 maddox william
  • 1 篇 gybels kris
  • 1 篇 zhao tian
  • 1 篇 miranda eliot
  • 1 篇 kruger u
  • 1 篇 sahraoui houari
  • 1 篇 zenger m
  • 1 篇 kiessling h
  • 1 篇 weck wolfgang
  • 1 篇 murphy james t.

语言

  • 52 篇 英文
  • 1 篇 中文
检索条件"任意字段=20th European Conference on Object-Oriented Programming, ECOOP 2006"
53 条 记 录,以下是31-40 订阅
排序:
Variance and generalized constraints for C# generics
收藏 引用
20th european conference on object-oriented programming, ecoop 2006
作者: Emir, Burak Kennedy, Andrew Russo, Claudio Yu, Dachuan EPFL Lausanne Switzerland Microsoft Research Cambridge United Kingdom DoCoMo Communications Laboratories USA San Jose CA United States
Generic types in C# behave invariantly with respect to sub-typing. We propose a system of type-safe variance for C# that supports the declaration of covariant and contravariant type parameters on generic types. To sup... 详细信息
来源: 评论
Nesting simulating agents in simula
Nesting simulating agents in simula
收藏 引用
20th european conference on Modelling and Simulation
作者: Kindler, Eugene Univ Ostrava Inst Res & Applicat Fuzzy Modeling 30 Dubna St 22 CZ-70103 Ostrava 1 Czech Republic
the implementation and application of simulating agents built into simulation models is discussed. they reflect real activities that are rather disseminated namely in designing and operating industrial systems (but ou... 详细信息
来源: 评论
Managing the evolution of aspect-oriented software with model-based pointcuts
收藏 引用
20th european conference on object-oriented programming, ecoop 2006
作者: Kellens, Andy Mens, Kim Brichau, Johan Gybels, Kris Programming Technology Lab. Vrije Universiteit Brussel Belgium Département d'Ingénierie Informatique Université Catholique de Louvain Belgium Laboratoire d'Informatique Fondamentale de Lille Université des Sciences et Technologies de Lille France
In spite of the more advanced modularisation mechanisms, aspect-oriented programs still suffer from evolution problems. Due to the fragile pointcut problem, seemingly safe modifications to the base code of an aspect-o... 详细信息
来源: 评论
Scoped types and aspects for real-time Java
收藏 引用
20th european conference on object-oriented programming, ecoop 2006
作者: Andreae, Chris Coady, Yvonne Gibbs, Celina Noble, James Vitek, Jan Zhao, Tian University of Victoria Canada University of Wisconsin Milwaukee United States Victoria University of Wellington New Zealand Purdue University United States
Real-time systems are notoriously difficult to design and implement, and, as many real-time problems are safety-critical, their solutions must be reliable as well as efficient and correct. While higher-level programmi... 详细信息
来源: 评论
A semantic analysis of C++ templates
收藏 引用
20th european conference on object-oriented programming, ecoop 2006
作者: Siek, Jeremy Taha, Walid Rice University Houston TX 77005 United States
Templates are a powerful but poorly understood feature of the C++ language. their syntax resembles the parameterized classes of other languages (e.g., of Java). But because C++ supports template specialization, their ... 详细信息
来源: 评论
Transparently reconciling transactions with locking for Java synchronization
收藏 引用
20th european conference on object-oriented programming, ecoop 2006
作者: Welc, Adam Hosking, Antony L. Jagannathan, Suresh Department of Computer Science Purdue University West Lafayette IN 47907 United States
Concurrent data accesses in high-level languages like Java and C# are typically mediated using mutual-exclusion locks. threads use locks to guard the operations performed while the lock is held, so that the lock's... 详细信息
来源: 评论
Bond graph modelling and simulation of mechatronic systems - An introduction into the methodology
Bond graph modelling and simulation of mechatronic systems -...
收藏 引用
20th european conference on Modelling and Simulation
作者: Borutzky, W. Bonn Rhein Seig Univ Appl Sci D-53754 St Augustin Germany
this paper introduces into a graphical, computer aided modelling methodology that is particularly suited for the concurrent design of mechatronic systems, viz. of engineering systems with mechanical, electrical, hydra... 详细信息
来源: 评论
Wrapping multi-bond graphs: A structured approach to modeling complex multi-body dynamics
Wrapping multi-bond graphs: A structured approach to modelin...
收藏 引用
20th european conference on Modelling and Simulation
作者: Cellier, Francois E. Zimmer, Dirk ETH Inst Computat Sci CH-8092 Zurich Switzerland
Bond graphs have established themselves as a reliable tool for modeling physical systems. Yet, they are highly abstract due to their domain independence. Wrapping techniques allow the modeler to preserve the better of... 详细信息
来源: 评论
Implementation of exact sensitivities in a circuit simulator using automatic differentiation
Implementation of exact sensitivities in a circuit simulator...
收藏 引用
20th european conference on Modelling and Simulation
作者: Christoffersen, Carlos E. Lakehead Univ Dept Elect Engn Thunder Bay ON P7B 5E1 Canada
Sensitivities are very important in electronic circuit analysis and design. this paper presents a general circuit simulation programme that calculates analytical sensitivities with respect to any parameter using autom... 详细信息
来源: 评论
20th Workshop on Logic programming 2006, WLP 2006
20th Workshop on Logic Programming 2006, WLP 2006
收藏 引用
20th Workshop on Logic programming, WLP 2006
the proceedings contain 24 papers. the special focus in this conference is on Logic programming. the topics include: Tableaux calculi for answer set programming;algorithmic aspects of model representations;object-orie...
来源: 评论