码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
Python学习(七)
参考资料: https://github.com/lijin-THU/notes-python(相应实体书为:《自学Python——编程基础、科学计算及数据分析》) 1. 数组读写(注意bytes与str数据类型的相互转换) (1)空格(制表符)分割的文本 (2)逗号分割文件(通常为.csv格式) ...
分类:编程语言   时间:2019-01-19 14:24:17    阅读次数:254
Python学习(五)
参考资料: https://github.com/lijin-THU/notes-python(相应实体书为:《自学Python——编程基础、科学计算及数据分析》) Numpy通用函数汇总 import numpy as np 1. 三角函数 sin(x) cos(x) tan(x) sinh(x) ...
分类:编程语言   时间:2019-01-18 22:24:33    阅读次数:197
Openvas hand masterbook
一、 Frist Continue to jot down notes about the Nmap 1、nmap -sn [ip] This command will send an ARP request to the LAN broadcast address and will determi ...
分类:其他好文   时间:2019-01-18 18:27:24    阅读次数:131
Python学习(一)
参考资料:https://github.com/lijin-THU/notes-python(相应实体书为:《自学Python——编程基础、科学计算及数据分析》) 1. Python之禅:import this 2. iPython使用 %lsmagic //查看所有magic命令;line mag ...
分类:编程语言   时间:2019-01-16 00:14:20    阅读次数:226
P4781 【模板】拉格朗日插值
P4781 【模板】拉格朗日插值 证明 :https://wenku.baidu.com/view/0f88088a172ded630b1cb6b4.html http://www.ebola.pro/article/notes/Lagrange ...
分类:其他好文   时间:2019-01-13 02:04:32    阅读次数:158
items设置
https://www.cnblogs.com/xishuai/p/mac-iterm2.html https://github.com/lenxeon/notes/tree/master/%E8%BF%90%E7%BB%B4/201510/iterm2%E5%92%8Coh-my-zsh%E5%A ...
分类:其他好文   时间:2019-01-05 18:25:51    阅读次数:194
机器学习爱好者 -- 翻译吴恩达老师的机器学习课程字幕 http://www.ai-start.com/
机器学习爱好者 -- 翻译吴恩达老师的机器学习课程字幕 http://www.ai-start.com/ https://zhuanlan.zhihu.com/fengdu78 https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes 文档PDF ...
分类:Web程序   时间:2019-01-05 13:24:50    阅读次数:481
Kubernetes - Deploy Guestbook example on Kubernetes
This scenario explains how to launch a simple, multi-tier web application using Kubernetes and Docker. The Guestbook example application stores notes ...
分类:Web程序   时间:2019-01-02 15:02:36    阅读次数:235
数据库各个派系的起源和应用场景
现在我们站在各个用例的角度上来考虑那种系统适合于这些用例。你的意见是? 首先,我们要纵览各种数据模型。这些模型的分类方法来自于Emil Eifrem 和 NoSQL databases。 文档数据库 源起:受Lotus Notes启发。 数据模型:包含了key-value的文档集合 例子:Couch ...
分类:数据库   时间:2018-12-30 02:50:23    阅读次数:188
A1-2017级算法上机第一次练习赛 P ModricWang's Number Theory II
题目描述 ModricWang has found a list containing n numbers. He calls a list bad if and only if it is not empty and gcd (see notes section for more informat ...
分类:编程语言   时间:2018-12-27 03:19:36    阅读次数:166
1141条   上一页 1 ... 21 22 23 24 25 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!