咨询与建议

限定检索结果

文献类型

  • 445 篇 会议
  • 42 篇 期刊文献
  • 2 册 图书

馆藏范围

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

日期分布

学科分类号

  • 381 篇 工学
    • 370 篇 软件工程
    • 244 篇 计算机科学与技术...
    • 19 篇 控制科学与工程
    • 14 篇 电气工程
    • 8 篇 信息与通信工程
    • 4 篇 建筑学
    • 3 篇 电子科学与技术(可...
    • 3 篇 农业工程
    • 2 篇 力学(可授工学、理...
    • 2 篇 材料科学与工程(可...
    • 2 篇 动力工程及工程热...
    • 2 篇 土木工程
    • 1 篇 光学工程
    • 1 篇 化学工程与技术
    • 1 篇 石油与天然气工程
    • 1 篇 生物医学工程(可授...
    • 1 篇 生物工程
  • 68 篇 理学
    • 64 篇 数学
    • 2 篇 物理学
    • 2 篇 化学
    • 2 篇 生物学
    • 2 篇 统计学(可授理学、...
    • 1 篇 系统科学
  • 30 篇 管理学
    • 27 篇 图书情报与档案管...
    • 7 篇 管理科学与工程(可...
    • 5 篇 工商管理
  • 3 篇 法学
    • 3 篇 社会学
  • 3 篇 农学
    • 3 篇 作物学
  • 1 篇 经济学
    • 1 篇 应用经济学

主题

  • 81 篇 functional progr...
  • 54 篇 computer program...
  • 39 篇 languages
  • 33 篇 computer program...
  • 24 篇 design
  • 22 篇 haskell
  • 17 篇 object oriented ...
  • 17 篇 logic programmin...
  • 16 篇 dependent types
  • 15 篇 computer systems...
  • 13 篇 programming theo...
  • 13 篇 functional react...
  • 12 篇 generic programm...
  • 12 篇 theory
  • 11 篇 performance
  • 10 篇 domain-specific ...
  • 10 篇 programming lang...
  • 7 篇 ml
  • 7 篇 type theory
  • 7 篇 algorithms

机构

  • 4 篇 northeastern uni...
  • 4 篇 chalmers univ of...
  • 4 篇 portland state u...
  • 4 篇 chalmers univ te...
  • 4 篇 microsoft res ca...
  • 3 篇 inria
  • 3 篇 univ edinburgh e...
  • 3 篇 carnegie mellon ...
  • 3 篇 inria rocquencou...
  • 3 篇 carnegie mellon ...
  • 3 篇 univ cambridge c...
  • 3 篇 microsoft resear...
  • 3 篇 univ penn philad...
  • 3 篇 univ of pennsylv...
  • 3 篇 yale univ dept c...
  • 2 篇 microsoft resear...
  • 2 篇 univ of amsterda...
  • 2 篇 ecole polytech f...
  • 2 篇 tohoku univ send...
  • 2 篇 indiana univ blo...

作者

  • 6 篇 weirich stephani...
  • 5 篇 danvy olivier
  • 5 篇 hanus michael
  • 4 篇 kiselyov oleg
  • 4 篇 antoy sergio
  • 4 篇 chlipala adam
  • 4 篇 felleisen matthi...
  • 4 篇 keller gabriele
  • 4 篇 peyton jones sim...
  • 4 篇 gibbons jeremy
  • 4 篇 morrisett greg
  • 4 篇 findler robert b...
  • 4 篇 walker david
  • 4 篇 krishnaswami nee...
  • 3 篇 flatt matthew
  • 3 篇 mairson harry g.
  • 3 篇 bjerkestrand and...
  • 3 篇 xi hw
  • 3 篇 mcbride conor
  • 3 篇 ohori atsushi

语言

  • 485 篇 英文
  • 2 篇 其他
  • 2 篇 中文
检索条件"任意字段=Proceedings of the 2003 ACM SIGPLAN International Conference on Functional Programming"
489 条 记 录,以下是51-60 订阅
排序:
Compositional references for stateful functional programming  97
Compositional references for stateful functional programming
收藏 引用
2nd acm sigplan international conference on functional programming (ICFP)
作者: Kagawa, K Department of Information Science Kagawa University 2-1 Saiwai-cho Takamatsu 760 Japan
We introduce the notion of compositional references into the Framework of monadic functional programming and propose a set of new primitives based on this notion. They enable us to use a wide range of mutable data str... 详细信息
来源: 评论
Meta-programming through typeful code representation  03
Meta-programming through typeful code representation
收藏 引用
8th international conference on functional programming (ICFP 03)
作者: Chen, CY Xi, HW Boston Univ Comp Sci Dept Boston MA 02215 USA
By allowing the programmer to write code that can generate code at run-time, meta-programming offers a powerful approach to program construction. For instance, meta-programming can often be employed to enhance program... 详细信息
来源: 评论
Declarative programming for artificial intelligence applications  07
Declarative programming for artificial intelligence applicat...
收藏 引用
12th acm sigplan international conference on functional programming
作者: Lloyd, John W. Australian Natl Univ Coll Engn & Comp Sci Canberra ACT Australia
In this talk, I will consider some possible extensions to existing functional programming languages that would make them more suitable for the important and growing class of artificial intelligence applications. First... 详细信息
来源: 评论
Experience report: A pure shirt fits reflections on Haskell at Bluespec
Experience report: A pure shirt fits reflections on Haskell ...
收藏 引用
13th acm sigplan international conference on functional programming
作者: Nanavati, Ravi Bluespec Inc Waltham MA 02451 USA
Bluespec is a hardware-design tools startup whose core technology is developed using Haskell. Haskell is an unusual choice for a startup because it adds technical risk to the inherent business risk. In the years since... 详细信息
来源: 评论
Scripting the type inference process  03
Scripting the type inference process
收藏 引用
8th international conference on functional programming (ICFP 03)
作者: Heeren, B Hage, J Swierstra, SD Univ Utrecht Inst Comp & Informat Sci NL-3508 TB Utrecht Netherlands
To improve the quality of type error messages in functional programming languages, we propose four techniques which influence the behaviour of constraint-based type inference processes. These techniques take the form ... 详细信息
来源: 评论
Interactive programming with Dependent Types
Interactive Programming with Dependent Types
收藏 引用
18th acm sigplan international conference on functional programming
作者: Norell, Ulf Univ Gothenburg Gothenburg Sweden
In dependently typed languages run-time values can appear in types, making it possible to give programs more precise types than in languages without dependent types. This can range from keeping track of simple invaria... 详细信息
来源: 评论
Experience Report: functional programming of mHealth Applications  13
Experience Report: Functional Programming of mHealth Applica...
收藏 引用
18th acm sigplan international conference on functional programming
作者: Petersen, Christian L. Goerges, Matthias Dunsmuir, Dustin Ansermino, J. Mark Dumont, Guy A. Univ British Columbia Vancouver BC V5Z 1M9 Canada
A modular framework for the development of medical applications that promotes deterministic, robust and correct code is presented. The system is based on the portable Gambit Scheme programming language and provides a ... 详细信息
来源: 评论
Software is discrete mathematics  03
Software is discrete mathematics
收藏 引用
8th international conference on functional programming (ICFP 03)
作者: Page, RL Univ Oklahoma Sch Comp Sci Norman OK 73019 USA
A three-year study collected information bearing on the question of whether studying mathematics improves programming skills. An analysis of the data revealed significant differences in the programming effectiveness o... 详细信息
来源: 评论
Statically checkable pattern abstractions  97
Statically checkable pattern abstractions
收藏 引用
2nd acm sigplan international conference on functional programming (ICFP)
作者: Fahndrich, M Boyland, J CARNEGIE MELLON UNIV DEPT COMP SCIPITTSBURGHPA 15213
Pattern abstractions increase the expressiveness of pattern matching, enabling the programmer to describe a broader class of regular forests with patterns. Furthermore, pattern abstractions support code reuse and code... 详细信息
来源: 评论
Purely functional Lazy Non-deterministic programming
Purely Functional Lazy Non-deterministic Programming
收藏 引用
14th acm sigplan international conference on functional programming
作者: Fischer, Sebastian Kiselyov, Oleg Shan, Chung-chieh Univ Kiel D-24098 Kiel Germany Rutgers State Univ Piscataway NJ 08855 USA
functional logic programming and probabilistic programming have demonstrated the broad benefits of combining laziness (non-strict evaluation with sharing of the results) with non-determinism. Yet these benefits are se... 详细信息
来源: 评论