본문 바로가기

매핑 - 도수분포 (히스토그램) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 도수분포 (히스토그램) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 점수를 받아서 점수대별 도수를 표시한다. (SETF SCORES '(35 25 56 78 43 66 71 73 80 90 0 73 35 65 100 78 80 85 35 50)) (DEFUN SHOW-HISTO () (SETF HISTO (MAKE-ARRAY 11 :initial-element 0)) (DEFUN DISPLAY (LIST) (DOTIMES (N (LENGTH LIST)) (FORMAT T "~&~3A ..... ~3A" (* N 10) (AREF LIST N)))) (DOLIST (A0 SCORES (DISPLAY HIS.. 더보기
About Lisp ans Scheme from: http://www.lispmachine.net/ Lisp: The Language Entries for Lisp and Common Lisp at Wikipedia The Common Lisp FAQ Free (no-cost) Lisp implementations: CMU Common Lisp Steel Bank Common Lisp OpenMCL GNU CLISP GNU Common Lisp Armed Bear Common Lisp Embeddable Common Lisp Hedgehog Lisp newLISP PicoLISP Star Sapphire Common Lisp Pico Lisp SLISP - a Lisp interpreter Lispworks Personal Edition Al.. 더보기
Alicebot and AIML Software Alicebot and AIML Software Implementations The AI Foundation and our community has three open source free software "products" 1. The specification of the AIML language itself. 2. Various free software interpreters that implement (1). 3. The contents of the ALICE brain written in AIML (and other free AIML sets that exist). A fourth category, related to (2), are tools and add-ons that enhance the .. 더보기
http://www.greenteapress.com/thinkpython/html/ http://www.greenteapress.com/thinkpython/html/ 더보기
http://www.lingoes.net/en/dictionary/ http://www.lingoes.net/en/dictionary/ 더보기