咨询与建议

限定检索结果

文献类型

  • 280 篇 会议
  • 40 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 275 篇 工学
    • 269 篇 软件工程
    • 141 篇 计算机科学与技术...
    • 7 篇 电气工程
    • 2 篇 信息与通信工程
    • 1 篇 机械工程
    • 1 篇 动力工程及工程热...
    • 1 篇 电子科学与技术(可...
    • 1 篇 控制科学与工程
    • 1 篇 化学工程与技术
    • 1 篇 生物工程
  • 12 篇 理学
    • 10 篇 数学
    • 1 篇 化学
    • 1 篇 地质学
    • 1 篇 生物学
    • 1 篇 系统科学
  • 6 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 3 篇 图书情报与档案管...
  • 3 篇 教育学
    • 3 篇 教育学

主题

  • 82 篇 design
  • 76 篇 languages
  • 34 篇 performance
  • 17 篇 algorithms
  • 17 篇 verification
  • 15 篇 functional progr...
  • 14 篇 reliability
  • 14 篇 probabilistic pr...
  • 13 篇 object oriented ...
  • 13 篇 program synthesi...
  • 13 篇 domain-specific ...
  • 11 篇 experimentation
  • 11 篇 java
  • 10 篇 programming lang...
  • 9 篇 type systems
  • 9 篇 theory
  • 9 篇 concurrency
  • 7 篇 compilers
  • 7 篇 optimization
  • 6 篇 modules

机构

  • 9 篇 carnegie mellon ...
  • 8 篇 purdue univ w la...
  • 6 篇 princeton univ p...
  • 5 篇 northeastern uni...
  • 5 篇 yale univ new ha...
  • 5 篇 harvard univ cam...
  • 5 篇 cornell univ ith...
  • 5 篇 univ washington ...
  • 5 篇 univ calif berke...
  • 4 篇 univ wisconsin m...
  • 4 篇 univ calif davis...
  • 4 篇 univ utah salt l...
  • 4 篇 univ penn philad...
  • 4 篇 rice univ housto...
  • 4 篇 univ chicago il ...
  • 4 篇 stanford univ st...
  • 4 篇 univ texas austi...
  • 3 篇 mit csail cambri...
  • 3 篇 univ cambridge c...
  • 3 篇 microsoft res re...

作者

  • 7 篇 walker david
  • 6 篇 foster nate
  • 6 篇 shao zhong
  • 5 篇 gulwani sumit
  • 5 篇 dillig isil
  • 4 篇 rainey mike
  • 4 篇 gu ronghui
  • 4 篇 rompf tiark
  • 4 篇 solar-lezama arm...
  • 4 篇 chaudhuri swarat
  • 4 篇 myers andrew c.
  • 4 篇 wansbrough keith
  • 3 篇 hirschfeld rober...
  • 3 篇 flatt matthew
  • 3 篇 rajamani sriram
  • 3 篇 seshia sanjit a.
  • 3 篇 rajan hridesh
  • 3 篇 huang jeff
  • 3 篇 vechev martin
  • 3 篇 olukotun kunle

语言

  • 285 篇 英文
  • 34 篇 其他
  • 1 篇 中文
检索条件"任意字段=36th ACM SIGPLAN Conference on Programming Language Design and Implementation"
320 条 记 录,以下是301-310 订阅
Featherweight Java: a minimal core calculus for Java and GJ  99
Featherweight Java: a minimal core calculus for Java and GJ
收藏 引用
Proceedings of the 14th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Atshushi Igarashi Benjamin Pierce Philip Wadler Dept. of Comp. & Info. Sci. University of Pennsylvania Bell Laboratories Lucent Technologies
Several recent studies have introduced lightweight versions of Java: reduced languages in which complex features like threads and reflection are dropped to enable rigorous arguments about key properties such as type s... 详细信息
来源: 评论
Making the future safe for the past: adding genericity to the Java programming language  98
Making the future safe for the past: adding genericity to th...
收藏 引用
Proceedings of the 13th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Gilad Bracha Martin Odersky David Stoutamire Philip Wadler Sun Microsystems University of South Australia Bell Labs Lucent Technologies
We present GJ, a design that extends the Java programming language with generic types and methods. these are both explained and implemented by translation into the unextended language. the translation closely mimics t...
来源: 评论
Parametric polymorphism for Java: a reflective solution  98
Parametric polymorphism for Java: a reflective solution
收藏 引用
Proceedings of the 13th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Jose H. Solorzano Suad Alagić Computer Science Department Wichita State University Wichita KS
A number of inadequacies of existing implementation techniques for extending Java™ with parametric polymorphism are revealed. Homogeneous translations are the most space-efficient but they are not compatible... 详细信息
来源: 评论
Lightweight object-oriented shared variables for distributed applications on the Internet  98
Lightweight object-oriented shared variables for distributed...
收藏 引用
Proceedings of the 13th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Jacob Harris Vivek Sarkar Massachusetts Institute of Technology IBM T. J. Watson Research Center
this paper describes a lightweight yet powerful approach for writing distributed applications using shared variables. Our approach, called SHAREHOLDER, is inspired by the flexible and intuitive model of information ac... 详细信息
来源: 评论
Parameterized types for Java
Parameterized types for Java
收藏 引用
the 1997 24th acm sigplan-SIGACT Symposium on Principles of programming languages, POPL'97
作者: Myers, Andrew C. Bank, Joseph A. Liskov, Barbara Massachusetts Inst of Technology Cambridge MA United States
Java offers the real possibility that most programs can be written in a type-safe language. However, for Java to be broadly useful, it needs additional expressive power. this paper extends Java in one area where more ... 详细信息
来源: 评论
An open implementation analysis and design for lightweight threads  97
An open implementation analysis and design for lightweight t...
收藏 引用
Proceedings of the 12th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Matthew Haines Department of Computer Science University of Wyoming
Open implementation Analysis and design (OIA/D) has been introduced as a design methodology for object-oriented software systems, and in particular for substrate software. In this paper we detail our experiences with ...
来源: 评论
Formal design constraints  96
Formal design constraints
收藏 引用
Proceedings of the 1996 conference on Object-Oriented programming Systems, languages & Applications
作者: Klarlund, Nils Koistinen, Jari Schwartzbach, Michael I. Univ of Aarhus Aarhus Denmark
Large software systems are often built on system platforms that support or enforce specific characteristics of the source code or actual design. these characteristics are either captured informally in design guideline... 详细信息
来源: 评论
Using role components to implement collaboration-based designs  11
Using role components to implement collaboration-based desig...
收藏 引用
Proceedings of the 1996 conference on Object-Oriented programming Systems, languages & Applications
作者: VanHilst, Michael Notkin, David Univ of Washington Seattle United States
In this paper we present a method of code implementation that works in conjunction with collaboration and responsibility based analysis modeling techniques to achieve better code reuse and resilience to change. Our ap... 详细信息
来源: 评论
A type-based compiler for standard ML  95
A type-based compiler for standard ML
收藏 引用
1995 acm sigplan conference on programming language design and implementation, PLDI 1995
作者: Shao, Zhong Appelt, Andrew W. Yale University United States Princeton University United States
Compile-time type information should be valuable in efficient compilation of statically typed functional languages such as Standard ML. But how should type-directed compilation work in real compilers, and how much per... 详细信息
来源: 评论
Idiomatic design
Idiomatic design
收藏 引用
10th Annual conference on Object-Oriented programming Systems, languages, and Applications, OOPSLA 1995
作者: Koenig, Andrew AT and T Bell Laboratories Murray HillNJ07974 United States
Every problem has a context, which can include l community and culture implementation constraints language and system and probably other things too. A good design will take its context into account. If the culture dem... 详细信息
来源: 评论