咨询与建议

限定检索结果

文献类型

  • 685 篇 会议
  • 67 篇 期刊文献
  • 5 册 图书

馆藏范围

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

日期分布

学科分类号

  • 584 篇 工学
    • 500 篇 软件工程
    • 440 篇 计算机科学与技术...
    • 38 篇 控制科学与工程
    • 34 篇 电气工程
    • 20 篇 信息与通信工程
    • 10 篇 生物工程
    • 8 篇 建筑学
    • 6 篇 机械工程
    • 6 篇 材料科学与工程(可...
    • 6 篇 电子科学与技术(可...
    • 6 篇 土木工程
    • 6 篇 生物医学工程(可授...
    • 4 篇 动力工程及工程热...
    • 4 篇 化学工程与技术
  • 85 篇 理学
    • 61 篇 数学
    • 16 篇 生物学
    • 8 篇 物理学
    • 6 篇 统计学(可授理学、...
    • 5 篇 化学
  • 36 篇 管理学
    • 21 篇 图书情报与档案管...
    • 16 篇 管理科学与工程(可...
    • 11 篇 工商管理
  • 26 篇 教育学
    • 26 篇 教育学
  • 8 篇 法学
    • 8 篇 社会学
  • 6 篇 医学
    • 5 篇 临床医学
    • 3 篇 基础医学(可授医学...
  • 6 篇 艺术学
    • 6 篇 音乐与舞蹈学
    • 4 篇 艺术学理论
  • 5 篇 农学
    • 5 篇 作物学
  • 3 篇 经济学
    • 3 篇 应用经济学

主题

  • 102 篇 functional progr...
  • 66 篇 languages
  • 52 篇 computer program...
  • 42 篇 design
  • 31 篇 haskell
  • 30 篇 object oriented ...
  • 26 篇 computer program...
  • 25 篇 programming
  • 20 篇 dependent types
  • 19 篇 logic programmin...
  • 19 篇 theory
  • 17 篇 functional react...
  • 16 篇 parallel program...
  • 16 篇 dynamic programm...
  • 15 篇 aspect oriented ...
  • 14 篇 performance
  • 13 篇 generic programm...
  • 13 篇 semantics
  • 13 篇 verification
  • 13 篇 programming lang...

机构

  • 7 篇 portland state u...
  • 6 篇 northeastern uni...
  • 6 篇 microsoft res ca...
  • 5 篇 univ penn philad...
  • 5 篇 chalmers univ te...
  • 4 篇 inria
  • 4 篇 indiana univ blo...
  • 4 篇 university of ch...
  • 4 篇 carnegie mellon ...
  • 3 篇 department of pr...
  • 3 篇 ecole polytech f...
  • 3 篇 univ edinburgh e...
  • 3 篇 univ cambridge c...
  • 3 篇 univ strathclyde...
  • 3 篇 carnegie mellon ...
  • 3 篇 univ new s wales...
  • 3 篇 microsoft resear...
  • 3 篇 ibm research
  • 3 篇 carnegie mellon ...
  • 3 篇 univ cambridge c...

作者

  • 6 篇 figueroa ismael
  • 6 篇 krishnaswami nee...
  • 5 篇 claessen koen
  • 5 篇 tabareau nicolas
  • 5 篇 jones mark p.
  • 5 篇 tanter éric
  • 4 篇 flatt matthew
  • 4 篇 xi hw
  • 4 篇 mcbride conor
  • 4 篇 sheeran mary
  • 4 篇 vafeiadis viktor
  • 4 篇 weirich stephani...
  • 4 篇 jeuring johan
  • 4 篇 chlipala adam
  • 4 篇 hudak paul
  • 4 篇 keller gabriele
  • 4 篇 findler robert b...
  • 4 篇 walker david
  • 3 篇 o'connor liam
  • 3 篇 leshchinskiy rom...

语言

  • 695 篇 英文
  • 58 篇 其他
  • 2 篇 葡萄牙文
  • 2 篇 中文
检索条件"任意字段=12th ACM SIGPLAN International Conference on Functional Programming"
757 条 记 录,以下是131-140 订阅
排序:
Towards more natural functional programming languages
Towards more natural functional programming languages
收藏 引用
7th international conference on functional programming
作者: Myers, BA Carnegie Mellon Univ Human Comp Interact Inst Sch Comp Sci Pittsburgh PA 15213 USA
programming languages are the way for a person to express a mental plan in a way that the computer can understand. therefore, it is appropriate to consider properties of people when designing new programming languages... 详细信息
来源: 评论
functional morphology
Functional morphology
收藏 引用
9th international conference on functional programming
作者: Forsberg, M Ranta, A Chalmers Univ Technol Dept Comp Sci S-41296 Gothenburg Sweden Univ Gothenburg S-41296 Gothenburg Sweden
this paper presents a methodology for implementing natural language morphology in the functional language Haskell. the main idea behind is simple: instead of working with untyped regular expressions, which is the stat... 详细信息
来源: 评论
Painless programming combining reduction and search: Design principles for embedding decision procedures in high-level languages  12
Painless programming combining reduction and search: Design ...
收藏 引用
17th acm sigplan international conference on functional programming, ICFP 2012
作者: Sheard, Timothy E. Portland State University Portland OR United States
We describe the Funlogic system which extends a functional language with existentially quantified declarations. An existential declaration introduces a variable and a set of constraints that its value should meet. Exi... 详细信息
来源: 评论
Safe functional Reactive programming through Dependent Types
Safe Functional Reactive Programming through Dependent Types
收藏 引用
14th acm sigplan international conference on functional programming
作者: Sculthorpe, Neil Nilsson, Henrik Univ Nottingham Sch Comp Sci Nottingham NG7 2RD England
functional Reactive programming (FRP) is an approach to reactive programming where systems are structured as networks of functions operating on signals. FRP is based on the synchronous data-flow paradigm and supports ... 详细信息
来源: 评论
A logical analysis of aliasing in imperative higher-order functions  05
A logical analysis of aliasing in imperative higher-order fu...
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Berger, Martin Honda, Kohei Yoshida, Nobuko Univ London Imperial Coll Sci Technol & Med Dept Comp London England Queen Mary Univ London Dept Comp Sci London England
We present a compositional programme logic for call-by-value imperative higher-order functions with general forms of aliasing, which can arise from the use of reference names as function parameters. return values, con... 详细信息
来源: 评论
programming a smalltalk VM in Coq  17
Programming a smalltalk VM in Coq
收藏 引用
12th international Workshop on Smalltalk Technologies, IWST 2017
作者: Shingarov, Boris LabWare
We describe an experimental attempt at verification of Smalltalk VM using mechanized proof. Only the native code generation part is verified. the generator is developed in the Coq proof assistant and is largely based ... 详细信息
来源: 评论
Lightweight Monadic programming in ML  11
Lightweight Monadic Programming in ML
收藏 引用
16th acm sigplan international conference on functional programming (ICFP 11)
作者: Swamy, Nikhil Guts, Nataliya Leijen, Daan Hicks, Michael Microsoft Res Redmond WA 98052 USA
Many useful programming constructions can be expressed as monads. Examples include probabilistic modeling, functional reactive programming, parsing, and information flow tracking, not to mention effectful functionalit... 详细信息
来源: 评论
Multi-return function call
Multi-return function call
收藏 引用
9th international conference on functional programming
作者: Shivers, Olin Fisher, David Georgia Inst Technol Coll Comp Atlanta GA 30332 USA
It is possible to extend the basic notion of "function call" to allow functions to have multiple return points. this turns out to be a surprisingly useful mechanism. this article conducts a fairly wide-rangi... 详细信息
来源: 评论
Design and Implementation of Facets of Dynamic Policies  38
Design and Implementation of Facets of Dynamic Policies
收藏 引用
38th international conference on Systems, programming, Languages, and Applications: Software for Humanity (SPLASH)
作者: Zegarelli, Antonio IMDEA Software Inst Madrid Spain
Information Flow Control (IFC) in dynamic contexts is challenging due to different interpretations of security that arise. this paper introduces a modular framework to address this challenge. We present a dynamic floa... 详细信息
来源: 评论
Model-driven Generative Framework for Automated OMG DDS Performance Testing in the Cloud  13
Model-driven Generative Framework for Automated OMG DDS Perf...
收藏 引用
12th international conference on Generative programming: Concepts and Experiences
作者: An, Kyoungho Kuroda, Takayuki Gokhale, Aniruddha Tambe, Sumant Sorbini, Andrea Vanderbilt Univ ISIS Nashville TN 37235 USA RTI Sunnyvale CA USA
the Object Management Group's (OMG) Data Distribution Service (DDS) provides many configurable policies which determine end-to-end quality of service (QoS) of applications. It is challenging to predict the system&... 详细信息
来源: 评论