码迷,mamicode.com
首页 >  
搜索关键字:asm move    ( 7986个结果
字符串移动,字符串为*号和26个字母的任意组合,把*都移动到最左侧,字母移动到右侧,顺序不变
#include #include #include #include #define MAX 256void move_stars(char* str) { int len = strlen(str) - 1; char* p = str + len; char* ...
分类:移动开发   时间:2014-07-16 19:15:02    阅读次数:200
cglib源码分析1 ----- 缓存和KEY
cglib是一个java 字节码的生成工具,它是对asm的进一步封装,提供了一系列class generator。研究cglib主要是因为它也提供了动态代理功能,这点和jdk的动态代理类似。一、 Cache的创建 与jdk动态代理一样,cglib也提供了缓存来提高系统的性能,对于已经生成的类,...
分类:其他好文   时间:2014-07-16 19:00:32    阅读次数:390
UVA Don't Get Rooked
题目如下:  Don't Get Rooked  In chess, the rook is a piece that can move any number of squaresvertically or horizontally. In this problem we will consider smallchess boards (at most ...
分类:其他好文   时间:2014-07-16 10:16:07    阅读次数:254
【翻译自mos文章】回收 asm磁盘空间的方法
回收 asm磁盘空间的方法...
分类:其他好文   时间:2014-07-15 22:20:51    阅读次数:242
【翻译自mos文章】使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法
使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法...
分类:其他好文   时间:2014-07-15 12:35:52    阅读次数:271
【翻译自mos文章】注意: ASMB process exiting due to lack of ASM file activity
注意: ASMB process exiting due to lack of ASM file activity...
分类:其他好文   时间:2014-07-15 12:35:16    阅读次数:239
【翻译自mos文章】asm 归档路径满了
asm 归档路径满了...
分类:其他好文   时间:2014-07-15 10:34:40    阅读次数:195
/proc/cpuinfo
arch/arm/include/asm/cputype.h arch/arm/kernel/setup.c 1. read_cpuid_id(CPUID_ID) #define read_cpuid(reg)                                                         ({...
分类:其他好文   时间:2014-07-15 10:31:21    阅读次数:552
【翻译自mos文章】使用asm来部署 超大数据库(10TB到PB 范围)--针对oracle 10G
使用asm来部署 超大数据库(10TB到PB 范围)--针对oracle 10G...
分类:数据库   时间:2014-07-15 10:13:03    阅读次数:296
Maste Note for OCR / Vote disk Maintenance Operations (ADD/REMOVE/REPLACE/MOVE)
Doc ID 428681.1Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document applies to any platform.GoalThe goal of this note i...
分类:其他好文   时间:2014-07-14 18:12:01    阅读次数:343
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!