书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 930 个相关结果.
  • Saving and Loading the Database

    Saving and Loading the Database Saving and Loading the Database Having a convenient way to add records to the database is nice. But it’s not so nice that the user is going to b...
  • Strings in Binary Files

    Strings in Binary Files Strings in Binary Files Textual strings are another kind of primitive data type you’ll find in many binary formats. When you read files one byte at a ti...
  • 13.2 编译 (Compilation)

    13.2 编译 (Compilation) 13.2 编译 (Compilation) 有五个参数可以控制代码的编译方式: speed (速度)代表编译器产生代码的速度; compilation-speed (编译速度)代表程序被编译的速度; safety (安全) 代表要对目标代码进行错误检查的数量; space (空间)代表目标代码的大小和内存需...
  • 10. Numbers, Characters, and Strings

    10. Numbers, Characters, and Strings Copyright © 2003-2005, Peter Seibel 10. Numbers, Characters, and Strings While functions, variables, macros, and 25 special operators p...
  • 18. A Few FORMAT Recipes

    18. A Few FORMAT Recipes Copyright © 2003-2005, Peter Seibel 18. A Few FORMAT Recipes Common Lisp’s **FORMAT** function is—along with the extended **LOOP** macro—one of t...
  • Hash Table Iteration(哈希表迭代)

    Hash Table Iteration(哈希表迭代) Hash Table Iteration(哈希表迭代) Common Lisp provides a couple ways to iterate over the entries in a hash table. The simplest of these is via the functio...
  • 第五章:控制流

    第五章:控制流 第五章:控制流 2.2 节介绍过 Common Lisp 的求值规则,现在你应该很熟悉了。本章的操作符都有一个共同点,就是它们都违反了求值规则。这些操作符让你决定在程序当中何时要求值。如果普通的函数调用是 Lisp 程序的树叶的话,那这些操作符就是连结树叶的树枝。
  • 2.15 类型 (Types)

    2.15 类型 (Types) 2.15 类型 (Types) Lisp 处理类型的方法非常灵活。在很多语言里,变量是有类型的,得声明变量的类型才能使用它。在 Common Lisp 里,数值才有类型,而变量没有。你可以想像每个对象,都贴有一个标明其类型的标签。这种方法叫做显式类型(manifest typing)。你不需要声明变量的类型,因为变量可...
  • 编写语法规则

    编写语法规则 我怎样才能使用上面的这些 mpc 库提供的函数? 编写语法规则 下面我们来编写一个柴犬语( Doge )的语法解析器以便熟悉 mpc 的用法。 先来看一下 Doge 语言的语法描述: 形容词 (Adjective ) 包括 wow 、many 、so 、such 符号。 名词 (Noun ) 包括 lisp 、lang...
  • 备注

    备注 备注 viii (Notes viii) 备注 1 (Notes 1) 备注 3 (Notes 3) 备注 4 (Notes 4) 备注 5 (Notes 5) 备注 5-2 (Notes 5-2) 备注 12 (Notes 12) 备注 17 (Notes 17) 备注 26 (Notes 26) 备注 28 (Notes 28) ...