码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
talib 中文文档(十四):Math Transform Functions 数学变换
Math Transform Functions ACOS - Vector Trigonometric ACos 函数名:ACOS 名称:acos函数是反余弦函数,三角函数 real = ACOS(close) ASIN - Vector Trigonometric ASin 函数名:ASIN 名 ...
分类:其他好文   时间:2018-08-11 22:34:26    阅读次数:257
talib 中文文档(十):Price Transform Functions 价格指标
Price Transform Functions AVGPRICE - Average Price 函数名:AVGPRICE 名称:平均价格函数 real = AVGPRICE(open, high, low, close) Learn more about the Average Price a ...
分类:其他好文   时间:2018-08-11 22:33:52    阅读次数:177
如何打开kernel最开始的打印
1.Kernel hacking > Kernel low-level debugging functions --> Early printk 2.boot option中你需要添加 earlyprintk项。类似于:console=ttySAC0,115200 root=/dev/mtdbloc ...
分类:其他好文   时间:2018-08-07 00:31:01    阅读次数:170
JSTL取List的长度
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> 这里就需要有standard.j ...
分类:Web程序   时间:2018-08-03 16:32:56    阅读次数:177
Python--常用的内置函数
#!/usr/bin/env python # -*- coding:utf-8 -*- # Author:Huanglinsheng ''' Python 内置函数 https://www.runoob.com/python/python-built-in-functions.html ''' #... ...
分类:编程语言   时间:2018-07-30 16:36:27    阅读次数:210
046 SparlSQL中的函数
一:SparkSQL中的函数 1.说明 2.展示所有的函数 qlContext.sql("show functions").show(300) 3.functions类 所有内置支持的函数。 主要用于DSL语言。 二:窗口分析函数 1.说明 hive中常用的一种分析函数。 2.在Spark中使用be ...
分类:数据库   时间:2018-07-29 00:14:35    阅读次数:253
关于dirfd函数
内容来源:http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirfd.html 1.dirfd 头文件:#include <dirent.h> 原型:int dirfd(DIR *dirp) 功能:返回参数dirp所指向的目录文件的 ...
分类:其他好文   时间:2018-07-28 18:29:50    阅读次数:432
Python学习---内置函数的学习
内置函数 【Py3.5官方文档】https://docs.python.org/3.5/library/functions.html#abs Built-in Functions abs() dict() help() min() setattr() all() dir() hex() next()... ...
分类:编程语言   时间:2018-07-28 18:25:19    阅读次数:268
Why do you need a new Launch X431 scan tool?
1- 2017 Launch x431 v supports “Special Functions” The 2017 version of Launch x431 v diagnostic tool 100% works good in special functions, especially ...
分类:其他好文   时间:2018-07-26 13:11:11    阅读次数:158
js object template
//== Class Definition var Test = function() { var login = $('#m_login'); //== Private Functions var funaname = function() { login.removeClass('m-login... ...
分类:Web程序   时间:2018-07-21 18:31:13    阅读次数:161
1849条   上一页 1 ... 38 39 40 41 42 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!