代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/488527/6488808
lisp curve fitting.lisp
;;; Copyright (c) John Koza, All rights reserved.
;;; U.S. Patent #4,935,877. Other patents pending.
;============================================================
;;; Kernel
(defstruct in
www.eeworm.com/read/488529/6488812
lisp koza-gp.lisp
;;; Copyright (c) John Koza, All rights reserved.
;;; U.S. Patent #4,935,877. Other patents pending.
;============================================================
;;; Kernel
(defstruct individual
www.eeworm.com/read/121540/14752401
ins auto lisp.ins
www.eeworm.com/read/121540/14752436
lst auto lisp.lst
www.eeworm.com/read/121540/14752902
fun auto lisp.fun
[KeywordsChar]
WordsBefore=False
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords]
[Keywords
www.eeworm.com/read/216917/14986392
pdf common lisp.pdf
www.eeworm.com/read/305303/3774424
lisp lang-test.lisp
(test-init "Common Lisp tests" 11)
(setq y 100)
(defun foo1 (x)
(lambda (y)
(/ x y)))
(defvar foo12 (foo1 12))
(test 4 'lexical-test-1 (apply foo12 '(3)))
(defvar xx 20)
(defun xx (a) (+ xx a)
www.eeworm.com/read/305303/3774435
java lisp2.java
// Copyright (c) 2001, 2004 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.commonlisp.lang;
import gnu.expr.*;
import gnu.lists.*;
import g
www.eeworm.com/read/408246/2252900
lisp assem-rtns.lisp
(in-package "SB!VM")
;;;; Return-multiple with other than one value
#+sb-assembling ;; we don't want a vop for this one.
(define-assembly-routine
(return-multiple
(:return-style :none))
www.eeworm.com/read/408246/2252903
lisp bit-bash.lisp
;;;; just a dummy file to maintain parallelism with other VMs
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the