咨询与建议

限定检索结果

文献类型

  • 660 篇 会议
  • 97 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 666 篇 工学
    • 648 篇 软件工程
    • 434 篇 计算机科学与技术...
    • 20 篇 控制科学与工程
    • 7 篇 信息与通信工程
    • 3 篇 材料科学与工程(可...
    • 3 篇 电子科学与技术(可...
    • 2 篇 光学工程
    • 1 篇 机械工程
    • 1 篇 仪器科学与技术
    • 1 篇 电气工程
    • 1 篇 建筑学
    • 1 篇 土木工程
    • 1 篇 化学工程与技术
    • 1 篇 农业工程
  • 170 篇 理学
    • 167 篇 数学
    • 8 篇 统计学(可授理学、...
    • 2 篇 物理学
    • 2 篇 系统科学
    • 1 篇 化学
  • 75 篇 管理学
    • 55 篇 管理科学与工程(可...
    • 22 篇 图书情报与档案管...
    • 4 篇 工商管理
  • 4 篇 法学
    • 2 篇 法学
    • 2 篇 社会学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 234 篇 languages
  • 153 篇 theory
  • 121 篇 computer program...
  • 106 篇 verification
  • 53 篇 algorithms
  • 48 篇 design
  • 30 篇 computer program...
  • 28 篇 object oriented ...
  • 26 篇 reliability
  • 23 篇 functional progr...
  • 22 篇 high level langu...
  • 22 篇 security
  • 21 篇 performance
  • 19 篇 programming theo...
  • 19 篇 logic programmin...
  • 18 篇 semantics
  • 14 篇 computer systems...
  • 14 篇 type systems
  • 14 篇 concurrency
  • 13 篇 separation logic

机构

  • 15 篇 univ penn philad...
  • 12 篇 carnegie mellon ...
  • 11 篇 univ cambridge c...
  • 11 篇 carnegie mellon ...
  • 8 篇 princeton univ p...
  • 7 篇 microsoft res re...
  • 6 篇 inria rocquencou...
  • 5 篇 inria
  • 5 篇 univ of glasgow ...
  • 5 篇 univ london impe...
  • 5 篇 indiana univ blo...
  • 5 篇 microsoft resear...
  • 5 篇 microsoft resear...
  • 5 篇 tel aviv univ il...
  • 5 篇 university of pe...
  • 5 篇 stanford univ st...
  • 5 篇 univ london impe...
  • 5 篇 cornell univ ith...
  • 5 篇 univ edinburgh e...
  • 4 篇 univ wisconsin m...

作者

  • 11 篇 jones simon peyt...
  • 11 篇 walker david
  • 10 篇 leroy xavier
  • 9 篇 pierce benjamin ...
  • 9 篇 felleisen matthi...
  • 9 篇 harper robert
  • 9 篇 gordon andrew d.
  • 9 篇 abadi martin
  • 8 篇 cardelli luca
  • 7 篇 palsberg jens
  • 7 篇 sagiv mooly
  • 7 篇 calcagno cristia...
  • 7 篇 wadler philip
  • 7 篇 morrisett greg
  • 6 篇 riecke jon g.
  • 6 篇 odersky martin
  • 6 篇 hicks michael
  • 6 篇 fournet cedric
  • 6 篇 kobayashi naoki
  • 5 篇 strub pierre-yve...

语言

  • 690 篇 英文
  • 61 篇 其他
  • 6 篇 中文
检索条件"任意字段=ACM Singplan-sigact Symposium on Principles of Programming Languages"
757 条 记 录,以下是241-250 订阅
排序:
Multiparty asynchronous session types
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 273-284页
作者: Honda, Kohei Yoshida, Nobuko Carbone, Marco Univ London London WC1E 7HU England Univ London Imperial Coll Sci Technol & Med London SW7 2AZ England
Communication is becoming one of the central elements in software development. As a potential typed foundation for structured communication-centred programming, session types have been studied over the last decade for... 详细信息
来源: 评论
A theory of platform-dependent low-level software
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 209-220页
作者: Nita, Marius Grossman, Dan Chambers, Craig Univ Washington Dept Comp Sci & Engn Seattle WA 98195 USA
The C language definition leaves the sizes and layouts of types partially unspecified. When a C program makes assumptions about type layout, its semantics is defined only on platforms (C compilers and the underlying h... 详细信息
来源: 评论
Caml trading  08
Caml trading
收藏 引用
Proceedings of the 35th annual acm SIGPLAN-sigact symposium on principles of programming languages
作者: Yaron M. Minsky Jane Street Capital New York NY
Jane Street Capital is a successful proprietary trading company that has shifted from developing software in mainstream programming languages to developing software almost entirely in OCaml, a statically typed functio... 详细信息
来源: 评论
Contextual effects for version-consistent dynamic software updating and safe concurrent programming
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 37-49页
作者: Neamtiu, Iulian Hicks, Michael Foster, Jeffrey S. Pratikakis, Polyvios Univ Maryland Dept Comp Sci College Pk MD 20742 USA
This paper presents a generalization of standard effect systems that we call contextual effects. A traditional effect system computes the effect of an expression e. Our system additionally computes the effects of the ... 详细信息
来源: 评论
Foundations for structured programming with GADTs
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 297-308页
作者: Johann, Patricia Ghani, Neil Rutgers State Univ Camden NJ 08102 USA Univ Nottingham Nottingham NG7 2RD England
GADTs are at the cutting edge of functional programming and become more widely used every day. Nevertheless, the semantic foundations underlying GADTs are not well understood. In this paper we solve this problem by sh... 详细信息
来源: 评论
Generating precise and concise procedure summaries
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 221-234页
作者: Yorsh, Greta Yahav, Eran Chandra, Satish Tel Aviv Univ Tel Aviv Israel
We present a framework for generating procedure summaries that are precise - applying the summary in a given context yields the same result as re-analyzing the procedure in that context, and concise - the summary expl... 详细信息
来源: 评论
Relational inductive shape analysis
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 247-260页
作者: Chang, Bor-Yuh Evan Rival, Xavier Univ Calif Berkeley Berkeley CA 94720 USA INRIA Berkeley CA USA
Shape analyses are concerned with precise abstractions of the heap to capture detailed structural properties. To do so, they need to build and decompose summaries of disjoint memory regions. Unfortunately, many data s... 详细信息
来源: 评论
Enhancing modular OO verification with separation logic
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 87-99页
作者: Chin, Wei-Ngan David, Cristina Nguyen, Huu Hai Qin, Shengchao Natl Univ Singapore Dept Comp Sci Singapore 117548 Singapore Singapore MIT Alliance Comp Sci Program Singapore Singapore Univ Durham Dept Comp Sci Durham DH1 3HP England
Conventional specifications for object-oriented (OO) programs must adhere to behavioral subtyping in support of class inheritance and method overriding. However, this requirement inherently weakens the specifications ... 详细信息
来源: 评论
A theory of contracts for web services
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 261-272页
作者: Castagna, Giuseppe Gesbert, Nils Padovani, Luca Univ Paris 07 CNRS PPS Paris France Univ Paris 11 CNRS LRI F-91405 Orsay France Univ Urbino ISTI I-61029 Urbino Italy
Contracts are behavioural descriptions of Web services. We devise a theory of contracts that formalises the compatibility of a client to a service, and the safe replacement of a service with another service. The use o... 详细信息
来源: 评论
Demand-driven alias analysis for C
收藏 引用
acm SIGPLAN NOTICES 2008年 第1期43卷 197-208页
作者: Zheng, Xin Rugina, Radu Cornell Univ Dept Comp Sci Ithaca NY 14853 USA
This paper presents a demand-driven, flow-insensitive analysis algorithm for answering may-alias queries. We formulate the computation of alias queries as a CFL-reachability problem, and use this formulation to derive... 详细信息
来源: 评论