摘要: Volume 2 ctrl+s http://web.mit.edu/merolish/ticpp/TicV2.html http://web.mit.edu/merolish/ticpp/TicV2.html#_TocRef53985657 Volume 1 http://web.mit.edu/ 阅读全文
posted @ 2016-10-24 03:27 papering 阅读(149) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Levenshtein_distance 验证码识别 图片中的二维码截取 阅读全文
posted @ 2016-10-24 02:29 papering 阅读(126) 评论(0) 推荐(0) 编辑
摘要: similar_text 阅读全文
posted @ 2016-10-24 02:14 papering 阅读(128) 评论(0) 推荐(0) 编辑
摘要: '0' => '000111000011111110011000110110000011110000011110000011110000011110000011110000011110000011011000110011111110000111000', '1' => '00011100001111 阅读全文
posted @ 2016-10-24 00:43 papering 阅读(1547) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/三原色模式 红光与绿光按某种比例复合,对三种锥状细胞刺激后产生的色觉可与眼睛对单纯的黄光的色觉等效。但决不能认为红光与绿光按某种比例复合后生成黄光,或黄光是由红光和绿光复合而成的。 人的眼睛内有几种辨别颜色的锥形感光细胞,分别对黄绿色、绿色 阅读全文
posted @ 2016-10-23 20:20 papering 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 取出图片二维码部分 阅读全文
posted @ 2016-10-22 00:08 papering 阅读(236) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Functional_programming In computer science, functional programming is a programming paradigm—a style of building the str 阅读全文
posted @ 2016-10-21 22:34 papering 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Professional.JavaScript.for.Web.Developers.3rd.Edition.Jan.2012 阅读全文
posted @ 2016-10-20 23:57 papering 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Professional.JavaScript.for.Web.Developers.3rd.Edition.Jan.2012 标记清楚 引用计数 阅读全文
posted @ 2016-10-20 00:02 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: bool(true) bool(false) bool(true) bool(true) 阅读全文
posted @ 2016-10-19 17:03 papering 阅读(213) 评论(0) 推荐(0) 编辑
摘要: <?php $w = 'w'; $wb = '123'.$w; $w = 'ww'; echo $wb; if(TRUE){ $wd = '123wd'; } echo $wd; if(FALSE){ $we = '123wd'; } var_dump($we); 阅读全文
posted @ 2016-10-19 15:51 papering 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1 43 44 45 46 47 48 49 pagination-diy 50 51 52 53 54 55 56 57 58 59 60 61 '; 63 } ?> 64 65 66 67 68 77 78 阅读全文
posted @ 2016-10-18 13:16 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Professional.JavaScript.for.Web.Developers.3rd.Edition ECMA中的参数在内部是用一个数组来表示的。 阅读全文
posted @ 2016-10-17 23:40 papering 阅读(164) 评论(0) 推荐(0) 编辑
摘要: dream 阅读全文
posted @ 2016-10-16 23:54 papering 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Advanced_Packaging_Tool Eventually, a new team picked up the project, began to build new features and released version 0 阅读全文
posted @ 2016-10-15 23:34 papering 阅读(297) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/四元数 从明确地角度而言,四元数是复数的不可交换延伸。如把四元数的集合考虑成多维实数空间的话,四元数就代表着一个四维空间,相对于复数为二维空间。 作为用于描述现实空间的坐标表示方式,人们在复数的基础上创造了四元数并以a+bi+cj+dk的形 阅读全文
posted @ 2016-10-14 09:00 papering 阅读(308) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/数据结构术语列表 https://en.wikipedia.org/wiki/List_of_data_structures Data types Primitive types Boolean, true or false. Charac 阅读全文
posted @ 2016-10-11 23:38 papering 阅读(401) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/离散数学 https://en.wikipedia.org/wiki/Discrete_mathematics Research in discrete mathematics increased in the latter half of 阅读全文
posted @ 2016-10-11 00:44 papering 阅读(656) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/mingmingruyuedlut/archive/2011/10/18/2216553.html https://zh.wikipedia.org/wiki/异步传输模式 http://www.ibm.com/support/knowledgecent 阅读全文
posted @ 2016-10-10 01:05 papering 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 图像识别、中文分词 阅读全文
posted @ 2016-10-08 22:29 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Professional.JavaScript.for.Web.Developers.3rd.Edition.Jan.2012 JavaScript is a garbage-collected language, meaning that the execution environment is 阅读全文
posted @ 2016-10-07 23:17 papering 阅读(185) 评论(0) 推荐(0) 编辑
摘要: !function(){console.log(12);}() 执行 (!function(){console.log(12);}()) 执行 function(){console.log(12);}() 报错 +function(){console.log(12);}() 执行 ~function 阅读全文
posted @ 2016-10-06 23:42 papering 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 35bool(false) --35bool(true) --135bool(false) --235bool(true) --3 阅读全文
posted @ 2016-10-06 20:25 papering 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 把 null 作为尚未创建的对象可以使用undefined和严格相等或不相等操作符来决定一个变量是否拥有值 undefined - JavaScript | MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe 阅读全文
posted @ 2016-10-06 20:15 papering 阅读(344) 评论(0) 推荐(0) 编辑
摘要: //对象是可变的键控集合, //“numbers, strings, booleans (true and false), null, and undefined” 不是对象的解释 The simple types of JavaScript are numbers, strings, boolea 阅读全文
posted @ 2016-10-06 09:09 papering 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 二叉树 阅读全文
posted @ 2016-10-05 22:51 papering 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 总结: 1、线性变换运算封闭,加法和乘法 2、特征向量经过线性变换后方向不变 https://en.wikipedia.org/wiki/Linear_map Examples of linear transformation matrices In two-dimensional space R2 阅读全文
posted @ 2016-10-04 21:25 papering 阅读(493) 评论(0) 推荐(0) 编辑
摘要: w php利用递归函数实现无限级分类 - 杰枫Jeff - 博客园http://www.cnblogs.com/DeanChopper/p/4706071.html 阅读全文
posted @ 2016-10-03 21:31 papering 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 1 DROP TABLE IF EXISTS `menu0910`; 2 CREATE TABLE `menu0910` ( 3 `id` bigint(20) NOT NULL AUTO_INCREMENT, 4 `menu` varchar(50) COLLATE utf8_unicode_ci DEFAULT '', 5 `parentid` bigint(20) D... 阅读全文
posted @ 2016-10-02 23:36 papering 阅读(215) 评论(0) 推荐(0) 编辑
摘要: http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/#Parser_Lexer_combination Grammars Parsing is based on the syntax rules the document 阅读全文
posted @ 2016-10-01 22:31 papering 阅读(243) 评论(0) 推荐(0) 编辑
摘要: table-js-alert-table 阅读全文
posted @ 2016-09-30 23:50 papering 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Refactoring: Improving the Design of Existing Code Decomposing and Redistributing the Statement Method The obvious first target of my attention is the 阅读全文
posted @ 2016-09-29 23:59 papering 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-28 23:58 papering 阅读(124) 评论(0) 推荐(0) 编辑
摘要: dynamic link library Dynamic-Link Libraries (Windows) https://msdn.microsoft.com/en-us/library/windows/desktop/ms682589(v=vs.85).aspx A dynamic-link l 阅读全文
posted @ 2016-09-28 22:48 papering 阅读(246) 评论(0) 推荐(0) 编辑
摘要: COMPPUTER SCIENCE AN OVERVIEW 11th Edition 阅读全文
posted @ 2016-09-27 23:22 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: COMPPUTER SCIENCE AN OVERVIEW 11th Edition Finally we should note that XML allows the development of new markuplanguages that differ from HTML in that 阅读全文
posted @ 2016-09-26 21:46 papering 阅读(206) 评论(0) 推荐(0) 编辑
摘要: http://www.chromium.org/Home/chromium-security/client-identification-mechanisms Chromium‎ > ‎Chromium Security‎ > ‎ Technical analysis of client ident 阅读全文
posted @ 2016-09-25 23:28 papering 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 借助linkedlist,每次添加元素后,反转,取逆序 Implement Stack using Queues - LeetCodehttps://leetcode.com/problems/implement-stack-using-queues/solution/ Impleme 阅读全文
posted @ 2016-09-25 23:20 papering 阅读(231) 评论(0) 推荐(0) 编辑
摘要: robots.txt 阅读全文
posted @ 2016-09-24 22:58 papering 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 生成浏览器唯一稳定 ID 的探索 - 知乎 https://zhuanlan.zhihu.com/p/400206593 生成浏览器唯一稳定 ID 的探索 作者:polozhang,腾讯 WXG 前端开发工程师 1. 背景 项目的 PC Web 端在不同浏览器有不同的登录态,同一浏览器多个窗口多个 阅读全文
posted @ 2016-09-23 22:44 papering 阅读(2487) 评论(0) 推荐(0) 编辑