代码搜索:BAKE
找到约 127 项符合「BAKE」的源代码
代码结果 127
www.eeworm.com/read/420117/10816093
ddp bake.ddp
www.eeworm.com/read/420117/10816100
dfm bake.dfm
object fbake: Tfbake
Left = 343
Top = 292
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
ClientHeight = 166
ClientWidth = 456
Color = clBtnFace
Font.Charset = ANSI_CHARSET
www.eeworm.com/read/420117/10816128
pas bake.pas
unit bake;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Mask, RzEdit, RzBtnEdt, IniFiles;
type
Tfbake = clas
www.eeworm.com/read/420117/10816152
dcu bake.dcu
www.eeworm.com/read/272756/10945741
dfm bake.dfm
object fbake: Tfbake
Left = 343
Top = 292
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
ClientHeight = 130
ClientWidth = 456
Color = clBtnFace
Font.Charset = ANSI_CHARSET
www.eeworm.com/read/272756/10945763
pas bake.pas
unit bake;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Mask, RzEdit, RzBtnEdt, IniFiles;
type
Tfbake = clas
www.eeworm.com/read/272756/10945780
dcu bake.dcu
www.eeworm.com/read/466214/7041150
f bake.f
www.eeworm.com/read/142950/12907180
s bake.s
AREA IQ,CODE,READONLY
EXPORT ARM_dequant_ChromaDC2_2
IMPORT udivide
IMPORT dequantcoeff
IMPORT dequant_chroma_data
www.eeworm.com/read/264418/11315847
bake makefile.bake
EXEC = app7
OBJS = s3c2410_app.o
SRC = s3c2410_app.c
CC = arm-linux-gcc
#LD = arm-linux-ld
CFLAGS += -O2 -Wall
LDFLAGS +=
all:$(EXEC)
$(EXEC):$(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS)