Welcome![Sign In][Sign Up]
Location:
Search - omf

Search list

[WinSock-NDIScutebomb_blink

Description: blink的最新版本是1.04,它可以混合连接16位和32位代码,可连接Vc++,Borland c++生成的.obj文件,还能混合连接OMF和COFF格式的.obj文件,将微软和Borland大统一^ ^。生成的bin文件短小精悍,而且可以指定bin放在内存什么地址执行.对于嵌入式开发需要的bin可执行文件十分有用。感谢cutebomb提交。-blink of 1.04 is the latest version, which can link mixed 16 - and 32-bit code, which will connect Vc, Borland c generated. Obj files, and mixed connectivity OMF and COFF format. Obj files, Microsoft and Borland reunification ^ ^. Bin documents generated short and pithy, but can specify what bin on the memory address implementation. For embedded developers need bin executable file is very useful. Thank cutebomb submitted.
Platform: | Size: 33606 | Author: 张小姐 | Hits:

[Other resourceOracle9i-OMF

Description: 在Oracle 9i数据库中,我们可以选择使用Oracle-Managed Files(OMF)来简化对Oracle 数据库文件的管理。使用OMF就不需要DBA 直接管理Oracle 数据库的操作系统文件-Oracle 9i database, we can choose to use Oracle-Managed Files (OMF) to simplify the right Orac le document database management. OMF does not need to use the direct management of Oracle DBA database operating system files
Platform: | Size: 8565 | Author: 叶子 | Hits:

[assembly languageasm_module

Description: 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,却在判断之前将程序指针保存在sp中了. else语句中的resume(&sp),该函数很狡猾将堆栈中的返回地址改变了,改到了sp所指出,即将程序指针改到了执行条件判断前.resume返回1,条件满足,执行if语句. save函数堆栈: eip ebp+8 s ebp+4 ebp ebp+0 resume函数堆栈与save的相同. 新建一个win32的工程,将unixc.cpp和unix.obj加入过程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.-the simulation UNIX save and resume function, and the VC on how to use the compiled class machines for the operation. main function is very simple to introduce the first two external function, extern "C" said C. named by the traditional habits. function pointer procedures will save preserved in (* s) and return 0, why are there if (save (
Platform: | Size: 6261 | Author: 摩尔 | Hits:

[Embeded-SCM Developomf

Description: 伪随机序列编码源程序-an encode program of pseudo-random sequence
Platform: | Size: 1494 | Author: 杨洋 | Hits:

[Other resourceasem5113

Description: 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 fixes For details see the ASEM-51 Release Notes.
Platform: | Size: 613664 | Author: wan mi | Hits:

[Other resourceasem51-1.3-ELF.tar

Description: 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 bug fixes For details see the ASEM-51 Release Notes.
Platform: | Size: 336006 | Author: wan mi | Hits:

[Embeded-SCM Developomf

Description: 伪随机序列编码源程序-an encode program of pseudo-random sequence
Platform: | Size: 1024 | Author: 杨洋 | Hits:

[Internet-Networkcutebomb_blink

Description: blink的最新版本是1.04,它可以混合连接16位和32位代码,可连接Vc++,Borland c++生成的.obj文件,还能混合连接OMF和COFF格式的.obj文件,将微软和Borland大统一^ ^。生成的bin文件短小精悍,而且可以指定bin放在内存什么地址执行.对于嵌入式开发需要的bin可执行文件十分有用。感谢cutebomb提交。-blink of 1.04 is the latest version, which can link mixed 16- and 32-bit code, which will connect Vc, Borland c generated. Obj files, and mixed connectivity OMF and COFF format. Obj files, Microsoft and Borland reunification ^ ^. Bin documents generated short and pithy, but can specify what bin on the memory address implementation. For embedded developers need bin executable file is very useful. Thank cutebomb submitted.
Platform: | Size: 33792 | Author: 张小姐 | Hits:

[OracleOracle9i-OMF

Description: 在Oracle 9i数据库中,我们可以选择使用Oracle-Managed Files(OMF)来简化对Oracle 数据库文件的管理。使用OMF就不需要DBA 直接管理Oracle 数据库的操作系统文件-Oracle 9i database, we can choose to use Oracle-Managed Files (OMF) to simplify the right Orac le document database management. OMF does not need to use the direct management of Oracle DBA database operating system files
Platform: | Size: 8192 | Author: 叶子 | Hits:

[assembly languageasm_module

Description: 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern "C"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,却在判断之前将程序指针保存在sp中了. else语句中的resume(&sp),该函数很狡猾将堆栈中的返回地址改变了,改到了sp所指出,即将程序指针改到了执行条件判断前.resume返回1,条件满足,执行if语句. save函数堆栈: eip ebp+8 s ebp+4 ebp ebp+0 resume函数堆栈与save的相同. 新建一个win32的工程,将unixc.cpp和unix.obj加入过程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.-the simulation UNIX save and resume function, and the VC on how to use the compiled class machines for the operation. main function is very simple to introduce the first two external function, extern "C" said C. named by the traditional habits. function pointer procedures will save preserved in (* s) and return 0, why are there if (save (
Platform: | Size: 6144 | Author: 摩尔 | Hits:

[SCMasem5113

Description: 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 fixes For details see the ASEM-51 Release Notes.
Platform: | Size: 613376 | Author: wan mi | Hits:

[Embeded Linuxasem51-1.3-ELF.tar

Description: 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 bug fixes For details see the ASEM-51 Release Notes.
Platform: | Size: 335872 | Author: wan mi | Hits:

[ARM-PowerPC-ColdFire-MIPSomf51

Description: trace32 用于POWERPC的调试软件,支持多种语言-trace32 for POWERPC debug software, support for multiple languages
Platform: | Size: 24576 | Author: shaofugao | Hits:

[File Formatomf

Description: 讲述的是Borland公司开发的一般编译器中生成的中间文件.obj的格式。-Companies on the development of the Borland compiler in the general middle-generated documents. Obj format.
Platform: | Size: 171008 | Author: 恒烨 | Hits:

[OtherOMF_DRV6

Description: IFIX的OMF驱动,通过三菱的FINSGATEWAY连接三菱PLC-IFIX the OMF-driven, connected through FINSGATEWAY Mitsubishi Mitsubishi PLC
Platform: | Size: 704512 | Author: tony.woo | Hits:

[source in ebookourdev_486937

Description: Delphi能不能开发Windows的驱动程序(这里的驱动程序当然不是指VxD了^_^)一直是广大Delphi fans关注的问题。姑且先不说能或者不能,我们先来看看用Delphi开发驱动程序需要解决哪些技术上问题。 Delphi的链接器是无法生成Windows内核模式程序的,因此用delphi无法直接生成驱动程序。M$的链接器是可以生成Windows内核模式程序的,那么是否可以用Delphi生成目标文件,然后用M$链接呢?要这么做必须要解决以下的问题: Delphi生成的目标文件是OMF格式的,而M$ link虽然声称支持OMF格式的目标文件,但基本无用。最好能将OMF格式转换成COFF格式,EliCZ大侠的OMF2D正好可以解决这个问题。解决了目标格式的问题,一切都OK了吗?远没这么简单。继续之前,让我们先来看一下著名的DDDK吧。 DDDK(Delphi Driver Development Kit)是The Hacker Defender Project team发布的一个用Delphi开发Windows驱动程序的工具包,目前最新版是0.0.4版。DDDK是将常用的驱动API用Delphi做了层包装放在DDDK单元中,就像下面这样:-Delphi research-driven development chapter
Platform: | Size: 1280000 | Author: YF | Hits:

[SCMOMF51

Description: 8051 object 文件的数据结构 (OMF文件)-8051 object file data structures (OMF files)
Platform: | Size: 22528 | Author: YuanDa | Hits:

[SCMobjdump

Description: objdump is a program for displaying various information about object files. Output a dump of OMF files.
Platform: | Size: 19456 | Author: nexo | Hits:

[Linux-Unixobjconv

Description: 用于linux efl与windows pe的转换edf pe conff omf macho互转带源码-edf pe conff omf macho
Platform: | Size: 672768 | Author: wolf1600 | Hits:

[OS programobjconv

Description: lib、obj格式轉換工具。 OMF.COFF等-Format transfer tool, transfers*.lib or*.obj format.
Platform: | Size: 707584 | Author: 楊瑜 | Hits:
« 12 »

CodeBus www.codebus.net