搜索资源列表
prototype
- prototype.js原代码包及详细原代码讲解,迅速让你通过高质量的原代码掌握函数式编程,是js水平提升一个新高度-prototype.js original code and details on the original code, rapidly giving you high-quality original master function-code programming is js upgraded to a new height
Lua-5
- Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 \"main\" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序被称作 embedding pr
200704241154530
- 我实现了一个用C++实现的脚本解释器。 该脚本只支持函数式编程,也就是说该脚本只能有function组成。支持数组,支持list文法(参考自LUA)。 -I implemented a C++, using a scr ipt interpreter. The scr ipt only supports functional programming, a function that is composed of the scr ipt only. Array support
TheEvolutionofLisp
- ”Lisp-1”系统使得贯彻函数式编程的风格更加容易,而”Lisp-2”系统则使得宏编程更不容易出错。确切的细节有一点麻烦,如果你真的想 了解技术上的影响,你可以阅读此文。-" Lisp-1" system makes the implementation of functional programming style is more easy, " Lisp-2" system was to make macro programming less erro
chinese
- python写的万年历,简洁有力的代码,学习函数式编程的好例子-python write the calendar, concise code, learn a good example of functional programming
Purely_Functional_Data_Structures
- 很好的介绍了函数式编程中的数据结构,代码使用haskell 和ml-A good introduction to functional programming in the data structure, the code uses haskell and ml
Haskell
- <Learn you a Haskell>,极好的Haskell入门书籍。想了解函数式编程的朋友们可以从本书开始接触一下Haske-<Learn you a Haskell> , Haskell excellent introductory book. To learn functional programming friends came into contact with from the book about Haskell
lua-5.2.1.tar
- lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序
tempo-sat-tlp-gp
- SAT-TLP规划器是由ML这一通用的函数式编程语言开发出的最优化规划器,对于了解函数式语言在大型系统中的应用以及智能规划理论提供了很好的支持。-SAT-TLP planning is developed by ML generic functional programming language optimized planning, and provides good support for understanding the functional languages ̴
Collection-others
- guava之Table_成绩表行转列和commons函数式编程-guava s Table_ score table rows transferred and commons functional programming。
MKTHNUM-
- Spoj MKTHNUM题解 可持久化函数式编程线段树解法 文件内有相对详细的解法思路和数据结构构造方法-A solution to Spoj MKTHNUM.Which used persistent functional segment tree. Detailed information is written in the file.
C#函数式编程英文版_7867831
- C#函数式编程英文版,内有相关函数式,很强大,需要一定英文基础(C# function programming in English, there are related functions)
CSharp并发编程经典实例
- 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)
种子搜索器
- 列表推导式(List comprehensions)也叫列表解析,灵感取自函数式编程语言 Haskell。Ta 是一个非常有用和灵活的工具,可以用来动态的创建列表(List comprehensions, also known as list parsing, is inspired by functional programming language Haskell. Ta is a very useful and flexible tool that can be used to creat
B10-Haskell趣学指南
- haskell趣学指南 函数式编程语言 很有意义对编程思维(Haskell interesting guide function programming language is very meaningful to programming thinking)
Programming in Haskell
- 利用Haskell软件进行编程,Haskell是一款函数式编程语言。(Programming in Haskell.)
Haskell
- 本书介绍了利用Haskell语言进行函数式编程,很有实践意义。(This book introduce functional programming using haskell.)
Scala编程完整版
- scala编程教程,初学教程推荐,数据分析,函数式编程(Scala programming tutorials, preliminary tutorial recommendations, data analysis, functional programming)
Foundations_of_Fsharp
- FSharp的函数式编程介绍和基本功能实例代码(FSharp's functional programming introduction and basic function instance code)
Java 8函数式编程.pdf
- java8内置函数讲解pdf版,可以很好的理解java8的功能特性(The java8 built-in function explains the PDF version, which can well understand the features of the java8)