代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/348042/3159035
h lisp.h
//
// (c) Yuri Kiryanov, openh323@kiryanov.com
// for Openh323, www.Openh323.org
//
// Windows CE Port
// Extra header file
//
#include
www.eeworm.com/read/305277/3778290
scala lisp.scala
//############################################################################
// Lisp interpreter
//############################################################################
// $Id: lisp.scala 911
www.eeworm.com/read/305277/3778428
check lisp.check
(lambda (x) (+ (* x x) 1))
(lambda (x) (+ (* x x) 1))
( '(1 2 3)) = (1 2 3)
(car '(1 2 3)) = 1
(cdr '(1 2 3)) = (2 3)
(null? '(2 3)) = 0
(null? '()) = 1
faculty(10) = 3628800
faculty(10) = 362
www.eeworm.com/read/295365/3911019
h lisp.h
//
// (c) Yuri Kiryanov, openh323@kiryanov.com
// for Openh323, www.Openh323.org
//
// Windows CE Port
// Extra header file
//
#include
www.eeworm.com/read/291465/3964891
h lisp.h
//
// (c) Yuri Kiryanov, openh323@kiryanov.com
// for Openh323, www.Openh323.org
//
// Windows CE Port
// Extra header file
//
#include
www.eeworm.com/read/277453/4155366
api lisp.api
*error*
*vlisp-new-full-init*
abs
acad_colordlg
acad_helpdlg
acad_strlsort
acdimenableupdate
acet-layerp-mark
acet-layerp-mode
acet-laytrans
acet-ms-to-ps
acet-ps-to-ms
action_tile
add_li
www.eeworm.com/read/408246/2252897
lisp array.lisp
;;;; various array operations that are too expensive (in space) to do
;;;; inline
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software
www.eeworm.com/read/408246/2252898
lisp arith.lisp
;;;; stuff to handle simple cases for generic arithmetic
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU
www.eeworm.com/read/408246/2252899
lisp support.lisp
;;;; the machine-specific support routines needed by the file assembler
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derive