咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是291-300 订阅
排序:
Variance analyses from invariance analyses  07
Variance analyses from invariance analyses
收藏 引用
34th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Berdine, Josh Chawdhary, Aziem Cook, Byron Distefano, Dino O'Hearn, Peter Microsoft Res Redmond WA 98052 USA Univ London Queen Mary Coll London WC1E 7HU England
An invariance assertion for a program location l is a statement that always holds at l during execution of the program. Program invariance analyses infer invariance assertions that can be useful when trying to prove s... 详细信息
来源: 评论
Lightweight fusion by fixed point promotion  07
Lightweight fusion by fixed point promotion
收藏 引用
34th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Ohori, Atsushi Sasano, Isao Tohoku Univ Res Inst Elect Commun Sendai Miyagi 980 Japan
This paper proposes a lightweight fusion method for general recursive function definitions. Compared with existing proposals, our method has several significant practical features: it works for general recursive funct... 详细信息
来源: 评论
Specialization of CML message-passing primitives  07
Specialization of CML message-passing primitives
收藏 引用
34th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Reppy, John Xiao, Yingqi Univ Chicago Chicago IL 60637 USA
Concurrent ML (CML) is a statically-typed higher-order concurrent language that is embedded in Standard ML. Its most notable feature is its support for first-class synchronous operations. This mechanism allows program... 详细信息
来源: 评论
Cork: Dynamic memory leak detection for garbage-collected languages  07
Cork: Dynamic memory leak detection for garbage-collected la...
收藏 引用
34th acm SIGPLAN-sigact symposium on principles of programming languages
作者: Jump, Maria McKinley, Kathryn S. Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
A memory leak in a garbage-collected program occurs when the program inadvertently maintains references to objects that it no longer needs. Memory leaks cause systematic heap growth, degrading performance and resultin... 详细信息
来源: 评论
Proceedings of the 33rd acm SIGPLAN-sigact symposium on principles of programming languages, POPL 2006
Proceedings of the 33rd ACM SIGPLAN-SIGACT Symposium on Prin...
收藏 引用
33rd acm SIGPLAN-sigact symposium on principles of programming languages, POPL'06
The proceedings contain 34 papers. The topics discussed include: formal certification of a compiler back-end or: programming a compiler with a proof assistant;decidability and proof systems for language-based noninter...
来源: 评论
Conference Record of POPL 2006: 33rd acm SIGPLAN-sigact symposium on principles of programming languages
Conference Record of POPL 2006: 33rd ACM SIGPLAN-SIGACT Symp...
收藏 引用
The proceedings contain 35 papers. The topics discussed include: the next 700 data description languages;a hierarchical model of data locality;formal certification of a compiler back-end or: programming a compiler wit... 详细信息
来源: 评论
The Scala experiment - Can we provide better language support for component systems?
The Scala experiment - Can we provide better language suppor...
收藏 引用
33rd symposium on principles of programming languages
作者: Odersky, M EPFL Switzerland
No abstract available
来源: 评论
Environment analysis via ΔCFA  06
Environment analysis via ΔCFA
收藏 引用
33rd symposium on principles of programming languages
作者: Might, M Shivers, O Georgia Inst Technol Atlanta GA 30332 USA
We describe a new program-analysis framework, based on CPS and procedure-string abstractions, that can handle critical analyses which the k-CFA framework cannot. We present the main theorems concerning correctness, sh... 详细信息
来源: 评论
A polymorphic modal type system for Lisp-like multi-staged languages  06
A polymorphic modal type system for Lisp-like multi-staged l...
收藏 引用
33rd acm SIGPLAN-sigact symposium on principles of programming languages, POPL'06
作者: Kim, Ik-Soon Yi, Kwangkeun Calcagno, Cristiano Seoul National University Korea Republic of Imperial College United Kingdom
This article presents a polymorphic modal type system and its principal type inference algorithm that conservatively extend ML by all of Lisp's staging constructs (the quasi-quotation system). The combination is m... 详细信息
来源: 评论
Simplifying reductions  06
Simplifying reductions
收藏 引用
33rd symposium on principles of programming languages
作者: Gautam Rajopadhye, S Colorado State Univ Rennes France IRISA Rennes France
We present optimization techniques for high level equational programs that are generalizations of affine control loops (ACLs). Significant parts of the SpecFP and PerfectClub benchmarks are ACLs. They often contain re... 详细信息
来源: 评论