咨询与建议

限定检索结果

文献类型

  • 51 篇 会议
  • 34 篇 期刊文献
  • 4 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 80 篇 工学
    • 57 篇 计算机科学与技术...
    • 50 篇 软件工程
    • 8 篇 电气工程
    • 7 篇 控制科学与工程
    • 3 篇 信息与通信工程
    • 1 篇 生物工程
    • 1 篇 网络空间安全
  • 8 篇 管理学
    • 8 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...
  • 4 篇 理学
    • 2 篇 数学
    • 1 篇 生物学
    • 1 篇 科学技术史(分学科...
  • 1 篇 哲学
    • 1 篇 哲学
  • 1 篇 经济学
    • 1 篇 理论经济学
  • 1 篇 法学
    • 1 篇 社会学
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 89 篇 programming by e...
  • 37 篇 program synthesi...
  • 8 篇 programming by d...
  • 6 篇 data transformat...
  • 5 篇 end-user program...
  • 5 篇 machine learning
  • 4 篇 program transfor...
  • 4 篇 regular expressi...
  • 3 篇 languages
  • 3 篇 program repair
  • 3 篇 end-user develop...
  • 3 篇 regular expressi...
  • 3 篇 synthesis
  • 3 篇 domain specific ...
  • 3 篇 direct manipulat...
  • 3 篇 intelligent user...
  • 3 篇 data transformat...
  • 3 篇 user interface
  • 3 篇 agents
  • 2 篇 model-based user...

机构

  • 5 篇 univ texas austi...
  • 4 篇 univ michigan an...
  • 4 篇 univ penn philad...
  • 4 篇 rice univ housto...
  • 3 篇 microsoft res re...
  • 3 篇 microsoft redmon...
  • 2 篇 ecole polytech f...
  • 2 篇 mit media lab ca...
  • 2 篇 hanyang univ dep...
  • 2 篇 microsoft res re...
  • 2 篇 univ trieste dia...
  • 2 篇 waseda univ
  • 2 篇 peking univ key ...
  • 2 篇 univ trieste dia...
  • 2 篇 university of mi...
  • 2 篇 univ calif san d...
  • 2 篇 natl univ singap...
  • 2 篇 univ freiburg fr...
  • 2 篇 univ calif san d...
  • 2 篇 univ british col...

作者

  • 10 篇 gulwani sumit
  • 6 篇 dillig isil
  • 4 篇 medvet eric
  • 4 篇 radhakrishna arj...
  • 4 篇 de lorenzo andre...
  • 4 篇 bartoli alberto
  • 4 篇 le vu
  • 4 篇 soares gustavo
  • 4 篇 chaudhuri swarat
  • 4 篇 tarlao fabiano
  • 3 篇 singh rishabh
  • 3 篇 alur rajeev
  • 3 篇 leung alan
  • 3 篇 lee woosuk
  • 3 篇 jin zhongjun
  • 3 篇 macias jose a.
  • 3 篇 tiwari ashish
  • 2 篇 takasu atsuhiro
  • 2 篇 knoblock craig a...
  • 2 篇 lerner sorin

语言

  • 87 篇 英文
  • 2 篇 其他
检索条件"主题词=Programming by example"
89 条 记 录,以下是21-30 订阅
排序:
Automated repair by example for firewalls
收藏 引用
FORMAL METHODS IN SYSTEM DESIGN 2020年 第1-3期56卷 127-153页
作者: Hallahan, William T. Zhai, Ennan Piskac, Ruzica Yale Univ Dept Comp Sci New Haven CT 06511 USA Alibaba Grp Seattle WA USA
Firewalls are widely deployed to manage enterprise networks. Because enterprise-scale firewalls contain hundreds or thousands of rules, ensuring the correctness of firewalls-that the rules in the firewalls meet the sp... 详细信息
来源: 评论
On the Fly Synthesis of Edit Suggestions
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2019年 第OOPSLA期3卷 1–29页
作者: Miltner, Anders Gulwani, Sumit Le, Vu Leung, Alan Radhakrishna, Arjun Soares, Gustavo Tiwari, Ashish Udupa, Abhishek Princeton Univ Princeton NJ 08544 USA Microsoft Redmond WA USA
When working with a document, users often perform context-specific repetitive edits - changes to the document that are similar but specific to the contexts at their locations. programming by demon-stration/examples (P... 详细信息
来源: 评论
Inductive Program Synthesis via Iterative Forward-Backward Abstract Interpretation
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2023年 第PLDI期7卷 1657-1681页
作者: Yoon, Yongho Lee, Woosuk Yi, Kwangkeun Seoul Natl Univ Dept Comp Sci & Engn Seoul South Korea Hanyang Univ Dept Comp Sci & Engn Seoul South Korea
A key challenge in example-based program synthesis is the gigantic search space of programs. To address this challenge, various work proposed to use abstract interpretation to prune the search space. However, most of ... 详细信息
来源: 评论
Integrating learning supports into the design of visual programming systems
收藏 引用
JOURNAL OF VISUAL LANGUAGES AND COMPUTING 2001年 第5期12卷 501-524页
作者: DiGiano, C Kahn, K Cypher, A Smith, DC SRI Int Ctr Technol Learning Menlo Pk CA 94025 USA Animated Programs San Carlos CA 94070 USA Stagecast Software Inc Burlingame CA 94010 USA
The success of a programming system depends as much on the learnability of its language concepts as the usability of its interface. We argue that learnability can be significantly improved by integrating into the prog... 详细信息
来源: 评论
APIFIX: Output-Oriented Program Synthesis for Combating Breaking Changes in Libraries
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2021年 第OOPSLA期5卷 1–27页
作者: Gao, Xiang Radhakrishna, Arjun Soares, Gustavo Shariffdeen, Ridwan Gulwani, Sumit Roychoudhury, Abhik Natl Univ Singapore Singapore Singapore Microsoft Redmond WA USA
Use of third-party libraries is extremely common in application software. The libraries evolve to accommodate new features or mitigate security vulnerabilities, thereby breaking the Application programming Interface (... 详细信息
来源: 评论
Inductive Synthesis of Structurally Recursive Functional Programs from Non-recursive Expressions
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2023年 第POPL期7卷 2048-2078页
作者: Lee, Woosuk Cho, Hangyeol Hanyang Univ Dept Comp Sci & Engn Seoul South Korea
We present a novel approach to synthesizing recursive functional programs from input-output examples. Synthesizing a recursive function is challenging because recursive subexpressions should be constructed while the t... 详细信息
来源: 评论
Robust Relational Layout Synthesis from examples for Android
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2018年 第OOPSLA期2卷 1–29页
作者: Bielik, Pavol Fischer, Marc Vechev, Martin Swiss Fed Inst Technol Dept Comp Sci Zurich Switzerland
We present a novel approach for synthesizing robust relational layouts from examples. Given an application design consisting of a set of views and their location on the screen, we synthesize a relational layout that w... 详细信息
来源: 评论
Feedback-Driven Semi-supervised Synthesis of Program Transformations
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2020年 第OOPSLA期4卷 1–30页
作者: Gao, Xiang Barke, Shraddha Radhakrishna, Arjun Soares, Gustavo Gulwani, Sumit Leung, Alan Nagappan, Nachiappan Tiwari, Ashish Natl Univ Singapore Singapore Singapore Univ Calif San Diego San Diego CA 92103 USA Microsoft Redmond WA USA
While editing code, it is common for developers to make multiple related repeated edits that are all instances of a more general program transformation. Since this process can be tedious and error-prone, we study the ... 详细信息
来源: 评论
Training agents to recognize text by example
收藏 引用
AUTONOMOUS AGENTS AND MULTI-AGENT SYSTEMS 2001年 第1-2期4卷 79-92页
作者: Lieberman, H Nardi, BA Wright, DJ MIT Media Lab Cambridge MA 02139 USA AT&T Labs W Menlo Park CA USA Apple Comp Inc Cupertino CA 95014 USA
An important function of an agent is to be "on the lookout" for bits of information that are interesting to its user, even if these items appear in the midst of a larger body of unstructured information. But... 详细信息
来源: 评论
Generalizable Synthesis through Unification
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2021年 第OOPSLA期5卷 1–28页
作者: Ji, Ruyi Xia, Jingtao Xiong, Yingfei Hu, Zhenjiang Peking Univ Key Lab High Confidence Software Technol Minist Educ Dept Comp Sci & TechnolEECS Beijing Peoples R China
The generalizability of PBE solvers is the key to the empirical synthesis performance. Despite the importance of generalizability, related studies on PBE solvers are still limited. In theory, few existing solvers prov... 详细信息
来源: 评论