上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 184 下一页
摘要: 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 阅读(198) 评论(0) 推荐(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 阅读(270) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-19 21:04 papering 阅读(262) 评论(0) 推荐(0) 编辑
摘要: w MySQL大表优化方案 - 码农 - SegmentFaulthttps://segmentfault.com/a/1190000006158186 阅读全文
posted @ 2017-04-19 20:36 papering 阅读(128) 评论(0) 推荐(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 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 路径 broswer 路径无问题 w 读 用 存 更新 阅读全文
posted @ 2017-04-19 14:28 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: w http://compression.ru/download/articles/huff/huffman_1952_minimum-redundancy-codes.pdf 阅读全文
posted @ 2017-04-19 14:07 papering 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/霍夫曼编码 霍夫曼编码(英语:Huffman Coding),又译为哈夫曼编码、赫夫曼编码,是一种用于无损数据压缩的熵编码(权编码)算法。由大卫·霍夫曼在1952年发明。 在计算机数据处理中,霍夫曼编码使用变长编码表对源符号(如文件中的一个 阅读全文
posted @ 2017-04-19 14:00 papering 阅读(216) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-19 00:52 papering 阅读(172) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-19 00:39 papering 阅读(203) 评论(0) 推荐(0) 编辑
摘要: w https://zh.wikipedia.org/wiki/主从式架构 主从式架构 (Client–server model) 或客户端-服务器(Client/Server)结构简称C/S结构,是一种网络架构,它把客户端 (Client) (通常是一个采用图形用户界面的程序)与服务器 (Serv 阅读全文
posted @ 2017-04-18 19:00 papering 阅读(1211) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Man-in-the-middle_attack https://zh.wikipedia.org/wiki/中间人攻击 需要通过一个安全的通道做额外的传输 与连锁协议不同,所有能抵御中间人攻击的加密系统都需要通过一个安全通道来传输或交换一 阅读全文
posted @ 2017-04-18 18:41 papering 阅读(336) 评论(0) 推荐(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 阅读(315) 评论(0) 推荐(0) 编辑
摘要: w 李智慧 阅读全文
posted @ 2017-04-18 17:59 papering 阅读(116) 评论(0) 推荐(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 阅读(486) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-18 11:47 papering 阅读(137) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Message_authentication_code 阅读全文
posted @ 2017-04-18 10:42 papering 阅读(308) 评论(0) 推荐(0) 编辑
摘要: w 龚升 阅读全文
posted @ 2017-04-17 23:06 papering 阅读(142) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-17 22:58 papering 阅读(141) 评论(0) 推荐(0) 编辑
摘要: w 龚升 阅读全文
posted @ 2017-04-17 22:43 papering 阅读(152) 评论(0) 推荐(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 阅读(384) 评论(0) 推荐(0) 编辑
摘要: w Graph and its representations - GeeksforGeekshttp://www.geeksforgeeks.org/graph-and-its-representations/ 阅读全文
posted @ 2017-04-17 18:59 papering 阅读(264) 评论(0) 推荐(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 阅读(154) 评论(0) 推荐(0) 编辑
摘要: w 李智慧 阅读全文
posted @ 2017-04-17 18:39 papering 阅读(180) 评论(0) 推荐(0) 编辑
摘要: w 李智慧 阅读全文
posted @ 2017-04-17 18:34 papering 阅读(127) 评论(0) 推荐(1) 编辑
摘要: w 李智慧 阅读全文
posted @ 2017-04-17 18:31 papering 阅读(175) 评论(0) 推荐(0) 编辑
摘要: w 李智慧 阅读全文
posted @ 2017-04-17 18:25 papering 阅读(279) 评论(0) 推荐(0) 编辑
摘要: w 李智慧 阅读全文
posted @ 2017-04-17 18:23 papering 阅读(123) 评论(0) 推荐(0) 编辑
摘要: a 搜索 复制 阅读全文
posted @ 2017-04-17 17:27 papering 阅读(200) 评论(0) 推荐(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 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 建模 问题是什么 知道了问题是什么答案就ok了 重复考虑 与 重复计算 程序可以重复考虑 但往目标篮子中放入时,放不放把握好就ok了。 集合 交集 并集 w 路径规划 字符串处理 https://en.wikipedia.org/wiki/Adjacency_matrix Undirected Gr 阅读全文
posted @ 2017-04-17 13:50 papering 阅读(322) 评论(0) 推荐(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 阅读(217) 评论(0) 推荐(0) 编辑
摘要: w n的倒数为无穷小序列 阅读全文
posted @ 2017-04-16 23:29 papering 阅读(374) 评论(0) 推荐(0) 编辑
摘要: a 搜索 复制 阅读全文
posted @ 2017-04-16 22:16 papering 阅读(152) 评论(0) 推荐(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 阅读(553) 评论(0) 推荐(0) 编辑
摘要: API接口签名校验,如何安全保存appsecret? - 知乎 https://www.zhihu.com/question/40855191 要保证一般的客户端-服务器通信安全,可以使用3个密钥。 初始密钥是第一个,内置到app,保证最初的通信安全,用来加密-“主加密密钥”。此过程中的传输,是最容 阅读全文
posted @ 2017-04-16 20:18 papering 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 连通 距离 直径 离心率 eccentricity diameter https://zh.wikipedia.org/wiki/图论术语 如何学习数据结构? - 知乎 https://www.zhihu.com/question/21318658/answer/63652147 数据结构的本质就在 阅读全文
posted @ 2017-04-16 09:36 papering 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 【extern "C】 1) 由于C、C++编译器对函数的编译处理是不完全相同的,尤其对于C++来说,支持函数的重载,编译后的函数一般是以函数名和形参类型来命名的。 例如函数void fun(int, int),编译后的可能是(不同编译器结果不同)_fun_int_int(不同编译器可能不同,但都采 阅读全文
posted @ 2017-04-16 09:25 papering 阅读(7449) 评论(0) 推荐(0) 编辑
摘要: 由适当地放宽不等式 概括出 一个引理 翻译 搜索 复制 阅读全文
posted @ 2017-04-16 08:53 papering 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 由适当地放宽不等式 概括出 一个引理 翻译 搜索 复制 阅读全文
posted @ 2017-04-16 08:45 papering 阅读(319) 评论(0) 推荐(0) 编辑
上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 184 下一页