咨询与建议

限定检索结果

文献类型

  • 1,381 篇 会议
  • 107 篇 期刊文献
  • 4 册 图书

馆藏范围

  • 1,492 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 1,398 篇 工学
    • 1,353 篇 软件工程
    • 1,101 篇 计算机科学与技术...
    • 176 篇 控制科学与工程
    • 38 篇 信息与通信工程
    • 21 篇 建筑学
    • 15 篇 土木工程
    • 15 篇 生物工程
    • 12 篇 光学工程
    • 12 篇 电气工程
    • 6 篇 机械工程
    • 6 篇 材料科学与工程(可...
    • 5 篇 电子科学与技术(可...
    • 4 篇 化学工程与技术
    • 3 篇 冶金工程
    • 3 篇 航空宇航科学与技...
    • 2 篇 力学(可授工学、理...
    • 2 篇 生物医学工程(可授...
  • 166 篇 理学
    • 126 篇 数学
    • 23 篇 系统科学
    • 18 篇 生物学
    • 6 篇 化学
    • 6 篇 统计学(可授理学、...
    • 5 篇 物理学
    • 2 篇 地质学
  • 145 篇 管理学
    • 103 篇 图书情报与档案管...
    • 55 篇 管理科学与工程(可...
    • 31 篇 工商管理
  • 18 篇 教育学
    • 17 篇 教育学
  • 10 篇 法学
    • 9 篇 社会学
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 2 篇 医学
  • 1 篇 农学

主题

  • 452 篇 object oriented ...
  • 226 篇 languages
  • 81 篇 performance
  • 79 篇 design
  • 71 篇 java programming...
  • 52 篇 algorithms
  • 48 篇 java
  • 44 篇 experimentation
  • 43 篇 verification
  • 36 篇 computer program...
  • 31 篇 reliability
  • 30 篇 theory
  • 28 篇 aspect oriented ...
  • 21 篇 measurement
  • 17 篇 human factors
  • 16 篇 parallel program...
  • 15 篇 concurrency
  • 14 篇 static analysis
  • 14 篇 scala
  • 14 篇 refactoring

机构

  • 18 篇 univ washington ...
  • 12 篇 ecole polytech f...
  • 12 篇 univ texas austi...
  • 9 篇 microsoft res re...
  • 9 篇 swiss fed inst t...
  • 8 篇 mit csail cambri...
  • 8 篇 univ calif berke...
  • 8 篇 university of il...
  • 7 篇 victoria univers...
  • 6 篇 programming tool...
  • 6 篇 univ waterloo wa...
  • 6 篇 suny binghamton ...
  • 6 篇 university of wa...
  • 6 篇 carnegie mellon ...
  • 6 篇 aarhus univ dk-8...
  • 6 篇 purdue univ dept...
  • 5 篇 univ marburg d-3...
  • 5 篇 tech univ darmst...
  • 5 篇 ibm t.j. watson ...
  • 5 篇 delft univ techn...

作者

  • 13 篇 noble james
  • 13 篇 de moor oege
  • 13 篇 aldrich jonathan
  • 11 篇 lorenz david h.
  • 10 篇 biddle robert
  • 10 篇 odersky martin
  • 10 篇 ernst michael d.
  • 9 篇 mckinley kathryn...
  • 9 篇 baniassad elisa
  • 9 篇 hendren laurie
  • 9 篇 visser eelco
  • 9 篇 ostermann klaus
  • 8 篇 de champeaux den...
  • 8 篇 tip frank
  • 8 篇 cook william r.
  • 8 篇 johnson ralph
  • 8 篇 liu yu david
  • 8 篇 binder walter
  • 8 篇 abi-antoun marwa...
  • 8 篇 mezini mira

语言

  • 1,423 篇 英文
  • 69 篇 其他
检索条件"任意字段=1987 Conference on Object Oriented Programming Systems Languages and Applications, OOPSLA 1987"
1492 条 记 录,以下是341-350 订阅
排序:
Optimization of dynamic languages using hierarchical layering of virtual machines
Optimization of dynamic languages using hierarchical layerin...
收藏 引用
5th Dynamic languages Symposium, DLS '09, Co-located with the 24th Annual ACM conference on object-oriented programming, systems, languages and applications, oopsla 2009
作者: Yermolovich, Alexander Wimmer, Christian Franz, Michael Department of Computer Science University of California Irvine United States
Creating an interpreter is a simple and fast way to implement a dynamic programming language. With this ease also come major drawbacks. Interpreters are significantly slower than compiled machine code because they hav... 详细信息
来源: 评论
Hosting an object heap on manycore hardware: An exploration
Hosting an object heap on manycore hardware: An exploration
收藏 引用
5th Dynamic languages Symposium, DLS '09, Co-located with the 24th Annual ACM conference on object-oriented programming, systems, languages and applications, oopsla 2009
作者: Ungar, David Adams, Sam S. IBM Research United States
In order to construct a test-bed for investigating new programming paradigms for future "manycore" systems (i.e. those with at least a thousand cores), we are building a Smalltalk virtual machine that attemp... 详细信息
来源: 评论
Video-based requirements engineering for pervasive computing applications: An example of preventing water damage
Video-based requirements engineering for pervasive computing...
收藏 引用
oopsla 2009 Companion - 24th Annual ACM conference on object-oriented programming, systems, languages and applications, oopsla 2009
作者: Creighton, Oliver Demmel, Ruth Stangl, Harald MacWilliams, Asa Siemens AG Corporate Technology Germany Technische Universitaet Muenchen Department of Applied Software Engineering Germany
In today's software-intensive system development, negotia- tion between customer and supplier of required functional- ity is typically text-based. While text may be expressive enough to describe simple interaction... 详细信息
来源: 评论
Using a recursive traversal algorithm with an active composite pattern in swing applications
Using a recursive traversal algorithm with an active composi...
收藏 引用
oopsla 2009 Companion - 24th Annual ACM conference on object-oriented programming, systems, languages and applications, oopsla 2009
作者: Languedoc, Robert M. McKim Jr., James C. Trausch, Joseph G. triVIN Incorporated 115 Poheganut Drive Groton CT United States Winthrop University 701 Oakland Avenue Rock Hill SC United States
A typical user interface contains hundreds of visual data entry components against which basic functions such as clearing, validating or data extracting are executed. Components often require notification of particula... 详细信息
来源: 评论
The Ruby Intermediate Language
The Ruby Intermediate Language
收藏 引用
5th Dynamic languages Symposium, DLS '09, Co-located with the 24th Annual ACM conference on object-oriented programming, systems, languages and applications, oopsla 2009
作者: Furr, Michael An, Jong-Hoon Foster, Jeffrey S. Hicks, Michael University of Maryland College Park United States
Ruby is a popular, dynamic scripting language that aims to "feel natural to programmers" and give users the "freedom to choose" among many different ways of doing the same thing. While this arguabl... 详细信息
来源: 评论
Using RESTful web-services and cloud computing to create next generation mobile applications
Using RESTful web-services and cloud computing to create nex...
收藏 引用
oopsla 2009 Companion - 24th Annual ACM conference on object-oriented programming, systems, languages and applications, oopsla 2009
作者: Christensen, Jason H. *** 2697 E. Boston Ct. Boise ID 83706 United States
In this paper we will examine the architectural considerations of creating next generation mobile applications using Cloud Computing and RESTful Web Services. With the advent of multimodal smart mobile devices like th... 详细信息
来源: 评论
Enhancing Source-Level programming Tools with An Awareness of Transparent Program Transformations  09
Enhancing Source-Level Programming Tools with An Awareness o...
收藏 引用
24th Annual ACM conference on object-oriented programming, systems, languages and applications
作者: Song, Myoungkyu Tilevich, Eli Virginia Tech Dept Comp Sci Blacksburg VA 24061 USA
Programs written in managed languages are compiled to a platform-independent intermediate representation, such as Java bytecode. The relative high level of Java bytecode has engendered a widespread practice of changin... 详细信息
来源: 评论
Contracts for first-class modules
Contracts for first-class modules
收藏 引用
5th Dynamic languages Symposium, DLS '09, Co-located with the 24th Annual ACM conference on object-oriented programming, systems, languages and applications, oopsla 2009
作者: Strickland, T. Stephen Felleisen, Matthias PLT Northeastern University Boston MA United States
Behavioral software contracts express properties concerning the flow of values across component (modules, classes, etc) interfaces. These properties are often beyond the reach of theorem provers and are therefore moni... 详细信息
来源: 评论
Executing Code in the Past: Efficient In-Memory object Graph Versioning  09
Executing Code in the Past: Efficient In-Memory Object Graph...
收藏 引用
24th Annual ACM conference on object-oriented programming, systems, languages and applications
作者: Pluquet, Frederic Langerman, Stefan Wuyts, Roel Univ Libre Bruxelles Dept Comp Sci Fac Sci Brussels Belgium
object versioning refers to how an application can have access to previous states of its objects Implementing this mechanism is hard because it needs to be efficient in space and time, and well integrated with the pro... 详细信息
来源: 评论
Concurrency by default: Using permissions to express dataflow in stateful programs
Concurrency by default: Using permissions to express dataflo...
收藏 引用
oopsla 2009 Companion - 24th Annual ACM conference on object-oriented programming, systems, languages and applications, oopsla 2009
作者: Stork, Sven Marques, Paulo Aldrich, Jonathan Institute for Software Research Carnegie Mellon University 5000 Forbes Avenue Pittsburgh PA 15213 United States CISUC Dep. Eng. Informática Polo II University of Coimbra 3030-290 Coimbra Portugal
The rise of the multicore era is catapulting concurrency into mainstream programming. Current programming paradigms build in sequentiality, and as a result, concurrency support in those languages forces programmers in... 详细信息
来源: 评论