码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
C++网易云课堂开发工程师--类模板
static complex data members static data members member functions static member functions 非静态成员函数:non-static member functions complex c1, c2, c3 comple ...
分类:编程语言   时间:2018-08-31 21:56:52    阅读次数:222
map filter reduce
#map#map:whatwhyhow#http://devdocs.io/python~3.6/library/functions#map官方文档#返回一个迭代器,该迭代器将函数应用到可迭代的每一项,从而产生结果#不用for循环,就能将序列中的数据一一映射到给定的处理函数,快速对一个序列的数据进行各种操作#是代码更简单map?"""Initsignature:map(self,/,*args,*
分类:其他好文   时间:2018-08-30 22:46:06    阅读次数:224
Eloquent JavaScript #05# higher-order functions
索引: Notes 高阶函数 forEach filter map reduce some findIndex 重写课本示例代码 Excercises Flattening Your own loop Everything Dominant writing direction 索引: Notes 高 ...
分类:编程语言   时间:2018-08-29 19:11:04    阅读次数:267
org.apache.spark.sql.functions汇总
Summary org.apache.spark.sql.functions是一个Object,提供了约两百多个函数。 大部分函数与Hive的差不多。 除UDF函数,均可在spark-sql中直接使用。 经过import org.apache.spark.sql.functions._ ,也可以用于... ...
分类:数据库   时间:2018-08-28 17:56:22    阅读次数:343
Discrete cosine transform(离散余弦转换)
A discrete cosine transform (DCT) expresses a finite sequence of data points in terms of a sum of cosine functions oscillating at different frequencie ...
分类:其他好文   时间:2018-08-26 16:52:28    阅读次数:218
PYTHON语言之常用内置函数
一 写在开头本文列举了一些常用的python内置函数。完整详细的python内置函数列表请参见python文档的Built-in Functions章节。 二 python常用内置函数请注意,有关内置函数的详细适用情况和注意事项请务必参见python官方文档。下文的简短总结难免可能存在细微的纰漏。 ...
分类:编程语言   时间:2018-08-26 11:59:44    阅读次数:216
XPath、XQuery 以及 XSLT 函数
http://www.w3school.com.cn/xpath/xpath_functions.asp XPath 总结 XPath 教程 XPath 总结 XPath 教程 存取 错误和跟踪 数值 字符串 AnyURI 逻辑 持续时间/日期/时间 QName 节点 序列 Context 存取 错 ...
分类:其他好文   时间:2018-08-26 00:05:19    阅读次数:237
[Codeforces 757E] Bash Plays with Functions (数论)
题目链接: http://codeforces.com/contest/757/problem/E?csrf_token=f6c272cce871728ac1c239c34006ae90 题目: 题解: $f_0(n) = 2^{n的不同质因子的个数}$ $ f_r(n) = \sum_{d|n}f ...
分类:其他好文   时间:2018-08-24 23:38:45    阅读次数:202
北斗系统C频段导航信号的波形设计_爱学术
【摘要】在分析比较C频段和L频段信号传输特点的基础上,通过信号的兼容性、导航性能以及接收机实现复杂度约束条件的折中,提出基于椭圆球面波函数PSWF(Prolate Spheroidal Wave Functions)的C频段信号波形设计方案。仿真结果表明,基于PSWF的优化信号具有良好的带外抑制特性 ...
分类:其他好文   时间:2018-08-22 17:09:39    阅读次数:192
first-class function & Higher-order function
first-class function 头等函数 A first-class function is not a particular kind of function. All functions in Python are first-class functions. To say that ...
分类:其他好文   时间:2018-08-22 11:07:58    阅读次数:227
1849条   上一页 1 ... 36 37 38 39 40 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!