代码搜索:flat
找到约 6,984 项符合「flat」的源代码
代码结果 6,984
www.eeworm.com/read/233219/14163081
c exe2img.c
/* @FileName: Exe2Img.C
@Function: Convert a PE executable to a flat image file
@Author: Tary
@Date: 22:58 2007-8-24
@Priciple: PE文件由多个节构成, PE文件中的节叫RawData,
只要将它们重新放置到image文件的正确位置即可
www.eeworm.com/read/123480/14628738
frm frm_dcczgl.frm
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frm_dcczgl
Appearance = 0 'Flat
BackColor = &H0080C0FF&
BorderStyle
www.eeworm.com/read/38039/1092822
mnu igassemop.mnu
ASSEM#OPTS 装配选项
Flat 平整
All assembly geometry will be output into one file
输出全部组件几何形状到一个文件
One#Level 一级
The top level of external reference files will be output.
输出外部参考的顶层文件。
All#Levels 所有级别
The ent
www.eeworm.com/read/476610/1367752
sbk fields.sbk
.486
.model flat
extrn __fltused:near
extrn __ftol:near
_DATA segment
public _x
align 4
_x label byte
dd 1
db 2
db 3 dup (0)
db 03H
db 040H
db 2 dup (0)
db 050H
db 6
db 2 dup (0)
publ
www.eeworm.com/read/229812/4731559
makefile
#pmake: build flat register 32bit generic cgsupp iX86 dynamic os_dos os_qnx os_os2 os_nt os_nov os_linux cpu_386
#pmake: msdos qnx os2 winnt netware
processor = 386
convention = register
model
www.eeworm.com/read/229812/4731561
makefile
#pmake: build debug flat register 32bit generic cgsupp iX86 dynamic os_dos os_qnx os_os2 os_nt os_nov os_linux cpu_386
#pmake: msdos qnx os2 winnt netware
processor = 386
convention = register
www.eeworm.com/read/229812/4731566
makefile
#pmake: build flat stack 32bit generic cgsupp iX86 dynamic os_dos os_qnx os_os2 os_nt os_nov os_linux cpu_386
#pmake: msdos qnx os2 winnt netware
processor = 386
convention = stack
model
www.eeworm.com/read/229812/4734194
makefile
#pmake: build flat 32bit register inline msdos iX86 static os_nov os_dos os_os2 os_win os_nt cpu_386 os_qnx os_linux debug
processor = 387
model = mf
subdir = mf_r
system = msdos
www.eeworm.com/read/229812/4734250
makefile
#pmake: build flat 32bit register inline msdos iX86 static os_dos cpu_386 alias os_nt os_os2 os_win os_nov os_qnx os_linux
processor=387
model=mf
system=msdos
linkage=static
convention=register
www.eeworm.com/read/229812/4734264
makefile
#pmake: build flat 32bit register calls msdos iX86 static os_dos cpu_386 alias os_nt os_os2 os_win os_nov os_qnx os_linux
processor=386
model=mf
system=msdos
linkage=static
convention=register
!