码迷,mamicode.com
首页 >  
搜索关键字:golden gate    ( 1159个结果
[转载]long mode 模式下 system/gate descriptor 的疑惑
1、 32 位的 system descriptor 与 64 位的 system descriptor(1)compatibility 模式下,LDT / TSS descriptor 还是原来的 32 位的 descriptor,与原来 x86 的 LDT / TSS 意义一致。 (2)64 b...
分类:其他好文   时间:2015-01-29 19:21:44    阅读次数:100
[转载]使用 int n 调用系统例程
IDT(Interrupt Descriptor Table)仅能存放 interrupt-gate、trap-gate 和 task-gate。指令: int 0x80 ----------------------------------- 0x80 是 vector (中断向量号) ...
分类:其他好文   时间:2015-01-29 19:17:54    阅读次数:145
[转载]通过 call gate 访问目标 code segment
直接 call / jmp 目标 code segment 不能改变当前的 CPL,若要 call / jmp 高权限的 code segment 必须使用 call gate,在 x86 下还要可以 call / jmp TSS descriptor 或者 call / jmp task gate...
分类:其他好文   时间:2015-01-29 19:09:58    阅读次数:168
[转载]使用 task gate 进行任务切换
指令: call 0x20:00000000 jmp 0x20:00000000 -----------------------------------selector 0x20 是个 task gate 的 selector 这里使用 task gate 任务切换与使用 TSS selec...
分类:其他好文   时间:2015-01-29 19:09:38    阅读次数:136
[转载]long mode 模式下的中断服务例程
在 long mode 下,gate 是 16 字节的,并取消了对 task gate 的支持。即 IDT 的 entry 是 16 字节的,所以:gate = IDTR.base + vector * 16。 在 long mode 下,code segment descriptor 的 L、D....
分类:其他好文   时间:2015-01-29 18:59:28    阅读次数:287
ANTS Performance Profiler 8:支持对Web请求、异步代码和WinRT的性能剖析
下载与激活:http://download.csdn.net/detail/lone112/6734291离线激活位于英国的Red Gate Software有限公司最近发布了ANTS Performance Profiler 8 Beta,支持对Web请求、异步代码和Windows商店应用的性能剖...
分类:Windows程序   时间:2015-01-22 19:56:38    阅读次数:264
BZOJ1272: [BeiJingWc2008]Gate Of Babylon
题解:多重集合的组合数?还是0-m?有些元素有个数限制?多重集合的组合数可以插板法,0-m直接利用组合数的公式一遍求出来,个数限制注意到只有15个,那我们就暴力容斥了AC了真舒畅。。注意开long long 1 ll n,m,a[20],k,p,ans,fac[maxn],inv[maxn]; 2 ...
分类:其他好文   时间:2015-01-20 13:40:55    阅读次数:157
如何免费获取外文资料
全文免费数据库 l DOAJ:     http://www.doaj.org/ l Open J-Gate:   http://www.openj-gate.com/ l FreeFullText:   http://www.freefulltext.com/ l Oaister:    http://www.oaister.org l arXiv:   http://cn.arxiv...
分类:其他好文   时间:2015-01-06 13:52:02    阅读次数:170
Autodesk.Feature.Pack.for.Factory.Design.Suite.v2015 1DVD
Proficy HMI SCADA - iFIX 4.0\Thermoanalytics RadTherm 11.1.1 X32X64\293\Golden.Software.Surfer.v11.0.642.x86.x64.zipAutodesk AutoCAD LT 2015 SP2\Bentl...
分类:其他好文   时间:2015-01-06 13:24:50    阅读次数:445
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!