首先需要准备河流shp数据和dem数据 1、叠加剖面(3D Analyst Tools——Functional Surface——Stack Profile) 生成叠加dem信息的表格 2、在属性表中创建图表(Creat Graph)设置相关参数 3、可导出多种格式 ...
分类:
其他好文 时间:
2017-04-17 20:40:30
阅读次数:
190
Apply Functional Programming Principles Apply Functional Programming Principles Functional programming has recently enjoyed renewed interest from the ...
分类:
其他好文 时间:
2017-04-12 12:32:50
阅读次数:
275
如果你是一个Slick用户,或者你是一个数据库编程人员正在尝试进入函数式编程模式,那么FunDA可能会帮到你。 目前市面上FRM(Functional Relational Mapper),即函数式的数据库处理工具库的选择并不多,Typesafe公司的Slick可能是最通用的选择了。整体上来说:Sl ...
分类:
其他好文 时间:
2017-04-08 22:40:21
阅读次数:
158
翻译自github上的reflux项目,链接:https://github.com/reflux/refluxjs 〇、安装及引入 安装: 引入: 或 一、Overview概览 The main function of Reflux is to introduce a more functional ...
分类:
其他好文 时间:
2017-04-08 16:53:39
阅读次数:
651
原文:https://bethallchurch.github.io/JavaScript-and-Functional-Programming/ 译文:http://www.zcfy.cc/article/1013 译者注:推荐一篇译文,《函数式编程术语解析》。 本文是我在 2016 年 7 月 ...
分类:
编程语言 时间:
2017-04-05 15:31:12
阅读次数:
248
Definition A metric space is a pair $(X,d)$ where $X$ is a set and $d$ is a metric(or distance function) $d$ on $X$, that is, a function defined on $X ...
分类:
其他好文 时间:
2017-04-03 09:37:40
阅读次数:
200
今天做一个微软的校招笔试题 Registration Day ,用优先队列模拟操作的。粘贴来别人的代码,谨记 pq 的用法。另外 memset 包含在 string.h 里。 以下是转载的 functional 模板的优先队列用法,以供方便做题查找 ...
分类:
其他好文 时间:
2017-03-23 03:21:37
阅读次数:
301
写的很全很好的一个博客: http://blog.csdn.net/ioriogami/article/details/12782141 什么是函数接口: http://www.lambdafaq.org/what-is-a-functional-interface/ 肤浅的理解就是:函数注解的接口 ...
分类:
编程语言 时间:
2017-03-21 18:26:04
阅读次数:
246
【Functional and Class Components】 The simplest way to define a component is to write a JavaScript function: This function is a valid React component b ...
分类:
其他好文 时间:
2017-03-21 13:05:46
阅读次数:
166
²算法部分主要由头文件<algorithm>,<numeric>和<functional>组成。 ²<algorithm>是所有STL头文件中最大的一个,其中常用到的功能范围涉及到比较、交换、查找、遍历操作、复制、修改、反转、排序、合并等等。 ²<numeric>体积很小,只包括几个在序列上面进行简 ...
分类:
编程语言 时间:
2017-03-20 22:16:41
阅读次数:
331