搜索:OMF
找到约 4 项符合「OMF」的查询结果
结果 4
https://www.eeworm.com/dl/681/165210.html
Oracle数据库
在Oracle 9i数据库中
在Oracle 9i数据库中,我们可以选择使用Oracle-Managed Files(OMF)来简化对Oracle 数据库文件的管理。使用OMF就不需要DBA 直接管理Oracle 数据库的操作系统文件
https://www.eeworm.com/dl/648/320007.html
单片机开发
Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramaticall
Free 8051 asm compiler for win
new host platforms: Win32 and Linux
macro processing
dramatically improved conditional assembly
output in Intel-HEX or OMF-51 format
37 new MCU files
documentation in both ASCII and HTML format
numberless small extensions and improvements
bug ...
https://www.eeworm.com/dl/653/320009.html
嵌入式Linux
Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatica
Free 8051 asm compiler for linux
new host platforms: Win32 and Linux
macro processing
dramatically improved conditional assembly
output in Intel-HEX or OMF-51 format
37 new MCU files
documentation in both ASCII and HTML format
numberless small extensions and improvements
b ...
https://www.eeworm.com/dl/644/195199.html
汇编语言
该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern "C"表示按传统C命名习惯.函数save将程序指针保存在
该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作.
主函数很简单首先引入两个外部函数,extern "C"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有
if(save(&sp)){...}
if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX ...