码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
Python之调用函数
Python之调用函数 Python内置了很多有用的函数,我们可以直接调用。 要调用一个函数,需要知道函数的名称和参数,比如求绝对值的函数abs,只有一个参数。可以直接从Python的官方网站查看文档: http://docs.python.org/3/library/functions.html# ...
分类:编程语言   时间:2018-03-05 13:46:02    阅读次数:238
Linux中设置别名
查看别名: alias设置别名: 临时设置: alias show='ls -al' 永久生效: 修改 家目录/.bashrc [root@localhost ~]# cat .bashrc # .bashrc # User specific aliases and functions alias ...
分类:系统相关   时间:2018-03-03 23:25:59    阅读次数:259
[转] Immutable 常用API简介
本文主要整理了Immutable.js常用API的使用。 Immutable 是什么? 关于Immutable的定义,官方文档是这样说的: Immutable data encourages pure functions (data-in, data-out) and lends itself to ...
分类:Windows程序   时间:2018-03-02 15:01:03    阅读次数:228
loadrunner Error -27985问题
错误提示:Error -27985: There is no context for HTML-based functions. A previous function may not have used "Mode=HTML" or downloaded only non-HTML page(s) ...
分类:其他好文   时间:2018-03-01 19:43:32    阅读次数:302
《C++ primer plus 英文版 第六版》Chapter 2
Chapter Review 1. They are called functions. 2. It causes the contents of the file to be substituted for this directive before final compilation. 3. I ...
分类:编程语言   时间:2018-02-26 23:26:26    阅读次数:205
tf.transpose()的用法
一、tensorflow官方文档内容 Defined in tensorflow/python/ops/array_ops.py. See the guides: Math > Matrix Math Functions, Tensor Transformations > Slicing and J ...
分类:其他好文   时间:2018-02-26 23:21:35    阅读次数:734
批量分发秘钥
注:该脚本针对相同密码的主机需要自定义其中的密码,IP范围,秘钥文件的位置、命名等本人的秘钥文件都是默认位置,默认无命名,默认无加密#!/bin/bash . /etc/rc.d/init.d/functions #检查秘钥文件是否存在 key_file=/root/.ssh/id_rsa.pub ... ...
分类:其他好文   时间:2018-02-24 19:34:58    阅读次数:153
Linux系统服务管理
chkconfig服务管理工具[root@localhost ~]# ls /etc/init.d/ functions  netconsole  network  README# service 服务名 start|stop|restart  //这里的服务
分类:系统相关   时间:2018-02-23 14:43:06    阅读次数:277
吴恩达 深度学习笔记+作业 (一)
1.1.2 Building basic functions with numpy 1.1.2.2 numpy.exp, sigmoid, sigmoid gradient 1.1.2.3 numpy.reshape(), numpy.shape 1.1.2.4 Normalizing rows n ...
分类:其他好文   时间:2018-02-22 10:58:15    阅读次数:929
2018.2.19 hashing
这周的algo讲的hashing的基本概念,以及universal hashing和bloom filters,说实话后两个我基本没怎么听懂。。。 universal hashing基本是说一种hash functions的构建方法,使得对不同输入的两次hash出现碰撞的概率不大于1/n(n是buc ...
分类:其他好文   时间:2018-02-20 10:37:45    阅读次数:169
1849条   上一页 1 ... 48 49 50 51 52 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!