TIM4是一个8位通用定时器,TIM4工作时,其计数器从0开始向上计数,计数到TIM4_ARR寄存器中设置的值时,计数器从新从0开始计数,同时产生一个计数器溢出事件。程序实例void main(void){ InitLED(); InitTIM4(); asm("ris"); TIM4_CR1 |....
分类:
其他好文 时间:
2015-07-14 05:59:37
阅读次数:
190
转载自http://www.iteye.com/topic/98178一、Java ClassLoader1,什么是ClassLoader与 C 或 C++ 编写的程序不同,Java 程序并不是一个可执行文件,而是由许多独立的类文件组成,每一个文件对应于一个 Java 类。此外,这些类文件并非立即全...
分类:
编程语言 时间:
2015-07-11 20:10:57
阅读次数:
208
170.ASM supports all but which of the following file types? (Choose all that apply.)
A. Database files
B. Spfiles
C. Redo-log files
D. Archived log files
E. RMAN backup sets
F. Password files
G...
分类:
其他好文 时间:
2015-07-10 13:36:26
阅读次数:
140
Optimal Flexible Architecture完全实现OFA至少需要三个文件系统位于不同的物理设备上,这些物理设备本身没有做条带或镜像。如果这些物理设备要做冗余与吞吐,建议使用一些存储相关的概念与东西,例如:lvm,raid,asm之类的存储技术手段来保障。OFA帮助识别oracle_b...
分类:
数据库 时间:
2015-07-10 13:10:07
阅读次数:
141
完成一个简单的时间片轮转多道程序内核代码重要汇编代码分析 asm volatile(
"movl %1,%%esp\n\t"
"pushl %1\n\t"
"pushl %0\n\t"
"ret\n\t"
"popl %%ebp\n\t"
:
: "c" (task[pid]...
分类:
其他好文 时间:
2015-07-10 11:24:50
阅读次数:
131
【翻译自mos文章】当指定asm disk 为FRA时,11.2.0.3的dbua hang住...
分类:
数据库 时间:
2015-07-10 08:11:16
阅读次数:
224
C#可不可以嵌入汇编 可以 在我眼中C#作为一个介于中上层语言是不可能不可以
置入汇编代码的 为什么会被我认为中上层语言呢 从C#保留指针就可以看出 我知
道有很多人一定不会相信C#可以使用汇编代码 不过C#会比较麻烦C#不可以直接
内联汇编(inline-hook)准确的说C#只可以使用(auto-asm)动态汇编 这种技术不是
C#独有的 易语言、VB、C++ 三种语言都可以 不过动态...
文档ID1528148.1Appliesto:OracleDatabase-StandardEdition-Version10.2.0.1to12.1.0.2[Release10.2to12.1]Informationinthisdocumentappliestoanyplatform.GoalThepresentdocumentprovidesanexampleabouthowtosetup/configure
partitionedLinuxblockdevicesusingudev(non-ASML..
分类:
系统相关 时间:
2015-07-06 00:11:56
阅读次数:
249
(文档ID602952.1)Appliesto:OracleDatabase-EnterpriseEdition-Version10.1.0.2to12.1.0.2[Release10.1to12.1]Linuxx86Linuxx86-64LinuxItanium***Checkedforrelevanceon08-Oct-2013***GoalThepresentdocumentprovidesanexampleabouthowtosetupASM&ASMLIBdisksusingMapperM..
分类:
移动开发 时间:
2015-07-06 00:11:39
阅读次数:
1204
loopnz 循环条件是 ?寄存器cx????!=0 ? ?标志位ZF !=1 int?main(){
?int?x?=?4;
__asm
{
mov?????????eax,?[x];
mov?cx,?99d;
mov?ebx,?10d;
next1:
cmp?eax,?ebx...
分类:
其他好文 时间:
2015-07-03 20:46:56
阅读次数:
198