咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是1-10 订阅
排序:
Reduction as a transition controller for sound synthesis events
Reduction as a transition controller for sound synthesis eve...
收藏 引用
2013 1st acm SIGPLAN Workshop on functional Art, Music, Modeling and Design, FARM 2013 - Co-located with the 18th acm SIGPLAN International conference on functional programming, ICFP 2013
作者: Bresson, Jean Foulon, Raphaël Stroppa, Marco UMR STMS IRCAM/CNRS UPMC Paris France Sony CSL Paris France University of Music and Performing Arts Stuttgart Germany
We present an application of reduction and higher-order functions in a recent computer-aided composition project. Our objective is the generation of control data for the Chant sound synthesizer using OpenMusic (OM), a... 详细信息
来源: 评论
functional un|unparsing
收藏 引用
Higher-Order and Symbolic Computation 2011年 第4期24卷 311-340页
作者: Asai, Kenichi Kiselyov, Oleg Shan, Chung-Chieh Ochanomizu University Tokyo Japan Indiana University Bloomington IN United States
Danvy's functional unparsing problem (Danvy in J. Funct. Program. 8(6), 621- 625, 1998) is to implement a type-safe 'printf' function, which converts a sequence of heterogeneous arguments to a string accor... 详细信息
来源: 评论
Multi-core parallelization in clojure - A case study
Multi-core parallelization in clojure - A case study
收藏 引用
6th European lisp Workshop: European conference on Object-Oriented programming, ELW'09
作者: Kraus, Johann M. Kestler, Hans A. Institute of Neural Information Processing University of Ulm 9069 Ulm Germany Department of Internal Medicine I University Hospital Ulm 89081 Ulm Germany
In recent years, the demand for computational power in data mining applications has increased due to rapidly growing data sets. As a consequence, standard algorithms need to be parallelized for fast processing of the ... 详细信息
来源: 评论
An accidental Simula user
收藏 引用
21st European conference on Object-Oriented programming (ECOOP 2007)
作者: Cardelli, Luca Microsoft Corp Res Redmond WA 98052 USA
It was a simple choice, really, on an IBM 370 in the 70's, between APL, Fortran, lisp 1.5, PL/1, COBOL, and Simula'67. Nothing could come close to Simula's combination of strong typing, garbage collection,... 详细信息
来源: 评论
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 ... 详细信息
来源: 评论
Down with Emacs lisp: Dynamic scope analysis  01
Down with Emacs Lisp: Dynamic scope analysis
收藏 引用
6th International conference on functional programming (ICFP 2001)
作者: Neubauer, M Sperber, M Univ Freiburg Inst Informat D-7800 Freiburg Germany Univ Tubingen Wilhelm Schickard Inst Informat D-72074 Tubingen Germany
It is possible to translate code written in Emacs lisp or another lisp dialect which uses dynamic scoping to a more modern programming language with lexical scoping while largely preserving structure and readability o... 详细信息
来源: 评论
The Java syntactic extender (JSE)  01
The Java syntactic extender (JSE)
收藏 引用
acm SIGPLAN conference on Object-oriented programming, Systems, Languages, and Applications
作者: Jonthan Bachrach Keith Playford Artificial Intelligence Laboratory Massachussetts Institute of Technology Cambridge MA Functional Objects Inc. 86 Chandler Street Somerville MA
The ability to extend a language with new syntactic forms is a powerful tool. A sufficiently flexible macro system allows programmers to build from a common base towards a language designed specifically for their prob... 详细信息
来源: 评论
programming languages as operating systems (or revenge of the son of the lisp machine)  99
Programming languages as operating systems (or revenge of th...
收藏 引用
proceedings of the fourth acm SIGPLAN international conference on functional programming
作者: Matthew Flatt Robert Bruce Findler Shriram Krishnamurthi Matthias Felleisen Department of Computer Science Rice University Houston Texas
The MrEd virtual machine serves both as the implementation platform for the DrScheme programming environment, and as the underlying Scheme engine for executing expressions and programs entered into DrScheme's read...
来源: 评论
proceedings of the 1994 acm conference on lisp and functional programming
Proceedings of the 1994 ACM Conference on LISP and Functiona...
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
The proceedings contains 30 papers. Topics discussed include computer software, lisp, storage allocation, program compilers, inference engines, boolean algebra, automata theory, data structures and mathematical techni... 详细信息
来源: 评论
Syntax and semantics of a persistent common lisp
Syntax and semantics of a persistent common lisp
收藏 引用
proceedings of the 1994 acm conference on lisp and functional programming
作者: Jacobs, J.H. Swanson, M.R. Univ of Utah United States
The syntax and semantics for UCL+P, a persistent Common lisp, are defined. The definition provides adequate support for persistence while maintaining the look-and-feel of Common lisp. All lisp data types (except strea... 详细信息
来源: 评论