看一个coredump例子:
看一个coredump例子:
Core was generated by `./xuzhina_dump_c07_s2_ex'.
Program terminated with signal 11, Segmentation fault.
#0 0x0285b9b7 in std::_List_node_base::hook(std::_List_node_b...
分类:
系统相关 时间:
2015-04-26 00:02:28
阅读次数:
301
iOS开发报错 clang: error: unable to execute command: Segmentation fault: 11...
分类:
移动开发 时间:
2015-04-17 18:18:25
阅读次数:
331
We studied a very powerful approach for customer segmentation inthe previous post, which is based on the customer’s lifecycle. We used two metrics:fre...
分类:
其他好文 时间:
2015-04-03 17:16:53
阅读次数:
127
I want to share a very powerful approach for customer segmentation in this post. It is based on customer’s lifecycle, specifically onfrequencyandrecen...
分类:
其他好文 时间:
2015-04-03 16:58:40
阅读次数:
305
This is the third post aboutLifeCycle Grids. You can find the first post about the sense of LifeCycle Grids and A-Z process for creating and visualizi...
分类:
其他好文 时间:
2015-04-03 16:54:47
阅读次数:
283
上一篇我们大概聊了如何写一个简单的字符设备驱动,我们不是神,写代码肯定会出现问题,我们需要在编写代码的过程中不断调试。在普通的c应用程序中,我们经常使用printf来输出信息,或者使用gdb来调试程序,那么驱动程序如何调试呢?我们知道在调试程序时经常遇到的问题就是野指针或者数组越界带来的问题,在应用程序中运行这种程序就会报segmentation fault的错误,而由于驱动程序的特殊性,出现此类...
分类:
系统相关 时间:
2015-04-02 07:57:33
阅读次数:
416
The segmentation and paging mechanisms provide in the support a wide variety of approaches to memorymanagement. When segmentation and paging are combi...
分类:
移动开发 时间:
2015-03-11 23:25:14
阅读次数:
188
提到关联规则算法,一般会想到Apriori或者FP,一般很少有想到HotSpot的,这个算法不知道是应用少还是我查资料的手段太low了,在网上只找到很少的内容,这篇http://wiki.pentaho.com/display/DATAMINING/HotSpot+Segmentation-Profiling ,大概分析了一点,其他好像就没怎么看到了。比较好用的算法类软件,如weka,其里面已经包...
分类:
编程语言 时间:
2015-03-10 19:22:52
阅读次数:
202
图像分割是图像处理中的一个基础课题范围,本文简要介绍一种比较好的图像分割算法:Efficient Graph-Based Image Segmentation 论文出处:http://cs.brown.edu/~pff/papers/seg-ijcv.pdf代码实现:Matlab http://ww...
分类:
编程语言 时间:
2015-03-07 13:47:49
阅读次数:
221
使用 bochs 可以很容易很直观地观察调试系统。下面选取一个 xp 启动的实际片断,如下: sregcs:s=0x001b, dl=0x0000ffff, dh=0x00cffa00, valid=1ds:s=0x0023, dl=0x0000ffff, dl=0x00cff300, va...