咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 274 篇 工学
    • 267 篇 软件工程
    • 140 篇 计算机科学与技术...
    • 7 篇 电气工程
    • 3 篇 生物工程
    • 2 篇 信息与通信工程
    • 2 篇 控制科学与工程
    • 1 篇 动力工程及工程热...
    • 1 篇 电子科学与技术(可...
    • 1 篇 化学工程与技术
    • 1 篇 纺织科学与工程
    • 1 篇 生物医学工程(可授...
  • 10 篇 理学
    • 8 篇 数学
    • 1 篇 化学
    • 1 篇 地质学
    • 1 篇 生物学
  • 6 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 3 篇 图书情报与档案管...
  • 2 篇 农学
    • 2 篇 作物学
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 80 篇 design
  • 73 篇 languages
  • 32 篇 performance
  • 17 篇 verification
  • 16 篇 algorithms
  • 14 篇 reliability
  • 14 篇 probabilistic pr...
  • 13 篇 object oriented ...
  • 13 篇 program synthesi...
  • 13 篇 domain-specific ...
  • 13 篇 functional progr...
  • 11 篇 java
  • 10 篇 experimentation
  • 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
  • 5 篇 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 篇 liu yu david
  • 3 篇 vechev martin

语言

  • 283 篇 英文
  • 34 篇 其他
  • 1 篇 中文
检索条件"任意字段=37th ACM SIGPLAN Conference on Programming Language Design and Implementation"
318 条 记 录,以下是261-270 订阅
排序:
A first-class approach to genericity
A first-class approach to genericity
收藏 引用
18th Annual conference on Object-Oriented programming, Systems, languages and Applications (OOPSLA 2003)
作者: Allen, E Bannet, J Cartwright, R Rice Univ Houston TX 77005 USA
this paper describes how to add first-class generic types including mixins - to strongly-typed 00 languages with nominal subtyping such as Java and C#. A generic type system is "first-class" if generic types... 详细信息
来源: 评论
Extending SQL-92 for OODB access: design and implementation experience  95
Extending SQL-92 for OODB access: Design and implementation ...
收藏 引用
10th Annual conference on Object-Oriented programming Systems, languages, and Applications, OOPSLA 1995
作者: Kiernan, Jerry Carey, Michael J. IBM Santa Teresa Lab. 555 Bailey Avenue San Jose CA 95141 United States IBM Almaden Research Center 650 Harry Road K55-B1 San Jose CA 95120 United States
this paper describes the design and implementation of a query engine that provides extended SQL-based access to the data managed by an object-oriented database system. this query engine allows extended SQL queries to ... 详细信息
来源: 评论
Upcall dispatcher aspects: Combining modularity with efficiency in the CiAO IP stack
Upcall dispatcher aspects: Combining modularity with efficie...
收藏 引用
1st Workshop on Modularity in Systems Software, MISS 2011, Co-located with the 10th International conference on Aspect-Oriented Software Development, AOSD.11
作者: Streicher, Jochen Borchert, Christoph Spinczyk, Olaf Technische Universität Dortmund Computer Science 12 - Embedded System Software Germany
Network protocol stacks are an important ingredient of today's infrastructure software. For instance, all state-of-the-art operating systems for PCs and the server market come with a TCP/IP stack. the design of pr... 详细信息
来源: 评论
A design and Verification Methodology for Secure Isolated Regions
收藏 引用
acm sigplan NOTICES 2016年 第6期51卷 665-681页
作者: Sinha, Rohit Costa, Manuel Lal, Akash Lopes, Nuno P. Rajamani, Sriram Seshia, Sanjit A. Vaswani, Kapil Univ Calif Berkeley Berkeley CA 94720 USA Microsoft Res London England Microsoft Res Bengaluru Karnataka India
Hardware support for isolated execution (such as Intel SGX) enables development of applications that keep their code and data confidential even while running on a hostile or compromised host. However, automatically ve... 详细信息
来源: 评论
End-to-End Verification of Information-Flow Security for C and Assembly Programs
收藏 引用
acm sigplan NOTICES 2016年 第6期51卷 648-664页
作者: Costanzo, David Shao, Zhong Gu, Ronghui Yale Univ New Haven CT 06520 USA
Protecting the confidentiality of information manipulated by a computing system is one of the most important challenges facing today's cybersecurity community. A promising step toward conquering this challenge is ... 详细信息
来源: 评论
Finding application errors and security flaws using PQL: A program query language
Finding application errors and security flaws using PQL: A p...
收藏 引用
OOPSLA'05 - 20th Annual acm conference on Object-Oriented programming, Systems, languages, and Applications
作者: Martin, Michael Livshits, Benjamin Lam, Monica S. Computer Science Department Stanford University
A number of effective error detection tools have been built in recent years to check if a program conforms to certain design rules, An important class of design rules deals with sequences of events associated with a s... 详细信息
来源: 评论
Experience report: Functional programming in C-Rules
收藏 引用
acm sigplan NOTICES 2007年 第9期42卷 25-28页
作者: Wazny, Jeremy Constraint Technol Int Melbourne Vic 3000 Australia
C-Rules is a business rules management system developed by Constraint Technologies International(1) (CTI), designed for use in transportation problems. Users define rules describing various aspects of a problem, such ... 详细信息
来源: 评论
A practical type system and language for reference immutability
A practical type system and language for reference immutabil...
收藏 引用
19th conference on Object-Oriented programming, Systems, languages, and Applications
作者: Birka, A Ernst, MD MIT Comp Sci & Artificial Intelligence Lab Cambridge MA 02139 USA
this paper describes a type system that is capable of expressing and enforcing immutability constraints. the specific constraint expressed is that the abstract state of the object to which an immutable reference refer... 详细信息
来源: 评论
Combinatorial sketching for finite programs
Combinatorial sketching for finite programs
收藏 引用
12th International conference on Architectural Support for programming languages and Operating Systems
作者: Solar-Lezama, Armando Bodik, Liviu Tancau Rastislav Saraswat, Vijay Seshia, Sanjit Univ Calif Berkeley Berkeley CA 94720 USA
Sketching is a software synthesis approach where the programmer develops a partial implementation - a sketch - and a separate specification of the desired functionality. the synthesizer then completes the sketch to be... 详细信息
来源: 评论
Input Responsiveness: Using Canary Inputs to Dynamically Steer Approximation
收藏 引用
acm sigplan NOTICES 2016年 第6期51卷 161-176页
作者: Laurenzano, Michael A. Hill, Parker Samadi, Mehrzad Mahlke, Scott Mars, Jason Tang, Lingjia Univ Michigan Dept Elect Engn & Comp Sci Ann Arbor MI 48109 USA
this paper introduces Input Responsive Approximation ( IRA), an approach that uses a canary input - a small program input carefully constructed to capture the intrinsic properties of the original input - to automatica... 详细信息
来源: 评论