码迷,mamicode.com
首页 >  
搜索关键字:asm move    ( 7986个结果
配置MyBatis
创建WebProject之后先把mybatis-3.2.2.zip里的mybatis-3.2.2.jar包和lib里的asm-3.3.1.jar、cglib-2.2.2.jar、commons-logging-1.1.1.jar、javassist-3.17.1-GA.jar、log4j-1.2.1...
分类:其他好文   时间:2014-11-22 10:26:59    阅读次数:350
BASM遵循的规则
任何情况下,在寄存器的使用上,BASM遵循如下的规则:? ASM 语句执行过程中,必须保存EDI、ESI、ESP、EBP、EBX 的值(5个寄存器,意思是可以用,但最后得恢复成原模原样)。? ASM 语句可以任意使用EAX、ECX、EDX(三个参数寄存器,也许是编译器提前帮我们存放了三个寄存器的值,...
分类:其他好文   时间:2014-11-21 23:10:02    阅读次数:276
【2014-11-21】《The Hardware/Software Interface》– Section 1
There are a fixed number of registers in the CPU Registers hold data Data move from Memory to Registers Results move from Registers back to Memory The...
分类:其他好文   时间:2014-11-21 23:08:48    阅读次数:245
HOJ 1797 Red and Black (DFS)
链接:点击打开链接 There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adjacent til...
分类:其他好文   时间:2014-11-21 16:19:59    阅读次数:150
Tic Tac Toe
ProblemN*N matrix is given with input red or black.You can move horizontally, vertically or diagonally. If 3 consecutive samecolor found, that color w...
分类:其他好文   时间:2014-11-21 06:56:50    阅读次数:291
wcf跟wpf的区别
摘要:WCF,你就先把它想成WebService的下一代也没什么问题。WCF为WindowsCommunicationFoundation,是Microsoft为构建面向服务的应用提供的分布式通信编程框架,是.NETFramework3.5的重要组成部分。从功能的角度来看,WCF完全可以看作是ASM...
分类:Windows程序   时间:2014-11-20 18:40:28    阅读次数:486
LeetCode——Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is trying to reach the ...
分类:其他好文   时间:2014-11-20 15:27:40    阅读次数:167
Unique Paths
Dynamic ProgrammingA robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or ...
分类:其他好文   时间:2014-11-20 14:57:16    阅读次数:196
ORACLE ASM - alias directory
oracle元数据的第2个au的第6个数据块上保存了aliasdirectory的au指针,可以通过x$kffxp查询,SELECT number_kffxpfile#, disk_kffxpdisk#, AU_KFFXPAU_num, SIZE_KFFXPas"nummberofau" FROMx$kffxp WHEREgroup_kffxp=1 ANDdisk_kffxp<>65534 10ANDnumber_kffxp=6 11/ FI..
分类:数据库   时间:2014-11-20 12:13:02    阅读次数:307
Triangle
题目描述: Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the following triangle [ [2], ...
分类:其他好文   时间:2014-11-20 12:03:48    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!