咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 126 篇 工学
    • 107 篇 计算机科学与技术...
    • 107 篇 软件工程
    • 16 篇 电气工程
    • 15 篇 仪器科学与技术
    • 3 篇 控制科学与工程
    • 1 篇 力学(可授工学、理...
    • 1 篇 机械工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 冶金工程
    • 1 篇 建筑学
    • 1 篇 农业工程
    • 1 篇 环境科学与工程(可...
    • 1 篇 生物工程
  • 25 篇 理学
    • 24 篇 数学
    • 2 篇 统计学(可授理学、...
    • 1 篇 物理学
    • 1 篇 生物学
  • 9 篇 管理学
    • 8 篇 图书情报与档案管...
    • 1 篇 管理科学与工程(可...
  • 1 篇 法学
    • 1 篇 社会学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 31 篇 computer program...
  • 15 篇 functional progr...
  • 13 篇 computer program...
  • 8 篇 program compiler...
  • 7 篇 lisp (programmin...
  • 6 篇 object oriented ...
  • 5 篇 ada (programming...
  • 5 篇 semantics
  • 3 篇 programming theo...
  • 3 篇 parallel program...
  • 2 篇 computer systems...
  • 2 篇 calculations
  • 2 篇 computer softwar...
  • 2 篇 multiprogramming
  • 1 篇 procedure orient...
  • 1 篇 macro commands
  • 1 篇 performance
  • 1 篇 compilers
  • 1 篇 macros
  • 1 篇 control structur...

机构

  • 3 篇 indiana univ blo...
  • 2 篇 ceab-csic blanes
  • 2 篇 ilog gentilly
  • 2 篇 mit laboratory f...
  • 2 篇 xerox parc unite...
  • 2 篇 crcge marcoussis
  • 2 篇 xerox palo alto ...
  • 1 篇 yale univ united...
  • 1 篇 computer science...
  • 1 篇 duke univ durham...
  • 1 篇 dept. mathematic...
  • 1 篇 department of co...
  • 1 篇 krupp-atlas-elek...
  • 1 篇 department of co...
  • 1 篇 university of al...
  • 1 篇 univ. of bath ba...
  • 1 篇 tektronix labora...
  • 1 篇 georgia inst tec...
  • 1 篇 indiana universi...
  • 1 篇 department of el...

作者

  • 3 篇 gifford david k.
  • 3 篇 queinnec christi...
  • 3 篇 white jon l.
  • 2 篇 steele guy l.
  • 2 篇 davis harley
  • 2 篇 cardelli luca
  • 2 篇 chuang tyng-ruey
  • 2 篇 seniak nitsan
  • 2 篇 lee peter
  • 2 篇 osborne randy b.
  • 2 篇 parquier pierre
  • 2 篇 mohr eric
  • 2 篇 padget julian
  • 2 篇 bobrow daniel g.
  • 2 篇 gabriel richard ...
  • 1 篇 schuermann bernd
  • 1 篇 model mitchell l...
  • 1 篇 peyton jones s.l...
  • 1 篇 bohm a.p.w.
  • 1 篇 skillicorn david...

语言

  • 145 篇 英文
检索条件"任意字段=Proceedings of the 1994 ACM Conference on LISP and Functional Programming"
145 条 记 录,以下是11-20 订阅
Talking about modules and delivery
Talking about modules and delivery
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Davis, Harley Parquier, Pierre Seniak, Nitsan Ilog Gentilly France
Adding a module system to lisp enhances program security and efficiency, and help the programmer master the complexity of large systems, thus facilitating application delivery. Talk's module system is based on a s... 详细信息
来源: 评论
Efficient implementation of multiple return values in scheme
Efficient implementation of multiple return values in scheme
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Ashley, J.Michael Dybvig, R.Kent Indiana Univ Bloomington IN United States
This paper describes an implementation of the new Scheme multiple values interface. The implementation handles multiple values efficiently, with no run-time overhead for normal calls and returns. Error checks are perf... 详细信息
来源: 评论
Sweet harmony: the talk/C++ connection
Sweet harmony: the talk/C++ connection
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Davis, Harley Parquier, Pierre Seniak, Nitsan Ilog Gentilly France
A tight, transparent, and portable integration between C++ and lisp is desirable and feasible. This paper describes the C++ interface supplied with [6], a modern lisp dialect which extends the proposed ISlisp standard... 详细信息
来源: 评论
Type reconstruction for variable-arity procedures  94
Type reconstruction for variable-arity procedures
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Dzeng, Hsianlin Haynes, Christopher T. Indiana Univ Bloomington IN United States
An ML-style type system with variable-arity procedures is defined that supports both optional arguments and arbitrarily-long argument sequences. A language with variable-arity procedures is encoded in a core-ML varian... 详细信息
来源: 评论
Analyzing stores and references in a parallel symbolic language  94
Analyzing stores and references in a parallel symbolic langu...
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Jagannathan, Suresh Weeks, Stephen NEC Research Inst Princeton NJ United States
We describe an analysis of a parallel language in which processes communicate via first-class mutable shared locations. The sequential core of the language defines a higher-order strict functional language with list d... 详细信息
来源: 评论
Practical soft type system for scheme
Practical soft type system for scheme
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Wright, Andrew K. Cartwright, Robert Rice Univ Houston United States
Soft typing is a generalization of static type checking that accommodates both dynamic typing and static typing in one framework. A soft type checker infers types for identifiers and inserts explicit run-time checks t... 详细信息
来源: 评论
Parallel destructive updating in strict functional languages  94
Parallel destructive updating in strict functional languages
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Sastry, A.V.S. Clinger, William Univ of Oregon Eugene OR United States
In our recent paper [22], we gave an efficient interprocedural update analysis algorithm for strict functional languages with flat arrays and sequential evaluation. In this paper, we show that the same algorithm exten... 详细信息
来源: 评论
Randomized implementation of multiple functional arrays
Randomized implementation of multiple functional arrays
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Chuang, Tyng-Ruey Chalmers Univ of Technology Goteborg Sweden
The array update problem in the implementation of a purely functional language is the following: once an array is updated, both the original array and the newly updated one must be preserved to maintain referential tr... 详细信息
来源: 评论
Towards better inlining decisions using inlining trials  94
Towards better inlining decisions using inlining trials
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Dean, Jeffrey Chambers, Craig Univ of Washington
Inlining trials are a general mechanism for making better automatic decisions about whether a routine is profitable to inline. Unlike standard source-level inlining heuristics, an inlining trial captures the effects o... 详细信息
来源: 评论
Static dependent costs for estimating execution time  94
Static dependent costs for estimating execution time
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Reistad, Brian Gifford, David K. Massachusetts Inst of Technology Cambridge MA United States
We present the first system for estimating and using data-dependent expression execution times in a language with first-class procedures and imperative constructs. The presence of first-class procedures and imperative... 详细信息
来源: 评论