代码搜索:380
找到约 2,730 项符合「380」的源代码
代码结果 2,730
www.eeworm.com/read/394626/2455517
hex serial to parallel.hex
:10000000010275980075300175310275320475333F
:100010000875341075352075364075378078307A1C
:1000200008E6F5993099FDC299113008DAF380D2CB
:0D0030007F037EFF7DFFDDFEDEFADFF6229E
:00000001FF
www.eeworm.com/read/380639/2654713
dfm frmmain.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 380
Height = 200
Caption = #31616#21333#30340#22403#22334#33258#21160#22238#25910#31243#24207
Color = clBtnFace
Font.Charset = DE
www.eeworm.com/read/257771/4360760
dfm unit1.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 405
Height = 380
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/255923/4372168
dfm unit1.dfm
object Form1: TForm1
Left = 220
Top = 113
Width = 457
Height = 380
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/471289/6889235
h cash.h
// p380: file:cash.h
// 2007 06 25
#ifndef cash_h
#define cash_h
struct cash{
char cashname[20];
float conv_to_dollar;
double convert(long wait_for_convert);
};
#endif