咨询与建议

限定检索结果

文献类型

  • 633 篇 会议
  • 68 篇 期刊文献
  • 3 册 图书

馆藏范围

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

日期分布

学科分类号

  • 581 篇 工学
    • 482 篇 软件工程
    • 440 篇 计算机科学与技术...
    • 30 篇 电气工程
    • 27 篇 控制科学与工程
    • 16 篇 信息与通信工程
    • 6 篇 建筑学
    • 5 篇 土木工程
    • 5 篇 生物工程
    • 4 篇 化学工程与技术
    • 4 篇 生物医学工程(可授...
    • 3 篇 材料科学与工程(可...
    • 2 篇 力学(可授工学、理...
    • 2 篇 机械工程
    • 2 篇 光学工程
    • 2 篇 动力工程及工程热...
    • 2 篇 农业工程
  • 60 篇 理学
    • 49 篇 数学
    • 6 篇 生物学
    • 6 篇 统计学(可授理学、...
    • 5 篇 物理学
    • 4 篇 化学
    • 2 篇 系统科学
  • 39 篇 教育学
    • 39 篇 教育学
  • 30 篇 管理学
    • 19 篇 图书情报与档案管...
    • 12 篇 管理科学与工程(可...
    • 5 篇 工商管理
  • 6 篇 法学
    • 6 篇 社会学
  • 2 篇 经济学
    • 2 篇 应用经济学
  • 2 篇 农学
    • 2 篇 作物学
  • 2 篇 医学
    • 2 篇 临床医学

主题

  • 107 篇 functional progr...
  • 66 篇 languages
  • 62 篇 computer program...
  • 46 篇 design
  • 35 篇 computer program...
  • 32 篇 haskell
  • 30 篇 programming
  • 20 篇 object oriented ...
  • 20 篇 dependent types
  • 18 篇 functional react...
  • 18 篇 theory
  • 18 篇 programming lang...
  • 17 篇 performance
  • 14 篇 semantics
  • 13 篇 domain-specific ...
  • 12 篇 algorithms
  • 12 篇 logic programmin...
  • 11 篇 generic programm...
  • 11 篇 verification
  • 11 篇 continuations

机构

  • 8 篇 carnegie mellon ...
  • 7 篇 northeastern uni...
  • 7 篇 portland state u...
  • 5 篇 univ penn philad...
  • 5 篇 chalmers univ te...
  • 4 篇 inria
  • 4 篇 microsoft res ca...
  • 3 篇 north carolina s...
  • 3 篇 indiana univ blo...
  • 3 篇 georgia inst tec...
  • 3 篇 univ edinburgh e...
  • 3 篇 univ strathclyde...
  • 3 篇 harvard univ cam...
  • 3 篇 univ new s wales...
  • 3 篇 it university of...
  • 3 篇 carnegie mellon ...
  • 3 篇 univ cambridge c...
  • 3 篇 univ utah salt l...
  • 3 篇 yale univ dept c...
  • 3 篇 luca school of a...

作者

  • 7 篇 krishnaswami nee...
  • 5 篇 flatt matthew
  • 5 篇 keller gabriele
  • 5 篇 jones mark p.
  • 5 篇 findler robert b...
  • 4 篇 xi hw
  • 4 篇 mcbride conor
  • 4 篇 vafeiadis viktor
  • 4 篇 weirich stephani...
  • 4 篇 claessen koen
  • 4 篇 jeuring johan
  • 4 篇 chlipala adam
  • 4 篇 dreyer derek
  • 4 篇 peyton jones sim...
  • 4 篇 walker david
  • 3 篇 oliveira bruno c...
  • 3 篇 dolstra eelco
  • 3 篇 loh andres
  • 3 篇 leshchinskiy rom...
  • 3 篇 watanabe takuo

语言

  • 635 篇 英文
  • 63 篇 其他
  • 2 篇 法文
  • 2 篇 葡萄牙文
  • 2 篇 中文
检索条件"任意字段=15th ACM SIGPLAN International Conference on Functional Programming"
704 条 记 录,以下是561-570 订阅
排序:
Aspectual Caml: an aspect-oriented functional language  05
Aspectual Caml: an aspect-oriented functional language
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Masuhara, H Tatsuzawa, H Yonezawa, A Univ Tokyo Grad Sch Arts & Sci Tokyo Japan Univ Tokyo Dept Comp Sci Tokyo Japan Univ Tokyo Dept Comp Sci Tokyo Japan
We propose an aspect-oriented programming (AOP) language called Aspectual Caml based on a strongly-typed functional language Objective Caml with two AOP mechanisms similar to those in AspectJ language. this paper desc... 详细信息
来源: 评论
Continuations from generalized stack inspection
收藏 引用
acm sigplan NOTICES 2005年 第9期40卷 216-227页
作者: Pettyjohn, G Clements, J Marshall, J Krishnamurthi, S Felleisen, M Northeastern Univ Boston MA 02115 USA Brown Univ Providence RI 02912 USA
Implementing first-class continuations can pose a challenge if the target machine makes no provisions for accessing and re-installing the run-time stack. In this paper, we present a novel translation that overcomes th... 详细信息
来源: 评论
the anatomy of a loop - A story of scope and control  05
The anatomy of a loop - A story of scope and control
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Shivers, O Georgia Inst Technol Atlanta GA 30332 USA
Writing loops with tail-recursive function calls is the equivalent of writing them with goto's. Given that loop packages for Lisp-family languages have been around for over 20 years, it is striking that none have ... 详细信息
来源: 评论
Scrap your nameplate (functional pearl)  05
Scrap your nameplate (Functional pearl)
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Cheney, J Univ Edinburgh Edinburgh Midlothian Scotland
Recent research has shown how boilerplate code, or repetitive code for traversing datatypes, can be eliminated using generic programming techniques already available within some implementations of Haskell. One particu... 详细信息
来源: 评论
Combining programming with theorem proving  05
Combining programming with theorem proving
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Chen, CY Xi, HW Boston Univ Boston MA 02215 USA
Applied Type System (ATS) is recently proposed as a framework for designing and formalizing (advanced) type systems in support Of practical programming. In ATS, the definition of type equality involves a constraint re... 详细信息
来源: 评论
A language-based approach to functionally correct imperative programming  05
A language-based approach to functionally correct imperative...
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Westbrook, E Stump, A Wehrman, I Washington Univ St Louis MO 63130 USA
In this paper a language-based approach to functionally correct imperative programming is proposed. the approach is based on a programming language called RSP1, which combines dependent types, general recursion, and i... 详细信息
来源: 评论
Acute: High-level programming language design for distributed computation
收藏 引用
acm sigplan NOTICES 2005年 第9期40卷 15-26页
作者: Sewell, P Leifer, JJ Wansbrough, K Nardelli, FZ Allen-Williams, M Habouzit, P Vafeiadis, V Univ Cambridge Cambridge CB2 1TN England
Existing languages provide good support for typeful programming of standalone programs. In a distributed system, however, there may be interaction between multiple instances of many distinct programs, sharing some (bu... 详细信息
来源: 评论
An expressive language of signatures  05
An expressive language of signatures
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Ramsey, N Fisher, K Govereau, P Harvard Univ Div Engn & Appl Sci Cambridge MA 02138 USA
Current languages allow a programmer to describe an interface only by enumerating its parts, possibly including other interfaces wholesale. Such languages cannot express relationships between interfaces, yet when inde... 详细信息
来源: 评论
Associated type synonyms  05
Associated type synonyms
收藏 引用
10th acm sigplan international conference on functional programming, ICFP 2005
作者: Chakravarty, Manuel M.T. Keller, Gabriele Peyton Jones, Simon University of New South Wales Programming Languages and Systems Australia Microsoft Research Ltd. Cambridge United Kingdom
Haskell programmers often use a multi-parameter type class in which one or more type parameters are functionally dependent on the first. Although such functional dependencies have proved quite popular in practice, the... 详细信息
来源: 评论
Continuations from generalized stack inspection  05
Continuations from generalized stack inspection
收藏 引用
10th acm sigplan international conference on functional programming (ICFP)
作者: Pettyjohn, G Clements, J Marshall, J Krishnamurthi, S Felleisen, M Northeastern Univ Boston MA 02115 USA Brown Univ Providence RI 02912 USA
Implementing first-class continuations can pose a challenge if the target machine makes no provisions for accessing and re-installing the run-time stack. In this paper, we present a novel translation that overcomes th... 详细信息
来源: 评论