2016年5月31日

机器学习之数学知识

摘要: 多项式乘法与快速傅里叶变换 http://blog.csdn.net/v_july_v/article/details/6684636 数据挖掘中所需的概率论与数理统计知识 http://blog.csdn.net/v_july_v/article/details/8308762 最大熵模型中的数学 阅读全文

posted @ 2016-05-31 14:11 暖风的风 阅读(244) 评论(0) 推荐(0) 编辑

机器学习博客

摘要: http://blog.163.com/zhoulili1987619@126/blog http://blog.csdn.net/v_july_v/ 阅读全文

posted @ 2016-05-31 14:03 暖风的风 阅读(190) 评论(0) 推荐(0) 编辑

信息论

摘要: 熵 (信息论) https://zh.wikipedia.org/zh-cn/%E7%86%B5_(%E4%BF%A1%E6%81%AF%E8%AE%BA) 最大熵模型中的数学推导 http://blog.csdn.net/v_july_v/article/details/40508465 阅读全文

posted @ 2016-05-31 09:50 暖风的风 阅读(164) 评论(0) 推荐(0) 编辑

2016年5月30日

机器学习算法。

摘要: https://zh.wikipedia.org/zh-cn/%E7%86%B5_(%E4%BF%A1%E6%81%AF%E8%AE%BA) 分类算法 决策树 http://blog.163.com/zhoulili1987619@126/blog/static/353082012013113083 阅读全文

posted @ 2016-05-30 20:02 暖风的风 阅读(130) 评论(0) 推荐(0) 编辑

2016年5月29日

docker articles&videos

摘要: https://github.com/docker/docker https://channel9.msdn.com/Blogs/containers?page=2 https://blog.docker.com/author/solomon/ http://tiewei.github.io/clo 阅读全文

posted @ 2016-05-29 23:44 暖风的风 阅读(157) 评论(0) 推荐(0) 编辑

Docker Resources

摘要: Menu Main Resources Books Websites Documents Archives Community Blogs Personal Blogs Videos Related Projects OS Virtual Machine Competitors Management 阅读全文

posted @ 2016-05-29 10:59 暖风的风 阅读(883) 评论(0) 推荐(0) 编辑

2016年5月19日

IL-rewriting profiler

摘要: https://blogs.msdn.microsoft.com/davbr/2007/03/06/creating-an-il-rewriting-profiler/ https://blogs.msdn.microsoft.com/davbr/2007/03/06/creating-an-il- 阅读全文

posted @ 2016-05-19 22:15 暖风的风 阅读(155) 评论(0) 推荐(0) 编辑

2016年5月17日

memory dump and CLR Inside Out

摘要: MSDN Magazine: CLR Inside Out https://msdn.microsoft.com/en-us/magazine/cc501040.aspx CLR Inside Out - Profiling the .NET Garbage-Collected Heap https 阅读全文

posted @ 2016-05-17 10:33 暖风的风 阅读(301) 评论(0) 推荐(0) 编辑

2016年5月15日

tcp/ip basics

摘要: https://technet.microsoft.com/en-us/library/bb962075.aspx 阅读全文

posted @ 2016-05-15 15:00 暖风的风 阅读(231) 评论(0) 推荐(0) 编辑

2016年5月12日

What Every CLR Developer Must Know Before Writing Code

摘要: https://github.com/dotnet/coreclr/blob/master/Documentation/coding-guidelines/clr-code-guide.md 阅读全文

posted @ 2016-05-12 23:13 暖风的风 阅读(156) 评论(0) 推荐(0) 编辑

CLR profiler

摘要: https://github.com/dotnet/coreclr/blob/master/Documentation/botr/profiling.md 阅读全文

posted @ 2016-05-12 23:06 暖风的风 阅读(150) 评论(0) 推荐(0) 编辑

Debug CLR and mscorlib

摘要: https://github.com/dotnet/coreclr/blob/master/Documentation/building/debugging-instructions.md https://github.com/dotnet/coreclr/blob/master/Documenta 阅读全文

posted @ 2016-05-12 22:57 暖风的风 阅读(214) 评论(0) 推荐(0) 编辑

JIT Compiler

摘要: https://github.com/dotnet/coreclr/blob/master/Documentation/botr/ryujit-overview.md#range-analysis 阅读全文

posted @ 2016-05-12 22:54 暖风的风 阅读(248) 评论(0) 推荐(0) 编辑

calling into the CLR from managed code via QCall and FCall methods

摘要: https://github.com/dotnet/coreclr/blob/master/Documentation/botr/mscorlib.md 阅读全文

posted @ 2016-05-12 22:53 暖风的风 阅读(162) 评论(0) 推荐(0) 编辑

2016年5月9日

Processor Speculative & pipeline

摘要: https://en.wikipedia.org/wiki/Instruction-level_parallelism https://en.wikipedia.org/wiki/Instruction_pipelining https://en.wikipedia.org/wiki/Specula 阅读全文

posted @ 2016-05-09 23:00 暖风的风 阅读(197) 评论(0) 推荐(0) 编辑

2016年5月7日

set and Sequence theory

摘要: https://en.wikipedia.org/wiki/Class_(set_theory) https://en.wikipedia.org/wiki/Zermelo%E2%80%93Fraenkel_set_theory https://books.google.it/books?id=dV 阅读全文

posted @ 2016-05-07 23:18 暖风的风 阅读(198) 评论(0) 推荐(0) 编辑

Memory Barriers ,cache-coherency

摘要: http://www.rdrop.com/users/paulmck/scalability/paper/whymb.2010.07.23a.pdf Shared-Memory Synchronization-Morgan & Claypool(2013) http://www.amazon.com 阅读全文

posted @ 2016-05-07 13:21 暖风的风 阅读(263) 评论(0) 推荐(0) 编辑

2016年5月6日

c# Papers

摘要: http://research.microsoft.com/pubs/64043/appsem-tcs.pdf 阅读全文

posted @ 2016-05-06 23:49 暖风的风 阅读(151) 评论(0) 推荐(0) 编辑

2016年5月5日

Java Memory Model

摘要: http://www.cs.umd.edu/~pugh/java/memoryModel/jsr-133-faq.html http://www.ibm.com/developerworks/library/j-jtp02244/index.html http://www.infoq.com/art 阅读全文

posted @ 2016-05-05 16:32 暖风的风 阅读(198) 评论(0) 推荐(0) 编辑

Java books list

摘要: http://www.cnblogs.com/chenssy/p/5457210.html 阅读全文

posted @ 2016-05-05 11:21 暖风的风 阅读(160) 评论(0) 推荐(0) 编辑

2016年4月30日

memory CPU cache books

摘要: http://www.amazon.com/Consistency-Coherence-Synthesis-Lectures-Architecture/dp/1608455645/ref=pd_sim_14_1?ie=UTF8&dpID=416Va%2B7GPIL&dpSrc=sims&preST= 阅读全文

posted @ 2016-04-30 00:43 暖风的风 阅读(218) 评论(0) 推荐(0) 编辑

2016年4月29日

java perf

摘要: http://java-performance.info/page/2/ 阅读全文

posted @ 2016-04-29 08:06 暖风的风 阅读(285) 评论(0) 推荐(0) 编辑

2016年4月28日

Managing Contexts in a Minifilter Driver

摘要: https://msdn.microsoft.com/en-us/library/windows/hardware/ff549729(v=vs.85).aspx 阅读全文

posted @ 2016-04-28 17:56 暖风的风 阅读(159) 评论(0) 推荐(0) 编辑

network Driver , TDI(Transport Driver Interface) Drivers

摘要: https://msdn.microsoft.com/en-us/library/windows/hardware/ff565094(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/windows/hardware/ff571016(v= 阅读全文

posted @ 2016-04-28 16:51 暖风的风 阅读(201) 评论(0) 推荐(0) 编辑

2016年4月27日

I/O Completions port

摘要: http://blogs.technet.com/b/winserverperformance/archive/2008/06/26/designing-applications-for-high-performance-part-iii.aspx While in theory this is e 阅读全文

posted @ 2016-04-27 21:43 暖风的风 阅读(185) 评论(0) 推荐(0) 编辑

2016年4月26日

rootkits

摘要: https://blogs.msdn.microsoft.com/erick/2006/04/03/how-dangerous-are-kernel-mode-rootkits/ 阅读全文

posted @ 2016-04-26 00:14 暖风的风 阅读(211) 评论(0) 推荐(0) 编辑

2016年4月25日

C++ Language

摘要: C++ Language Reference https://msdn.microsoft.com/en-us/library/3bstk3k5(v=vs.120).aspx 阅读全文

posted @ 2016-04-25 23:27 暖风的风 阅读(172) 评论(0) 推荐(0) 编辑

Driver development

摘要: Windows Driver Kit (WDK) https://msdn.microsoft.com/en-us/library/windows/hardware/ff557573(v=vs.85).aspx Download the WDK, WinDbg, and associated too 阅读全文

posted @ 2016-04-25 23:13 暖风的风 阅读(276) 评论(0) 推荐(0) 编辑

2016年4月24日

mini filter driver sql server

摘要: https://blogs.msdn.microsoft.com/sql_pfe_blog/2013/04/23/identifying-the-cause-of-sql-server-io-bottlenecks-using-xperf/ https://blogs.msdn.microsoft. 阅读全文

posted @ 2016-04-24 12:06 暖风的风 阅读(230) 评论(0) 推荐(0) 编辑

intercepting IO request

摘要: Introduction to File System Filters https://msdn.microsoft.com/en-us/library/windows/hardware/dn641617 Filter Manager and Minifilter Driver Architectu 阅读全文

posted @ 2016-04-24 00:22 暖风的风 阅读(145) 评论(0) 推荐(0) 编辑

2016年4月23日

I/O Completion Ports

摘要: http://weblogs.asp.net/kennykerr/parallel-programming-with-c-part-4-i-o-completion-ports http://weblogs.asp.net/kennykerr/parallel-programming-with-c- 阅读全文

posted @ 2016-04-23 20:52 暖风的风 阅读(214) 评论(0) 推荐(0) 编辑

2016年4月20日

java concurrency

摘要: Dealing with InterruptedExceptionhttp://www.ibm.com/developerworks/java/library/j-jtp05236/index.html Thread pools and work queues https://www.ibm.com 阅读全文

posted @ 2016-04-20 00:13 暖风的风 阅读(181) 评论(0) 推荐(0) 编辑

2016年4月19日

Generics Variance

摘要: http://research.microsoft.com/pubs/64031/designandimplementationofgenerics.pdf Variance and Generalized Constraints for C Generics http://research.mic 阅读全文

posted @ 2016-04-19 21:18 暖风的风 阅读(146) 评论(0) 推荐(0) 编辑

java jvm perf

摘要: http://www.oracle.com/technetwork/java/performance-138178.html http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140228.html http://www.ora 阅读全文

posted @ 2016-04-19 12:06 暖风的风 阅读(181) 评论(0) 推荐(0) 编辑

2016年4月14日

application , application pool., W3wp ,httpapplication, domain

摘要: Hosting and Consuming WCF Services https://msdn.microsoft.com/en-us/library/bb332338.aspx http://www.cnblogs.com/artech/archive/2007/09/13/891266.html 阅读全文

posted @ 2016-04-14 17:05 暖风的风 阅读(176) 评论(0) 推荐(0) 编辑

2016年4月10日

HDFS

摘要: http://hadoop.apache.org/docs/r1.0.4/hdfs_design.html http://zh.hortonworks.com/hadoop-tutorial http://blog.csdn.net/Androidlushangderen/article/categ 阅读全文

posted @ 2016-04-10 15:26 暖风的风 阅读(114) 评论(0) 推荐(0) 编辑

spark

摘要: http://spark.apache.org/docs/latest/index.html 阅读全文

posted @ 2016-04-10 15:18 暖风的风 阅读(137) 评论(0) 推荐(0) 编辑

2016年4月6日

Hive

摘要: http://zh.hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/ https://cwiki.apache.org/confluence/display/Hiv 阅读全文

posted @ 2016-04-06 23:08 暖风的风 阅读(152) 评论(0) 推荐(0) 编辑

container docker

摘要: https://azure.microsoft.com/en-us/documentation/articles/container-service-intro/ http://www.docker.org.cn/book/docker/docker-getting-started-14.html 阅读全文

posted @ 2016-04-06 21:14 暖风的风 阅读(152) 评论(0) 推荐(0) 编辑

Azure&& hdinsight

摘要: https://azure.microsoft.com/en-us/documentation/ https://azure.microsoft.com/en-us/documentation/services/hdinsight/ 阅读全文

posted @ 2016-04-06 19:42 暖风的风 阅读(157) 评论(0) 推荐(0) 编辑

导航