码迷,mamicode.com
首页 >  
搜索关键字:segmentation fault (11)    ( 648个结果
C语言 segment fault
Segmentation fault is a specific kind of error caused by accessing memory that “does not belong to you.” It’s a helper mechanism that keeps you from c...
分类:编程语言   时间:2016-01-25 19:12:26    阅读次数:268
计算机视觉与模式识别代码合集第二版two
TopicNameReferencecodeImage SegmentationSegmentation by Minimum Code LengthAY Yang, J. Wright, S. Shankar Sastry, Y. Ma , Unsupervised Segmentation of...
分类:其他好文   时间:2016-01-24 15:40:35    阅读次数:187
机器学习公开课笔记(8):k-means聚类和PCA降维
K-Means算法非监督式学习对一组无标签的数据试图发现其内在的结构,主要用途包括:市场划分(Market Segmentation)社交网络分析(Social Network Analysis)管理计算机集群(Organize Computer Clusters)天文学数据分析(Astronomi...
分类:其他好文   时间:2016-01-20 22:12:07    阅读次数:844
ubuntu segmentation fault 段错误
1.段错误 http://www.cnblogs.com/panfeng412/archive/2011/11/06/2237857.html2.段错误的调试方法 2.1使用printf输出信息 2.2使用gcc和gdb 2.3使用core文件和gdb……
分类:系统相关   时间:2016-01-19 14:23:59    阅读次数:235
segv & mini coredump
1. mini coredump a. segv http://zh.scribd.com/doc/3726406/Crash-N-Burn-Writing-Linux-application-fault-handlers https://github.com/gby/libcrash b./pr....
分类:其他好文   时间:2016-01-16 01:11:22    阅读次数:303
Residual Networks <2015 ICCV, ImageNet 图像分类Top1>
本文介绍一下2015 ImageNet中分类任务的冠军——MSRA何凯明团队的Residual Networks。实际上,MSRA是今年Imagenet的大赢家,不单在分类任务,MSRA还用residual networks赢了 ImageNet的detection, localization, 以及COCO数据集上的detection和segmentation, 那本文就简单分析下Residual...
分类:Web程序   时间:2016-01-15 01:15:06    阅读次数:739
MIT 6.828 xv6/jos LAB3-PARTB
这一部分是希望能够处理页错误、断点和系统调用处理系统页错误在发生了page fault之后,进入到系统中断中,然后经过_alltraps,进入到trap,再经过trap_dispatch分发,应该对中断类型为T_PGFLT的中断进行处理当然,页错误也有内核页错误和用户页错误处理断点在JOS中,断点中...
分类:其他好文   时间:2016-01-06 15:27:23    阅读次数:179
Let it crash philosophy part II
Designing fault tolerant systems is extremely difficult. You can try to anticipate and reason about all of the things that can go wrong with your soft...
分类:其他好文   时间:2015-12-30 19:13:41    阅读次数:183
mooseFS学习篇
官方网站:http://www.moosefs.org/About MooseFSMooseFS is a fault tolerant, network distributed file system. It spreads data over several physical servers w...
分类:其他好文   时间:2015-12-27 12:07:39    阅读次数:154
Daily Scrum 12/24/2015
Process:Zhaoyang: Some UI change and compile the Caffe in the IOS.Yandong: Do some code integration and the main work is the event segmentation.Fuchen...
分类:其他好文   时间:2015-12-25 10:05:37    阅读次数:132
648条   上一页 1 ... 41 42 43 44 45 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!