码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
Objective-C runtime初识
Objective-C Runtime Describes the macOS Objective-C runtime library support functions and data structures. Overview(概述) 以下是官方文档中对Runtime给出的定义 The Obje ...
分类:其他好文   时间:2016-11-27 23:58:54    阅读次数:455
Beginning Scala study note(5) Pattern Matching
The basic functional cornerstones of Scala: immutable data types, passing of functions as parameters and pattern matching. 1. Basic Pattern Matching I ...
分类:其他好文   时间:2016-11-27 19:09:21    阅读次数:233
hive里的用户定义函数UDF
Hive可以通过实现用户定义函数(User-Defined Functions,UDF)进行扩展(事实上,大多数Hive功能都是通过扩展UDF实现的)。 ...
分类:其他好文   时间:2016-11-27 14:27:39    阅读次数:246
javascript里的偏函数——本质函数式编程+闭包,返回函数
除非你已经使用过其他的函数式编程,不然你可能对下面这两个概念很陌生:“偏函数应用”和“函数柯里化“。 话虽如此,但是假如你一旦理解了这两个概念,你就完全可以在自己的代码里使用他们。 Functions 即使你已经很熟悉JavaScript的function, 知道function可以作为返回值,可以 ...
分类:编程语言   时间:2016-11-25 19:54:31    阅读次数:233
《初识PE》导入表
最近听别人讲的我晕晕乎乎的,于是上网上百度下,感觉这篇还不错。 链接:http://www.blogfshare.com/pe-export.html 一、导入表简介 在编程中常常用到“导入函数”(Import functions),导入函数就是被程序调用但其执行代码又不在程序中的函数,这些函数的代 ...
分类:其他好文   时间:2016-11-22 01:40:29    阅读次数:233
Top 15 Java Utility Classes
In Java, a utility class is a class that defines a set of methods that perform common functions. This post shows the most frequently used Java utility ...
分类:编程语言   时间:2016-11-21 14:25:57    阅读次数:195
函数,方法,构造函数调用
1、函数调用 Function绝对是JavaScript中的重中之重。在JavaScript中,Function承担了procedures, methods, constructors甚至是classes以及modules的功能。 在面向对象程序设计中,functions,methods以及clas ...
分类:其他好文   时间:2016-11-21 12:29:00    阅读次数:234
netstat命令
虽然经常用这个命令,但总是对其中的参数作用不太清楚,记录下 what are functions of netstat? netstat - Print network connections, routing tables, interface statistics, masquerade con ...
分类:Web程序   时间:2016-11-21 11:15:34    阅读次数:202
Tree
//Header.h //Functions.cpp //Main.cpp ...
分类:其他好文   时间:2016-11-19 08:02:37    阅读次数:315
PTA Topological Sort
生病了好蓝过啊,哎还是家里好,生病都不能码代码了TAT…… 下面是题目: Write a program to find the topological order in a digraph. Format of functions: where LGraph is defined as the f ...
分类:其他好文   时间:2016-11-16 22:18:25    阅读次数:644
1849条   上一页 1 ... 87 88 89 90 91 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!