摘要:
w http://planetmath.org/sites/default/files/texpdf/33795.pdf Stolz–Cesàro theorem - Wikipedia https://en.wikipedia.org/wiki/Stolz%E2%80%93Ces%C3%A0ro_
阅读全文
posted @ 2017-04-20 00:57
papering
阅读(457)
推荐(0)
摘要:
w Stochastic matrix - Wikipedia https://en.wikipedia.org/wiki/Stochastic_matrix Suppose you have a timer and a row of five adjacent boxes, with a cat
阅读全文
posted @ 2017-04-20 00:17
papering
阅读(267)
推荐(0)
摘要:
RFC 5988 - Web Linking https://tools.ietf.org/html/rfc5988#section-5.1 https://www.zhihu.com/question/28557115/answer/48094438 5.5. Examples For examp
阅读全文
posted @ 2017-04-20 00:13
papering
阅读(1962)
推荐(0)
摘要:
w Markov Process -- from Wolfram MathWorld http://mathworld.wolfram.com/MarkovProcess.html 谷歌背后的数学_知识库_博客园 http://kb.cnblogs.com/page/538249/
阅读全文
posted @ 2017-04-20 00:01
papering
阅读(237)
推荐(0)
摘要:
w Architectural Styles and the Design of Network-based Software Architectures http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm Fielding Diss
阅读全文
posted @ 2017-04-19 23:33
papering
阅读(311)
推荐(0)
posted @ 2017-04-19 21:04
papering
阅读(289)
推荐(0)
摘要:
w MySQL大表优化方案 - 码农 - SegmentFaulthttps://segmentfault.com/a/1190000006158186
阅读全文
posted @ 2017-04-19 20:36
papering
阅读(150)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Mount_(computing) Mounting is a process by which the operating system makes files and directories on a storage device (s
阅读全文
posted @ 2017-04-19 18:37
papering
阅读(503)
推荐(0)
摘要:
路径 broswer 路径无问题 w 读 用 存 更新
阅读全文
posted @ 2017-04-19 14:28
papering
阅读(242)
推荐(0)
摘要:
w http://compression.ru/download/articles/huff/huffman_1952_minimum-redundancy-codes.pdf
阅读全文
posted @ 2017-04-19 14:07
papering
阅读(198)
推荐(0)
摘要:
https://zh.wikipedia.org/wiki/霍夫曼编码 霍夫曼编码(英语:Huffman Coding),又译为哈夫曼编码、赫夫曼编码,是一种用于无损数据压缩的熵编码(权编码)算法。由大卫·霍夫曼在1952年发明。 在计算机数据处理中,霍夫曼编码使用变长编码表对源符号(如文件中的一个
阅读全文
posted @ 2017-04-19 14:00
papering
阅读(311)
推荐(0)
posted @ 2017-04-19 00:52
papering
阅读(196)
推荐(0)
posted @ 2017-04-19 00:39
papering
阅读(216)
推荐(0)
摘要:
w https://zh.wikipedia.org/wiki/主从式架构 主从式架构 (Client–server model) 或客户端-服务器(Client/Server)结构简称C/S结构,是一种网络架构,它把客户端 (Client) (通常是一个采用图形用户界面的程序)与服务器 (Serv
阅读全文
posted @ 2017-04-18 19:00
papering
阅读(1418)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Man-in-the-middle_attack https://zh.wikipedia.org/wiki/中间人攻击 需要通过一个安全的通道做额外的传输 与连锁协议不同,所有能抵御中间人攻击的加密系统都需要通过一个安全通道来传输或交换一
阅读全文
posted @ 2017-04-18 18:41
papering
阅读(440)
推荐(0)
摘要:
《Effective C#》之减少装箱和拆箱_天极网 http://dev.yesky.com/msdn/359/3486359.shtml 《Effective C#》之减少装箱和拆箱 2007-08-12 11:00 作者:愚翁 为了便于文章的开展,首先介绍装箱(Boxing)和拆箱(Unbox
阅读全文
posted @ 2017-04-18 18:30
papering
阅读(433)
推荐(0)
posted @ 2017-04-18 17:59
papering
阅读(142)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Sparse_matrix 稀疏矩阵存储格式总结+存储效率对比:COO,CSR,DIA,ELL,HYB - Bin的专栏 - 博客园http://www.cnblogs.com/xbinworld/p/4273506.html 稀疏矩阵
阅读全文
posted @ 2017-04-18 12:32
papering
阅读(584)
推荐(0)
posted @ 2017-04-18 11:47
papering
阅读(160)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Message_authentication_code
阅读全文
posted @ 2017-04-18 10:42
papering
阅读(364)
推荐(0)
posted @ 2017-04-17 23:06
papering
阅读(185)
推荐(0)
posted @ 2017-04-17 22:58
papering
阅读(175)
推荐(0)
posted @ 2017-04-17 22:43
papering
阅读(176)
推荐(0)
摘要:
src/math/bits/bits.go:296 // Len // Len returns the minimum number of bits required to represent x; the result is 0 for x == 0.func Len(x uint) int {
阅读全文
posted @ 2017-04-17 20:10
papering
阅读(440)
推荐(0)
摘要:
w Graph and its representations - GeeksforGeekshttp://www.geeksforgeeks.org/graph-and-its-representations/
阅读全文
posted @ 2017-04-17 18:59
papering
阅读(321)
推荐(0)
摘要:
w Python Patterns - Implementing Graphs | Python.orghttps://www.python.org/doc/essays/graphs/ Graph and its representations - GeeksforGeekshttp://www.
阅读全文
posted @ 2017-04-17 18:52
papering
阅读(230)
推荐(0)
posted @ 2017-04-17 18:39
papering
阅读(209)
推荐(0)
posted @ 2017-04-17 18:34
papering
阅读(156)
推荐(1)
posted @ 2017-04-17 18:31
papering
阅读(194)
推荐(0)
posted @ 2017-04-17 18:25
papering
阅读(306)
推荐(0)
posted @ 2017-04-17 18:23
papering
阅读(146)
推荐(0)
posted @ 2017-04-17 17:27
papering
阅读(224)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Distance_matrix For example, suppose these data are to be analyzed, where pixel Euclidean distance is the distance metri
阅读全文
posted @ 2017-04-17 14:22
papering
阅读(716)
推荐(0)
摘要:
建模 问题是什么 知道了问题是什么答案就ok了 重复考虑 与 重复计算 程序可以重复考虑 但往目标篮子中放入时,放不放把握好就ok了。 集合 交集 并集 w 路径规划 字符串处理 https://en.wikipedia.org/wiki/Adjacency_matrix Undirected Gr
阅读全文
posted @ 2017-04-17 13:50
papering
阅读(377)
推荐(0)
摘要:
http://math.mit.edu/~fox/MAT307-lecture01.pdf w 离散数学/图论应用在数学/CS以外学科的例子? - 知乎https://www.zhihu.com/question/21241355 w https://en.wikipedia.org/wiki/Gr
阅读全文
posted @ 2017-04-17 09:18
papering
阅读(295)
推荐(0)
posted @ 2017-04-16 23:29
papering
阅读(422)
推荐(0)
posted @ 2017-04-16 22:16
papering
阅读(174)
推荐(0)
摘要:
非对称密钥可用于加密对称密钥 Certificates A public key certificate, usually just called a certificate, is a digitally-signed statement that binds the value of a pub
阅读全文
posted @ 2017-04-16 21:13
papering
阅读(600)
推荐(0)
摘要:
API接口签名校验,如何安全保存appsecret? - 知乎 https://www.zhihu.com/question/40855191 要保证一般的客户端-服务器通信安全,可以使用3个密钥。 初始密钥是第一个,内置到app,保证最初的通信安全,用来加密-“主加密密钥”。此过程中的传输,是最容
阅读全文
posted @ 2017-04-16 20:18
papering
阅读(362)
推荐(0)
摘要:
连通 距离 直径 离心率 eccentricity diameter https://zh.wikipedia.org/wiki/图论术语 如何学习数据结构? - 知乎 https://www.zhihu.com/question/21318658/answer/63652147 数据结构的本质就在
阅读全文
posted @ 2017-04-16 09:36
papering
阅读(838)
推荐(0)