咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是301-310 订阅
排序:
Mirrors: design principles for meta-level facilities of object-oriented programming languages  04
Mirrors: design principles for meta-level facilities of obje...
收藏 引用
Proceedings of the 19th annual acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Gilad Bracha David Ungar Sun Microsystems Santa Clara CA Sun Microsystems Mountain View CA
We identify three design principles for reflection and metaprogramming facilities in object oriented programming languages. Encapsulation: meta-level facilities must encapsulate their implementation. Stratification: m... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Pluggable AOP: designing aspect mechanisms for third-party composition  05
Pluggable AOP: designing aspect mechanisms for third-party c...
收藏 引用
Proceedings of the 20th annual acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Sergei Kojarski David H. Lorenz University of Virginia Charlottesville VA
Studies of Aspect-Oriented programming (AOP) usually focus on a language in which a specific aspect extension is integrated with a base language. languages specified in this manner have a fixed, non-extensible AOP fun... 详细信息
来源: 评论
Student teamwork: A capstone course in game programming
Student teamwork: A capstone course in game programming
收藏 引用
Frontiers in Education (FIE) conference
作者: Robert Kerbs Computer Science Department California Polytechnic State University Pomona CA USA
Many computer science (CS) undergraduate programs have experienced dramatic reductions in the number of incoming freshman and transfer students in recent years. Simultaneously, industry feedback informs us that gradua... 详细信息
来源: 评论
Parsel: Algorithmic Reasoning with language Models by Composing Decompositions  37
Parsel: Algorithmic Reasoning with Language Models by Compos...
收藏 引用
37th conference on Neural Information Processing Systems, NeurIPS 2023
作者: Zelikman, Eric Huang, Qian Poesia, Gabriel Goodman, Noah D. Haber, Nick Stanford University United States
Despite recent success in large language model (LLM) reasoning, LLMs struggle with hierarchical multi-step reasoning tasks like generating complex programs. For these tasks, humans often start with a high-level algori... 详细信息
来源: 评论
Biomolecular implementation of a Quasi Sliding Mode Feedback Controller based on DNA Strand Displacement Reactions
Biomolecular Implementation of a Quasi Sliding Mode Feedback...
收藏 引用
Annual International conference of the IEEE Engineering in Medicine and Biology Society
作者: Rucha Sawlekar Francesco Montefusco Vishwesh Kulkarni Declan G. Bates the Warwick Centre for Integrative Synthetic Biology University of Warwick Coventry CV4 7AL United Kingdom the Department of Information Engineering University of Padova Padova 35131 Italy
A fundamental aim of synthetic biology is to achieve the capability to design and implement robust embedded biomolecular feedback control circuits. An approach to realize this objective is to use abstract chemical rea... 详细信息
来源: 评论
Functional parallel algorithms  10
Functional parallel algorithms
收藏 引用
Proceedings of the 15th acm sigplan international conference on Functional programming
作者: Guy E. Blelloch Carnegie Mellon University Pittsburgh PA USA
Functional programming presents several important advantages in the design, analysis and implementation of parallel algorithms: It discourages iteration and encourages *** supports persistence and hence easy *** encou... 详细信息
来源: 评论
Æminium: a permission based concurrent-by-default programming language approach  14
Æminium: a permission based concurrent-by-default programmi...
收藏 引用
Proceedings of the 35th acm sigplan conference on programming language design and implementation
作者: Sven Stork Karl Naden Joshua Sunshine Manual Mohr Alcides Fonseca Paulo Marques Jonathan Aldrich Carnegie Mellon University Karlsruhe Institute of Technology University of Coimbra
the aim of ÆMINIUM is to study the implications of having a concurrent-by-default programming language. this includes language design, runtime system, performance and software engineering *** conduct our study th... 详细信息
来源: 评论
Object views: language support for intelligent object caching in parallel and distributed computations  99
Object views: language support for intelligent object cachin...
收藏 引用
Proceedings of the 14th acm sigplan conference on Object-oriented programming, systems, languages, and applications
作者: Ilya Lipkind Igor Pechtchanski Vijay Karamcheti Courant Institute of Mathematical Sciences New York University 715 Broadway 7th Floor New York NY
Object-based parallel and distributed applications are becoming increasingly popular, driven by the programmability advantages of component technology and a flat shared-object space. However, the flat shared-object sp... 详细信息
来源: 评论