码迷,mamicode.com
首页 >  
搜索关键字:asm move    ( 7986个结果
Oracle 11g安装GI后,运行roothas.pl脚本报错libcap.so.1找不到
环境:RHEL6.4 + Oracle 11.2.0.3问题:需求是文件系统迁移到ASM,在安装GI后,运行roothas.pl脚本报错1.运行root.sh后,按提示运行roothas.pl报错:[root@JY-DB mnt]# /u01/app/11.2.0/grid/crs/install/...
分类:数据库   时间:2014-07-22 22:50:57    阅读次数:380
LeetCode "Merge Sorted Array"
My first reaction: move all A elements back by n positions, and start everything from A[0] and B[0]. But a smarter idea is to start everything from th...
分类:其他好文   时间:2014-07-22 00:35:36    阅读次数:189
Where You Can Move Things Out Of The Bag
Chanel brand is taking the high road, stylish simplicity, simple and comfortable, pure style. "Fashion passes, style remains" still the guiding force ...
分类:其他好文   时间:2014-07-22 00:27:37    阅读次数:268
Understanding and Selecting a SIEM/LM: Correlation and Alerting
Continuing our discussion of core SIEM and Log Management technology, we now move into event correlation. This capability was the holy grail that drov...
分类:其他好文   时间:2014-07-21 08:22:47    阅读次数:316
CodeForces 230A Dragons
Kirito is stuck on a level of the MMORPG he is playing now. To move on in the game, he's got to defeat allndragons that live on this level. Kirito and...
分类:其他好文   时间:2014-07-19 22:20:17    阅读次数:289
博弈论 Sprague-Grundy函数 ——转
Nim游戏是组合游戏(Combinatorial Games)的一种,准确来说,属于“Impartial Combinatorial Games”(以下简称ICG)。满足以下条件的游戏是ICG(可能不太严谨):1、有两名选手;2、两名选手交替对游戏进行移动(move),每次一步,选手可以在(一般而言...
分类:其他好文   时间:2014-07-19 11:34:18    阅读次数:258
【足迹C++primer】47、Moving Objects(2)
Moving Objects(2) Rvalue References and Member Functions StrVec.h #ifndef STRVEC_H #define STRVEC_H #include #include #include // simplified implementation of the memory allocation strateg...
分类:编程语言   时间:2014-07-19 11:15:04    阅读次数:239
assembler and link
链接错误: a subsystem can't be inferred and must be defined必须指定一个子系统。 Q:为什么? A:暂时不知道。改天看文档,弄明白。编译:ml/c/coffxx.asm链接:link/subsytem:windowsxx.obj
分类:其他好文   时间:2014-07-19 08:29:49    阅读次数:185
汇编入门学习笔记 (十一)—— 内中段
疯狂的暑假学习之 汇编入门学习笔记 (十一)—— 内中段 参考: 《汇编语言》 王爽 第12章 中断是指CPU在执行完当前指令后收到某种信息(中断信息),就不在接向下执行,而去对接收到的信息进行处理。中断信息又可以来自CPU内部和外部,分内中断,外中断。 1. 内中断的产生 下面4中情况会产生内中断: (1)除法错误。如:div除法溢出 (2)单步执行。如debug中的单步调试 (3)执行into指令。 (4)执行int指令...
分类:其他好文   时间:2014-07-19 02:28:05    阅读次数:253
汇编入门学习笔记 (十)—— 标志寄存器
疯狂的暑假学习之 汇编入门学习笔记 (十)—— 标志寄存器 参考: 《汇编语言》 王爽 第11章 CPU内部有一种特殊的寄存器叫标志寄存器(flag),它与ax,bx,cx等其他寄存器不同,它不是用来存放数据的,而是用来存放状态的。flag寄存器是按位器作用的,即只有0和1。...
分类:其他好文   时间:2014-07-19 02:14:55    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!