书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 930 个相关结果.
  • Conditional Functions

    420 2020-12-10 《Build your own Lisp》
    Conditional Functions Conditional Functions By defining our fun function we’ve already shown how powerful our language is in its ability to define functions that look like ne...
  • 波兰表达式

    波兰表达式 波兰表达式 为了验证 mpc 的威力,本章我们尝试实现一个简单的语法解析器--波兰表达式 ,它是我们将要实现的 Lisp 的数学运算部分。波兰表达式也是一种数学标记语言,它的运算符在操作数的前面。 举例来说: 普通表达式 波兰表达式 1 + 2 + 6 + 1 2 6 6 + (2 * 9) + 6...
  • Mapping(映射)

    Mapping(映射) Mapping(映射) Another important aspect of the functional style is the use of higher-order functions, functions that take other functions as arguments or return functi...
  • Chapter 7 练习 (Exercises)

    Chapter 7 练习 (Exercises) Chapter 7 练习 (Exercises) 定义一个函数,接受一个文件名并返回一个由字符串组成的列表,来表示文件里的每一行。 定义一个函数,接受一个文件名并返回一个由表达式组成的列表,来表示文件里的每一行。 假设有某种格式的文件文件,注解是由 % 字符表示。从这个字符开始直到行尾都会被忽略。...
  • 创建块对象

    创建块对象 创建块对象 proc_create.rb 虽然默认情况下块(blocks)可能不是对象,但它们可以”变成”对象。有三种方式可以创建块对象并将它们分配给变量 - 具体方法如下: a = Proc . new {| x | x = x * 10 ; puts ( x ) } b = lambda {| x ...
  • 文本编辑

    1985 2018-07-26 《Windows 绝赞应用》
    文本编辑器 AkelPad Atom 官网|下载页面 EmEditor 官网|下载页面 EverEdit 官网|下载页面 GNU Emacs 官网|下载页面 Light Table Markdown Plus Notepad++ 官网|下载页面 Notepad2-mod PSPad 官网|下载页面 Sublime Text ...
  • Mapping

    Mapping Mapping Another important aspect of the functional style is the use of higher-order functions, functions that take other functions as arguments or return functions as v...
  • reduce函数

    reduce函数 openCypher兼容性 语法 示例 reduce函数 reduce() 将表达式逐个应用于列表中的元素,然后和累加器中的当前结果累加,最后返回完整结果。该函数将遍历给定列表中的每个元素e ,在e 上运行表达式并和累加器的当前结果累加,将新的结果存储在累加器中。这个函数类似于函数式语言(如Lisp和Scala)中的fold或r...
  • Noteworthy Differences from other Languages

    Noteworthy Differences from other Languages Noteworthy differences from MATLAB Noteworthy differences from R Noteworthy differences from Python Noteworthy differences from C/C++...
  • 免费的计算机编程类中文书籍

    14972 2018-03-28 《前端手册》
    免费的编程中文书籍索引 目录 语言无关类 操作系统 智能系统 分布式系统 编译原理 函数式概念 计算机图形学 WEB服务器 版本控制 编辑器 NoSQL PostgreSQL MySQL 管理和监控 项目相关 设计模式 Web 大数据 编程艺术 其它 语言相关类 Android APP AWK C/C++ C...