码迷,mamicode.com
首页 >  
搜索关键字:segmentation fault    ( 648个结果
oops call trace 解析
CallTrace:[221.634988][]?kmld_pte_lookup+0x17/0x60[221.635016][]?kmld_fault+0x94/0xf0[221.635051][]?kmld_pte_lookup+0x17/0x60[221.635079][]kmld_fault+...
分类:其他好文   时间:2015-07-10 12:42:09    阅读次数:97
OpenCV 源码中分水岭算法 watershed 函数源码注解
为了研究分水岭算法,阅读了OpenCV 2.4.9 中watershed函数的源码实现部分,代码位于 opencv\sources\modules\imgproc\src\segmentation.cpp 文件中。先贴出加了注解的代码,以后补充对分水岭算法的解释。#include "precomp.hpp"/**********************************************...
分类:编程语言   时间:2015-07-07 22:51:38    阅读次数:675
Chinese Segmentation Introduction
1. Chinese Segmentation Introduction最近两天系统的研究了一下中文分词算法,在这里做个简单的总结。中文分词可以分为(1)基于词典的分词 和(2)非基于词典的分词。 基于词典的分词包括: * MMSEG * Forward/Backward matching * 最小切分非基于词典的分词主要是通过统计学计算概率的方法进行中文分词,例如CRF, is p...
分类:其他好文   时间:2015-07-06 16:06:51    阅读次数:242
ideviceinstaller报Segmentation fault: 11错误解决过程
背景:今天在另外一台电脑上安装appium,这台电脑是别人用过的,上面已经装了很多工具,遇到了ideviceinstaller报错的问题,搞了几乎一天,记录一下解决的过程。由于ideviceinstaller是appium 1.4 ios自动化的必备工具,于是用brew install idevic...
分类:其他好文   时间:2015-07-02 20:53:19    阅读次数:306
IAR EWAR 内联汇编 调用外部函数 Error[Og005], Error[Og006]
How do I call a C function in another module from inline assembler in IAR EWARM?I have a bit of assembly in a hard fault handler.The assembly is basic...
分类:其他好文   时间:2015-07-01 11:56:11    阅读次数:276
gdb
gdb附加子进程在崩溃时获取信息:编译时 -g 不要-OX优化ps得到进程idgdb att pidgdb:Program received signal SIGSEGV, Segmentation fault.[Switching to Thread 0x400e8000 (LWP 2734)]_...
分类:数据库   时间:2015-06-27 15:58:39    阅读次数:210
【音乐分享】Let Me Go
LET ME GO Breathe it in Hold my breath I don’t have the heart To live without it It’s my fault It’s your fault If you don’t give a damn Forget about it I won’t call it bad You know I wante...
分类:其他好文   时间:2015-06-26 22:30:22    阅读次数:166
How to decide on the correct number of clusters?
Determining the number of clusters/segments in hierarchical clustering/segmentation algorithms由于unique函数在这里找矩阵不同元素的时不能有效得到,所以自己编了小程序实现。Matlab codeL:cl...
分类:其他好文   时间:2015-06-25 00:03:48    阅读次数:158
cvpr2015总结
CNNHypercolumns for Object Segmentation and Fine-Grained LocalizationBharath Hariharan, Pablo Arbeláez, Ross Girshick, Jitendra MalikImproving Object ...
分类:其他好文   时间:2015-06-22 08:43:46    阅读次数:2008
Program terminated with signal 11, Segmentation fault.
今天写程序遇到一个问题:Program terminated with signal 11, Segmentation fault. gdb 调试现象如下: warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff1b1fc000 Core was generated by...
分类:其他好文   时间:2015-06-16 16:52:51    阅读次数:332
648条   上一页 1 ... 47 48 49 50 51 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!