代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/462854/7194153
lisp semantic-net.lisp
;;; These functions define a depth first inheritance search of a
;;; semantic network.
(defun inherit-get (object property)
(or (get object property)
(get-from-parents (get object '
www.eeworm.com/read/433875/7905607
lsm lisp-1.0.0.lsm
Begin3
Title: lisp
Version: 1.0.0
Entered-date: 21Jun03
Description: A tiny LISP interpreter written in PERL
Keywords: lisp, clisp
Author: root@zdo.com (Ali Onur Cin
www.eeworm.com/read/195597/8139690
lisp decision-trees.lisp
#|
This file contains Decision tree learning code to accompany the
textbook "Machine Learning," Tom M. Mitchell, McGraw Hill, 1997.
Copyright 1998 Tom M. Mitchell. This code may be freely distribu
www.eeworm.com/read/243682/12924660
txt common_lisp.txt
/L20"Common LISP"
/Delimiters = ~!%^&|{}[]();" , .?
/String Chars = "
/Escape Char = \
/Line Comment = ;
/Block Comment On = #|
/Block Comment Off = |#
/File Extensions = cl lisp
/Functi
www.eeworm.com/read/318168/13484573
ini common lisp.ini
;PSPad user HighLighter definition file
[Settings]
Name=Common Lisp
HTMLGroup=0
FileType=*.lsp,*.lisp
CommentString=
BasComment=1
CLispComment=1
IndentChar=
UnIndentChar=
TabWidth=2
DoubleQ
www.eeworm.com/read/318168/13484611
ini intellicad lisp.ini
;PSPad user HighLighter definition file
[Settings]
Name=IntelliCAD LISP
HTMLGroup=0
FileType=*.lsp,*.mnl
CommentString=
CComment=1
BasComment=1
IndentChar=(
UnIndentChar=)
TabWidth=4
Double
www.eeworm.com/read/318168/13484630
ini visual lisp.ini
;PSPad user HighLighter definition file
[Settings]
Name=Visual LISP
HTMLGroup=0
FileType=*.lsp,*.mnl,*.scr,*.mns
CommentString=
CComment=1
BasComment=1
IndentChar=(
UnIndentChar=)
TabWidth=4
www.eeworm.com/read/314474/13566669
gawk wordlat-to-lisp.gawk
#!/usr/local/bin/gawk -f
#
# wordlat-to-lisp --
# Convert a word lattice description to BOOGIE-readable format
#
# #Header:$
#
BEGIN {
print "(setq *draw-no-probs* t)";
print "(setq *grammar* (gram
www.eeworm.com/read/131315/5939573
el lisp-mode.el
;; Lisp mode, and its idiosyncratic commands.
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or mo
www.eeworm.com/read/488525/6488806
lisp an_nfa1.lisp
;;;; simulate a non-deterministic finite automata, aka nfa
;;; example nfa in list form w/input strings
(defparameter *nfa/input*
'(((0 1) ;alphabet
(q0 q1 q2 ) ;states
(q0) ;start states
(q0