咨询与建议

限定检索结果

文献类型

  • 4 篇 期刊文献
  • 2 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 6 篇 工学
    • 6 篇 计算机科学与技术...
    • 4 篇 软件工程

主题

  • 6 篇 lazy functional ...
  • 2 篇 haskell
  • 1 篇 exact real numbe...
  • 1 篇 program calculat...
  • 1 篇 recursive struct...
  • 1 篇 languages
  • 1 篇 type-based progr...
  • 1 篇 integration
  • 1 篇 computational li...
  • 1 篇 formal program d...
  • 1 篇 amd64
  • 1 篇 compact data rep...
  • 1 篇 natural-language...
  • 1 篇 higher-order fun...
  • 1 篇 self-similarity
  • 1 篇 domain theory
  • 1 篇 tagged pointers
  • 1 篇 compile-time gar...
  • 1 篇 iterated functio...
  • 1 篇 human factors

机构

  • 1 篇 univ windsor win...
  • 1 篇 natl tech univ a...
  • 1 篇 univ birmingham ...
  • 1 篇 univ oxford dept...
  • 1 篇 univ utrecht dep...
  • 1 篇 univ kent comp l...

作者

  • 1 篇 chitil o
  • 1 篇 scriven adam
  • 1 篇 bird richard s.
  • 1 篇 hage jurriaan
  • 1 篇 fourtounis georg...
  • 1 篇 papaspyrou nikol...
  • 1 篇 frost richard a.
  • 1 篇 holdermans stefa...

语言

  • 5 篇 英文
  • 1 篇 其他
检索条件"主题词=lazy functional programming"
6 条 记 录,以下是1-10 订阅
排序:
Realization of natural language interfaces using lazy functional programming
收藏 引用
ACM COMPUTING SURVEYS 2006年 第4期38卷 1-54页
作者: Frost, Richard A. Univ Windsor Windsor ON N9B 3P4 Canada
The construction of natural language interfaces to computers continues to be a major challenge. The need for such interfaces is growing now that speech recognition technology is becoming more readily available, and pe... 详细信息
来源: 评论
On building cyclic and shared structures in Haskell
收藏 引用
FORMAL ASPECTS OF COMPUTING 2012年 第4-6期24卷 609-621页
作者: Bird, Richard S. Univ Oxford Dept Comp Sci Oxford OX1 3QD England
We demonstrate how to build certain cyclic and other multi-linked structures in the lazy functional programming language Haskell. No explicit pointers are used in these constructions. Each task is accomplished by star... 详细信息
来源: 评论
A functional Algorithm for Exact Real Integration with Invariant Measures
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2008年 第C期218卷 337-353页
作者: Scriven, Adam Univ Birmingham Sch Comp Sci Birmingham W Midlands England
We develop an algorithm for exact real integration over a class of self-similar spaces and measures defined by Hutchinson. We construct the algorithm in an idealised lazy functional programming language and prove its ... 详细信息
来源: 评论
Heap Recycling for lazy Languages  08
Heap Recycling for Lazy Languages
收藏 引用
ACM SIGPLAN Symposium on Partial Evaluation and Semantics-Based Program Manipulation
作者: Hage, Jurriaan Holdermans, Stefan Univ Utrecht Dept Informat & Comp Sci NL-3508 TB Utrecht Netherlands
Pure functional programming languages preclude destructive updates of heap-allocated data. In such languages, all newly computed algebraic values claim freshly allocated heap space, which typically causes idiomatic pr... 详细信息
来源: 评论
An Efficient Representation for lazy Constructors using 64-bit Pointers  3
An Efficient Representation for Lazy Constructors using 64-b...
收藏 引用
3rd ACM SIGPLAN Workshop on functional High-Performance Computing (FHPC)
作者: Fourtounis, Georgios Papaspyrou, Nikolaos Natl Tech Univ Athens Sch Elect & Comp Engn Athens Greece
Pointers in the AMD64 architecture contain unused space, a feature often exploited by modern programming language implementations. We use this property in a defunctionalizing compiler for a subset of Haskell, generati... 详细信息
来源: 评论
Pretty printing with lazy dequeues
收藏 引用
ACM TRANSACTIONS ON programming LANGUAGES AND SYSTEMS 2005年 第1期27卷 163-184页
作者: Chitil, O Univ Kent Comp Lab Canterbury CT2 7NF Kent England
There are several purely functional libraries for converting tree structured data into indented text, but they all make use of some backtracking. Over twenty years ago, Oppen published a more efficient imperative impl... 详细信息
来源: 评论