码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
【转】深入 Python :Dive Into Python 中文版
原文网址:http://woodpecker.org.cn/diveintopython/power_of_introspection/lambda_functions.html4.7.使用lambda函数4.7.1. 真实世界中的 lambda 函数Python支持一种有趣的语法,它允许你快速定义...
分类:编程语言   时间:2015-01-20 23:46:33    阅读次数:280
Effective C++读书笔记 Part2
Effective_CPP_Note2Effective C++ Notes Part IIPart II. Constructors, Destructors and Assignment Operators5. Know what functions C++ silently writes an...
分类:编程语言   时间:2015-01-16 12:50:24    阅读次数:192
python 内置函数汇总
有80个内置函数官网https://docs.python.org/2/library/functions.html查询内置函数的功能描述用 help(内置函数名)The Python interpreter has a number of functions built into it that ...
分类:编程语言   时间:2015-01-15 12:28:46    阅读次数:204
NVIDIA CG语言 函数之所有数学类函数(Mathematical Functions)
CG着色器语言的所有数学类函数,及函数内部代码实现 写的都很巧妙,可以用“微量高效”来形容,值得我们学习...
分类:编程语言   时间:2015-01-15 09:24:24    阅读次数:282
NVIDIA CG语言 函数之所有数学类函数(Mathematical Functions)
CG着色器语言的所有数学类函数,及函数内部代码实现 写的都很巧妙,可以用“微量高效”来形容,值得我们学习
分类:编程语言   时间:2015-01-14 22:47:11    阅读次数:417
nagios二次开发(六)---nagiosql主要文件的介绍
nagiosql的入口文件:index.php,这也是所有php程序的入口文件。是由apache指定的。index.php 文件的开始引入了require("functions/prepend_adm.php");说明其实nagiosql的入口文件为prepend_adm.php;prepend_a...
分类:移动开发   时间:2015-01-13 23:14:28    阅读次数:280
start mysqld on Mac server
#!/bin/sh# Source the common setup functions for startup scriptstest -r /etc/rc.common || exit 1. /etc/rc.commonSCRIPT="/usr/local/Cellar/mysql/5.6.22...
分类:数据库   时间:2015-01-13 12:15:03    阅读次数:184
泛型的导入导出的公用方法
using NPOI.HSSF.UserModel;using NPOI.SS.Formula.Functions;using NPOI.SS.UserModel;using System;using System.Collections.Generic;using System.Data;usin...
分类:其他好文   时间:2015-01-13 12:12:13    阅读次数:152
Calculation of COGM and COGS
UseYou can use the Product Cost Planning functions to calculate the cost of goods manufactured (COGM) and cost of goods sold (COGS) for products such ...
分类:其他好文   时间:2015-01-12 23:45:28    阅读次数:1234
Scala:Functions and Closures
1 object Functions { 2 def main(args: Array[String]) { 3 // 本地函数 4 def localFun(msg: String) = println(msg) 5 localFun("Hi") 6 7 /...
分类:其他好文   时间:2015-01-11 20:20:48    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!