上一页 1 ··· 173 174 175 176 177 178 179 180 181 ··· 189 下一页
摘要: https://www.zhihu.com/question/22625187 https://www.zybuluo.com/yulin718/note/93148 概况:2014年微信红包使用数据库硬抗整个流量,2015年使用cache抗流量。 微信的金额什么时候算? 答:微信金额是拆的时候实时 阅读全文
posted @ 2017-01-12 09:18 papering 阅读(393) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/19668212?columnSlug=WebNotes 微信红包是一次病毒营销的经典案例,其实也可以从传染病学的估算模型来判断究竟有多少用户会被「感染」。 阅读全文
posted @ 2017-01-12 09:06 papering 阅读(218) 评论(0) 推荐(0)
摘要: Monte Carlo methods https://zh.wikipedia.org/wiki/蒙地卡羅方法 通常蒙地卡羅方法可以粗略地分成两类:一类是所求解的问题本身具有内在的随机性,借助计算机的运算能力可以直接模拟这种随机的过程。例如在核物理研究中,分析中子在反应堆中的传输过程。中子与原子核 阅读全文
posted @ 2017-01-11 22:13 papering 阅读(221) 评论(0) 推荐(0)
摘要: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html The TE request-header field indicates what extension transfer-codings it is willing to accept 阅读全文
posted @ 2017-01-11 22:05 papering 阅读(482) 评论(0) 推荐(0)
摘要: //array(2) { ["shopasin"]=> string(3) "www" ["whelp2017"]=> string(9) "whelp2017" } //array(1) { ["shopasin"]=> string(4) "w123" } 阅读全文
posted @ 2017-01-11 16:58 papering 阅读(252) 评论(0) 推荐(0)
摘要: https://www.mathworks.com/help/matlab/ref/conv.html?s_tid=gn_loc_drop conv Convolution and polynomial multiplication Convolution and polynomial multip 阅读全文
posted @ 2017-01-11 11:22 papering 阅读(543) 评论(0) 推荐(0)
摘要: https://www.w3.org/2001/sw/Europe/events/foaf-galway/papers/fp/token_based_authentication/ 阅读全文
posted @ 2017-01-11 01:18 papering 阅读(208) 评论(0) 推荐(0)
摘要: HTTP The Definitive Guide Request headers are headers that make sense only in a request message. They give information about who or what is sending th 阅读全文
posted @ 2017-01-10 21:24 papering 阅读(201) 评论(0) 推荐(0)
摘要: http://ufldl.stanford.edu/wiki/index.php/Feature_extraction_using_convolution http://ufldl.stanford.edu/wiki/index.php/卷积特征提取 阅读全文
posted @ 2017-01-10 20:02 papering 阅读(214) 评论(0) 推荐(0)
摘要: http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=946879 郭靖的师傅 与 反木桶效应 《射雕英雄传》中的郭靖有多少位师傅?从来没想去把名单细节记住,大数据时代,人们已改变了学习方式和记忆方法,只要能记住一点线索 阅读全文
posted @ 2017-01-10 18:04 papering 阅读(363) 评论(0) 推荐(0)
摘要: http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=883429 《传奇》: “宁愿用这一生等你发现,…,今生的爱情故事不会再改变。” 接下来,E.F.Codd的路上,少有鲜花,多有荆棘。 1983年,笔者到美国学习数 阅读全文
posted @ 2017-01-10 16:33 papering 阅读(475) 评论(0) 推荐(0)
摘要: http://www.latex-project.org/about/ 阅读全文
posted @ 2017-01-10 16:32 papering 阅读(184) 评论(0) 推荐(0)
摘要: http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=883429 阅读全文
posted @ 2017-01-10 16:17 papering 阅读(205) 评论(0) 推荐(0)
摘要: https://page.mi.fu-berlin.de/rojas/neural/chapter/K7.pdf 7.1 Learning as gradient descent We saw in the last chapter that multilayered networks are ca 阅读全文
posted @ 2017-01-10 15:13 papering 阅读(244) 评论(0) 推荐(0)
摘要: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_substring-index 阅读全文
posted @ 2017-01-10 14:33 papering 阅读(223) 评论(0) 推荐(0)
摘要: 2.3.神经网络基础 | 猪猪のAI笔记 (gitbook.io) Image classification from scratch https://keras.io/examples/vision/image_classification_from_scratch/ 翻译 搜索 复制 阅读全文
posted @ 2017-01-10 10:59 papering 阅读(241) 评论(0) 推荐(0)
摘要: w可以考虑从计算机的“机械性、重复性”特征去设计“低效的”算法。 https://www.codeproject.com/articles/523074/webcontrols/ Online handwriting recognition using multi convolution neura 阅读全文
posted @ 2017-01-10 10:29 papering 阅读(398) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Clock_network 阅读全文
posted @ 2017-01-10 09:51 papering 阅读(193) 评论(0) 推荐(0)
摘要: https://www.microsoft.com/en-us/research/product/cognitive-toolkit/ https://github.com/microsoft/cntk https://github.com/Microsoft/CNTK/blob/master/RE 阅读全文
posted @ 2017-01-10 09:25 papering 阅读(189) 评论(0) 推荐(0)
摘要: 1 ALTER TABLE ad_keyword_brand 2 ADD CONSTRAINT w1 UNIQUE (keyword,adasin,brand,page_position,country,ad_kind,ad_tag); 阅读全文
posted @ 2017-01-09 17:00 papering 阅读(226) 评论(0) 推荐(0)
摘要: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html The server has fulfilled the request and the user agent SHOULD reset the document view which c 阅读全文
posted @ 2017-01-06 23:06 papering 阅读(302) 评论(0) 推荐(0)
摘要: https://tools.ietf.org/html/rfc6265#section-5.1.1 4.1.2.4. The Path Attribute The scope of each cookie is limited to a set of paths, controlled by the 阅读全文
posted @ 2017-01-06 16:32 papering 阅读(229) 评论(0) 推荐(0)
摘要: https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html The TRACE method is used to invoke a remote, application-layer loop- back of the request messag 阅读全文
posted @ 2017-01-06 13:05 papering 阅读(273) 评论(0) 推荐(0)
摘要: https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html The HEAD method is identical to GET except that the server MUST NOT return a message-body in th 阅读全文
posted @ 2017-01-06 12:45 papering 阅读(306) 评论(0) 推荐(0)
摘要: https://hacks.mozilla.org/2015/04/es6-in-depth-an-introduction/ Counting to 6 The previous editions of the ECMAScript standard were numbered 1, 2, 3, 阅读全文
posted @ 2017-01-06 12:29 papering 阅读(201) 评论(0) 推荐(0)
摘要: https://hacks.mozilla.org/2015/04/es6-in-depth-an-introduction/ What falls under the scope of ECMAScript? The JavaScript programming language is stand 阅读全文
posted @ 2017-01-06 12:11 papering 阅读(219) 评论(0) 推荐(0)
摘要: https://hacks.mozilla.org/2015/06/es6-in-depth-symbols/ 阅读全文
posted @ 2017-01-06 10:29 papering 阅读(255) 评论(0) 推荐(0)
摘要: https://www.w3.org/wiki/HTML/Elements/base HTML/Elements/base < HTML‎ | Elements List of Elements Document metadata head title base isindex link meta 阅读全文
posted @ 2017-01-06 00:17 papering 阅读(335) 评论(0) 推荐(0)
摘要: HTTP: The Definitive Guide 2.2.7 Fragments Some resource types, such as HTML, can be divided further than just the resource level. For example, for a 阅读全文
posted @ 2017-01-05 22:39 papering 阅读(239) 评论(0) 推荐(0)
摘要: COMPUTER OR GANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION A multicore computer, also known as a chip multiprocessor, combines tw 阅读全文
posted @ 2017-01-05 20:51 papering 阅读(242) 评论(0) 推荐(0)
摘要: COMPUTER OR GANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 阅读全文
posted @ 2017-01-05 20:41 papering 阅读(233) 评论(0) 推荐(0)
摘要: COMPUTER OR GANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 阅读全文
posted @ 2017-01-05 20:39 papering 阅读(166) 评论(0) 推荐(0)
摘要: COMPUTER OR GANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 阅读全文
posted @ 2017-01-05 20:38 papering 阅读(162) 评论(0) 推荐(0)
摘要: COMPUTER OR GANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION Although the performance of mainframe general-purpose computers contin 阅读全文
posted @ 2017-01-05 20:34 papering 阅读(224) 评论(0) 推荐(0)
摘要: COMPUTER OR GANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 阅读全文
posted @ 2017-01-05 20:33 papering 阅读(265) 评论(0) 推荐(0)
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION In terms of commercial products, the two common approaches to providing 阅读全文
posted @ 2017-01-05 20:28 papering 阅读(326) 评论(0) 推荐(0)
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION Operating System Design IssuesFull exploitation of a cluster hardware c 阅读全文
posted @ 2017-01-05 20:27 papering 阅读(327) 评论(0) 推荐(0)
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 阅读全文
posted @ 2017-01-05 20:23 papering 阅读(189) 评论(0) 推荐(0)
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION The concept of thread used in discussing multithreaded processors may o 阅读全文
posted @ 2017-01-05 20:11 papering 阅读(3026) 评论(0) 推荐(0)
摘要: 2017 · MongoDB深圳用户组大会全记录 | MongoDB中文社区http://www.mongoing.com/2017/04/24/mongodb-shenzhen-user-group Mongo Rocks优化与实践腾讯云孔德雨2017.04 Mongo Rocks简介 使用Roc 阅读全文
posted @ 2017-01-05 19:56 papering 阅读(560) 评论(0) 推荐(0)
上一页 1 ··· 173 174 175 176 177 178 179 180 181 ··· 189 下一页