咨询与建议

限定检索结果

文献类型

  • 238 篇 会议
  • 3 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 196 篇 工学
    • 191 篇 软件工程
    • 79 篇 计算机科学与技术...
    • 6 篇 电气工程
    • 1 篇 机械工程
    • 1 篇 动力工程及工程热...
    • 1 篇 控制科学与工程
    • 1 篇 生物工程
  • 6 篇 理学
    • 5 篇 数学
    • 1 篇 生物学
    • 1 篇 系统科学
  • 2 篇 教育学
    • 2 篇 教育学
  • 2 篇 管理学
    • 1 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...

主题

  • 46 篇 design
  • 38 篇 languages
  • 22 篇 performance
  • 15 篇 algorithms
  • 14 篇 probabilistic pr...
  • 12 篇 verification
  • 12 篇 functional progr...
  • 11 篇 program synthesi...
  • 10 篇 reliability
  • 9 篇 object oriented ...
  • 9 篇 experimentation
  • 9 篇 programming lang...
  • 8 篇 domain-specific ...
  • 8 篇 concurrency
  • 7 篇 type systems
  • 7 篇 java
  • 6 篇 optimization
  • 5 篇 compilers
  • 5 篇 metaprogramming
  • 5 篇 theory

机构

  • 8 篇 purdue univ w la...
  • 7 篇 carnegie mellon ...
  • 5 篇 harvard univ cam...
  • 4 篇 univ wisconsin m...
  • 4 篇 princeton univ p...
  • 4 篇 univ calif davis...
  • 4 篇 northeastern uni...
  • 4 篇 cornell univ ith...
  • 4 篇 univ penn philad...
  • 4 篇 stanford univ st...
  • 4 篇 univ washington ...
  • 3 篇 microsoft res re...
  • 3 篇 swiss fed inst t...
  • 3 篇 mit cambridge ma...
  • 3 篇 yale univ new ha...
  • 3 篇 rice univ housto...
  • 3 篇 univ calif berke...
  • 3 篇 univ texas austi...
  • 2 篇 microsoft corp r...
  • 2 篇 oracle labs pots...

作者

  • 5 篇 foster nate
  • 5 篇 gulwani sumit
  • 5 篇 walker david
  • 4 篇 shao zhong
  • 4 篇 dillig isil
  • 3 篇 huang jeff
  • 3 篇 vechev martin
  • 3 篇 su zhendong
  • 3 篇 chaudhuri swarat
  • 3 篇 myers andrew c.
  • 3 篇 zhang xiangyu
  • 3 篇 mansinghka vikas...
  • 2 篇 hirschfeld rober...
  • 2 篇 flatt matthew
  • 2 篇 gupta gagan
  • 2 篇 shull thomas
  • 2 篇 yahav eran
  • 2 篇 rajamani sriram
  • 2 篇 niephaus fabio
  • 2 篇 choi jiho

语言

  • 240 篇 英文
  • 1 篇 中文
检索条件"任意字段=Proceedings of the 36th ACM SIGPLAN Conference on Programming Language Design and Implementation"
241 条 记 录,以下是171-180 订阅
排序:
Input Responsiveness: Using Canary Inputs to Dynamically Steer Approximation  16
Input Responsiveness: Using Canary Inputs to Dynamically Ste...
收藏 引用
37th acm sigplan conference on programming language design and implementation
作者: 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... 详细信息
来源: 评论
Developing a stage lighting system for scratch
Developing a stage lighting system for scratch
收藏 引用
6th acm sigplan Internatinal conference on Functional programming (ICFP'01)
作者: Sperber, M. Wilhelm-Schickard-Institut fur Info. Universität Tübingen Tübingen Germany
Lula is a system for computer-assisted stage lighting design and control. Whereas other systems for the same purpose are usually the results of long chains of incremental improvements of historic concepts. Lula repres... 详细信息
来源: 评论
Typed Lua: An optional type system for Lua
Typed Lua: An optional type system for Lua
收藏 引用
8th Workshop on Dynamic languages and Applications, Dyla 2014, with PLDI 2014
作者: Maidl, André Murbach Mascarenhas, Fabio Ierusalimschy, Roberto PUC-Rio Rio de Janeiro Brazil UFRJ Rio de Janeiro Brazil
Dynamically typed languages trade flexibility and ease of use for safety, while statically typed languages prioritize the early detection of bugs, and provide a better framework for structure large programs. the idea ... 详细信息
来源: 评论
End-to-End Verification of Information-Flow Security for C and Assembly Programs  16
End-to-End Verification of Information-Flow Security for C a...
收藏 引用
37th acm sigplan conference on programming language design and implementation
作者: 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 ... 详细信息
来源: 评论
Toward Compositional Verification of Interruptible OS Kernels and Device Drivers  16
Toward Compositional Verification of Interruptible OS Kernel...
收藏 引用
37th acm sigplan conference on programming language design and implementation
作者: Chen, Hao Wu, Xiongnan (Newman) Shao, Zhong Lockerman, Joshua Gu, Ronghui Univ Elect Sci & Technol China UESTC Chengdu Peoples R China Yale Univ New Haven CT 06520 USA
An operating system (OS) kernel forms the lowest level of any system software stack. the correctness of the OS kernel is the basis for the correctness of the entire system. Recent efforts have demonstrated the feasibi... 详细信息
来源: 评论
Classbox/J: Controlling the scope of change in Java
Classbox/J: Controlling the scope of change in Java
收藏 引用
20th conference on Object-Oriented programming, Systems, languages and Applications
作者: Bergel, A Ducasse, S Nierstrasz, O Univ Bern Software Composit Grp Bern Switzerland Univ Savoie Language & Software Evolut Grp LISTIC Chambery France
Unanticipated changes to complex software systems can introduce anomalies such as duplicated code, suboptimal inheritance relationships and a proliferation of run-tirne downcasts. Refactoring to eliminate these anomal... 详细信息
来源: 评论
Multiple instances and symbolic variables in executable sequence charts  02
Multiple instances and symbolic variables in executable sequ...
收藏 引用
17th Meeting on Object-Oriented programming, Systems, languages and Applications (OOPSLA 2002)
作者: Marelly, R Harel, D Kugler, H Weizmann Inst Sci Dept Comp Sci & Appl Math IL-76100 Rehovot Israel
We extend live sequence charts (LSCs), a highly expressive variant of sequence diagrams, and provide the extension with an executable semantics. the extension involves support for instances that can bind to multiple o... 详细信息
来源: 评论
Slicing Probabilistic Programs  14
Slicing Probabilistic Programs
收藏 引用
35th acm sigplan conference on programming language design and implementation (PLDI)
作者: Hur, Chung-Kil Nori, Aditya V. Rajamani, Sriram K. Samuel, Selva Seoul Natl Univ Seoul 151 South Korea
Probabilistic programs use familiar notation of programming languages to specify probabilistic models. Suppose we are interested in estimating the distribution of the return expression r of a probabilistic program P. ... 详细信息
来源: 评论
Acute: High-level programming language design for distributed computation  05
Acute: High-level programming language design for distribute...
收藏 引用
10th acm sigplan International conference on Functional programming (ICFP)
作者: Sewell, Peter Leifer, James J. Wansbrough, Keith Nardelli, Francesco Zappa Allen-Williams, Mair Habouzit, Pierre Vafeiadis, Viktor Univ Cambridge Cambridge England INRIA Rocquencourt Le Chesnay France
Existing languages provide good support for typeful programming of stand-alone programs. In a distributed system, however, there may be interaction between multiple instances of many distinct programs, sharing some (b... 详细信息
来源: 评论
A Compiler and Run-time System for Network programming languages  12
A Compiler and Run-time System for Network Programming Langu...
收藏 引用
39th Annual acm sigplan-SIGACT Symposium on Principles of programming languages
作者: Monsanto, Christopher Foster, Nate Harrison, Rob Walker, David Princeton Univ Princeton NJ 08544 USA
Software-defined networks (SDNs) are a new kind of network architecture in which a controller machine manages a distributed collection of switches by instructing them to install or uninstall packet-forwarding rules an... 详细信息
来源: 评论