LISP语言参考,供CAD二次开发爱好者学习使用
2021-11-01 18:04:41 19KB cad LISP
1
收集的lisp源码,有很多不错的实例
2021-10-25 10:32:06 509KB lisp 源码
1
lisp求cad内两对象交点
2021-10-20 00:39:01 617B lisp 交点
1
《land of lisp》,英文版(目前无英译)。pdf文档,清晰,超赞的lisp书籍。学习后,建议买实体书进行收藏。 内容缩略: BRIEF CONTENTS Acknowledgments........................................................................................................xvii Introduction....................................................................................................................1 SECTION I: LISP IS POWER Chapter 1: Getting Started with Lisp................................................................................15 Chapter 2: Creating Your First Lisp Program.....................................................................21 Chapter 3: Exploring the Syntax of Lisp Code...................................................................31 SECTION II: LISP IS SYMMETRY Chapter 4: Making Decisions with Conditions..................................................................49 Chapter 5: Building a Text Game Engine.........................................................................67 Chapter 6: Interacting with the World: Reading and Printing in Lisp....................................85 Chapter 6.5: lambda: A Function So Important It Deserves Its Own Chapter.......................103 Chapter 7: Going Beyond Basic Lists.............................................................................107 Chapter 8: This Ain!ˉt Your Daddy!ˉs Wumpus..................................................................1 Chapter 9: Advanced Datatypes and Generic Programming............................................153 SECTION III: LISP IS HACKING..................................................................................191 Chapter 10: Looping with the loop Command................................................................195 Chapter 11: Printing Text with the format Function...........................................................221 Chapter 12: Working with Streams...............................................................................237 Chapter 13: Let!ˉs Create a Web Server!............
2021-10-17 23:50:50 18.64MB land of lisp
1
Java实现 简单 LISP 算术表达式(以下简称表达式)定义如下: (1) 一个 0..9 的整数;或者 (2)(运算符 表达式 表达式) 例如,6,(+45),(+(+25)8) 都是表达式,其值分别为6,9和15。 【任务要求】 实现LISP加法表达式的求值。 【测试数据】 6,(+45),(+(+25)8),(+2(+58)),(+(+(+12)(+34))(+(+56)(+78)))
2021-10-13 16:32:50 3KB Java代码
1
cass软件批量移高程(lisp),可以使用本lisp函数批量在图上移动高程。
2021-10-12 21:46:00 1KB cass 批量移高程 lisp
1
Auto CAD 2000 visual lisp开发人员手册,lisp编程必备工具书
2021-10-11 17:02:37 14.31MB visual lisp
1
Auto Lisp CAD展点程序,能够实现点号或者点位高程的呈现
2021-10-11 10:04:44 2KB Auto L 展点
1
Common Lisp经典教材,英文原版
2021-10-05 23:27:12 5.85MB Lisp
1
lisp语言编写的在CAD中对多段线进行换向
2021-10-04 13:55:02 717B CAD 线型换向 LISP
1