您好,欢迎光临本网站![请登录][注册会员]  
文件名称: ansi common lisp 教程
  所属分类: 其它
  开发工具:
  文件大小: 8mb
  下载次数: 0
  上传时间: 2019-03-03
  提 供 者: night*****
 详细说明:作为一个核心文本的补充在任何课程涵盖如Common Lisp的人工智能程序设计语言的概念。新的和更强大的方法教育学生的思考程序,该文本包含一个教程的例子,说明Lisp编程的基本概念,以及ANSI Common Lisp的一个跟上时代的总结,列出每个运营商在语言。信息和乐趣,它给学生提供了他们所需要的一切,开始在Lisp编写程序的效率和效益,并自动内存管理,体现打字,关闭,更突出创新Lisp的功能。3.14关联列表( Assoc-ists) 315示例:最短路径( Example: Shortest Path) 316垃圾( Garbages) Chapter3总结( Summary) Chapter3习题( Exercises) 第四章:特殊数据结构 4.1数组(Aray) 4.2示例:二叉搜索( Example: Binary Search) 4.3字符与字串( Strings and Characters) 4.4序列( Sequences) 4.5示例:解析日期( Example: Parsing Dates) 4.6结构( Structures) 4.7示例:二又搜索树( Example: Binary Search Tree) 4.8哈希表( Hash Table) Chapter4总结( Summary) Chapter4习题( Exercises) 第五章:控制流 5.1区块(B|ocks) 52语境( Context) 53条件( Conditionals) 5.4迭代( teration) 5.5多值( Multiple values) 5.6中止( Aborts) 5.7示例:日期运算( Example: Date Arithmetic) Chapter5总结( Summary) Chapter5练习( Exercises) 第六章:函数 6.1全局函数( Global functions) 6.2局部函数( Local Functions) 6.3参数列表( Parameter lists) 64示例:实用函数( Example: Utilities) 65闭包( Closures) 66示例:函数构造器( Example: Function Builders) 6.7动态作用域( Dynamic Scope) 68编译( Compilation) 6.9使用递归( (Using Recursion) Chapter6总结( Summary) Chapter6练习( Exercises) 第七章:输入与输出 7.1流( Streams) 72输入( Input) 73输出( Output) 74示例:字串代换( Example: String Substitution) 7.5宏字符( Macro characters) Chapter7总结( Summary) Chapter7练习( Exercises) 第八章:符号 8.1符号名( Symbol names) 82属性列表( Property Lists) 83符号很不简单( Symbols Are Big) 84创建符号( Creating Symbols) 85多重包( Multiple Packages) 86关键字( Keywords) 87符号与变量( Symbols and Variables) 88示例:随机文本( Example: Random Text) Chapter8总结( Summary) Chapter8练习( Exercises) 第九章:数字 9.1类型( Types) 9.2转换及取出( Conversion and extraction) 9.3比较( Comparison) 9.4算术( Arithematic) 95指数( Exponentiation) 9.6三角函数( Trigometric Functions) 9.7表示法( Re presentations) 98范例:追踪光线( Example:Ray- Tracing) Chapter9总结( Summary) Chapter9练丬( Exercises) 第十章:宏 10.1求值(Eval) 10.2宏( Macros) 10,3反引号( Backquote) 10,4示例:快速排序法( Example: Quicksort) 105设计宏( Macro Design) 10.6通用化引用( Generalized reference) 107示例:实用的宏函数( Example: Macro utilities) 108源自Lisp( On Lisp) Chapter1o总结( Summary) Chapter10练习( Exercises) 第十一章: Common Lisp对象系统 11面向对象编程 Object- Oriented Programming 112类与实例( Class and instances) 113槽的属性( Slot Properties) 114基类( Superclasses) 115优先级( Precedence) 11.6通用函数( Generic Functions) 117辅助方法( Auxiliary Methods) 11.8方法组合机制( Method combination) 119封装( Encapsulation) 1110两种模型( Two Models) Chapter1总结( Summary) Chapter1练习( Exercises) 第十二章:结构 12.1共享结构( Shared structure) 12.2修改( Modification) 123示例:队列( Example: Queues) 124破坏性函数( Destructive functions) 12.5示例:二又搜索树( Example: Binary Search Trees) 126示例:双向链表( Example: Doubly- Linked lists) 127环状结构( Circular Structure) 128常量结构( Constant structure) Chapter12总结( Summary) Chapter12练习( Exercises) 第十三章:速度 13.1瓶颈规则( The bottleneck rule) 132编译( Compilation) 133类型声明( Type Declarations) 134避免垃圾( Garbage Avoidance) 135示例:存储池( Example: Pools) 136快速操作符( Fast Operators) 137二阶段开发(TWo- Phase Development) Chapter13总结( Summary) Chapter13练习( Exercises) 第十四章:进阶议题 14.1类型标识符( Type Specifiers) 14.2二进制流( Binary streams) 14.3读取宏(Read- Macros) 144包( Packages) 14.5 Loop (The Loop Facil ity) 14.6状况( Conditions) 第十五章:示例:推论 15.1日标( The aim) 152匹配( Matching) 153回答查询( Answering Queries) 154分析( Analysis) 第十六章:示例:生成HTML 16.1超文本标记语言(HTML) 162HTML实用函数( HTML Utilities) 16.3迭代式实用函数( An Iteration Util ity) 16.4生成页面( Generating Pages) 第十七章:示例:对象 171继承( Inheritance) 172多重继承( Multiple Inheritance) 17.3定义对象( Defining Objects) 174函数式语法( Functional Syntax) 175定义方法( Defining Methods) 176实例( Instances) 177新的实现( New Implementation) 178分析( Analysis) 附录A:调试 中断循环( Breakloop) 追踪与回溯( Traces and Backtraces) 当什么事都没发生时( When Noting Happens) 没有值或未绑定( No Value/ Unbound) 意料之外的Ni( Unexpected Nils) 重新命名( Renaming) 作为选择性参数的关键字( Keywords as Optional Parameters) 错误声明( Misdeclaration) 警告( Warnings) 附录B: Lisp in Lisp 附录C: Common Lisp的改变 附录D:语言参考手册 备注 备注vi( Notes vil) 备注1( Notes1) 备注3( Notes3) 备注4( Notes4) 备注5( Notes5) 备注5-2( Notes5-2) 备注12( Notes12) 备注17( Notes17) 备注26( Notes26) 备注28( Notes28) 备注46( Notes46) 备注61( Notes61) 备注62( Notes62) 备注76( Notes76) 备注81( Notes81) 备注84( Notes84) 备注89( Notes89) 备注91( Notes9) 备注94( Notes94) 备注95( Notes95) 备注100( Notes1oo) 备注100-2( Notes100-2) 备注106( Notes106) 备注109( Notes109) 备注109-2( Notes1o9-2) 备注112( Notes112) 备注123( Notes123) 备注125( Notes125) 备注141( Notes141) 备注141-2( Notes141-2) 备注150( Notes15o) 备注164( Notes164) 备注173( Notes173) 备注176( Notes176) 备注178( Notes178) 备注183( Notes83) 备注191( Notes191) 备注204( Notes204) 备注213( Notes213)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: commonlisp教程
 输入关键字,在本站1000多万海量源码库中尽情搜索: