码迷,mamicode.com
首页 >  
搜索关键字:segment fault    ( 2532个结果
hdu 1558 Segment set【基础带权并查集+计算几何】
Segment set Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3599    Accepted Submission(s): 1346 Problem Description A segment and all ...
分类:其他好文   时间:2015-02-03 23:08:15    阅读次数:260
oracle 空表处理
oracle空表处理:1.动态生成给空表分配segment的命令:SQL>Select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0;2.在命令窗口右键‘标记’,复制生成的命令并执行...
分类:数据库   时间:2015-02-03 21:09:08    阅读次数:182
重温WCF之WCF抛出异常的处理SOAP Fault(十二)
1.(服务端)抛出和(客户端)捕获SOAP Fault当我们需要客户端获取到WCF服务端的抛出的异常的时候,使用FaultException类WCF类库在System.ServiceModel命名空间下提供了FaultException类。如果WCF服务抛出FaultException对象,WCF运...
分类:其他好文   时间:2015-02-03 21:01:01    阅读次数:183
CM3中数据传输对齐/非对齐方式
在CM3中,非对齐的数据传输只发生在常规的数据传送指令中,如LDR、LDRH、LDRSH。其他指令则不支持,包括:1.多个数据的加载、存储(LDM/STM)。2.堆栈操作PUSH、POP。3.互斥访问(LDREX/STREX)。如果非对齐会导致一个用法的FAULT。4.位带操作。因为只有LSB有效,...
分类:其他好文   时间:2015-02-03 18:51:37    阅读次数:205
BZOJ 3165 Heoi2013 Segment 线段树
题目大意:给定一个平面,多次插入一条线段,以及询问某个x值能截到的最大纵坐标 OTZ 一份详细的网址:http://hi.baidu.com/wyl8899/item/2deafd3a376ef2d46d15e998 注意细节 #include #include #include #include #include #define M 100100 #define EPS 1e-...
分类:其他好文   时间:2015-02-03 13:13:42    阅读次数:134
[转载]x86 的 TSS 任务切换机制
segment descriptors 构建保护模式下的最基本、最根本的执行环境。system descriptors 则构建保护模式下的核心组件:1、TSS descriptor 提供硬件级的进程切换机制 2、LDT descriptor 供进程使用多个 descriptor 3、Gate des...
分类:其他好文   时间:2015-02-02 17:55:23    阅读次数:197
[转载]gate 的用法
1、gate descriptor 的 selector 给出目标代码的 code segment descriptor2、由目标代码 code segment descriptor 的 base address 得出代码的 base3、这个 base 加上 gate descriptor 的 of...
分类:其他好文   时间:2015-02-02 17:54:37    阅读次数:155
[转载]堆栈的切换
操作系统必须至少建立一个TSS,4个权限级别的堆栈结构(stack segment selector及stack pointer)必须被定义。一、 堆栈及栈指针的权限级别:★ 3 级:stack selector及stack pointer存储在SS寄存器及 ESP 寄存器中★ 0、1及2级:相应的...
分类:其他好文   时间:2015-02-02 17:37:33    阅读次数:225
【转载】[完整]Automatic Audio Segmentation: Segment Boundary and Structure Detection in Popular Music
【转载】[完整]Automatic Audio Segmentation: Segment Boundary and Structure Detection in Popular Music
分类:其他好文   时间:2015-02-02 17:24:32    阅读次数:299
[转载]x86控制转移及相关的权限检查
■ 数据访问时的权限check 一、 访问data segment时(ds、es、fs 及gs)1、 程序指令要访问数据时,data segment selector 被加载进 data segment register(ds、es、fs 和 gs)前,处理器会进行一系列的权限检查,通过了才能被加载...
分类:其他好文   时间:2015-02-02 17:22:58    阅读次数:138
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!