代码搜索:Address
找到约 10,000 项符合「Address」的源代码
代码结果 10,000
www.eeworm.com/read/254179/12156498
c address.c
#include
#include
#include
#include
#include
struct address
{
char name[20];
char tel[20];
char email[30];
char relations[15];
st
www.eeworm.com/read/340240/12171177
dcu address.dcu
www.eeworm.com/read/340240/12171186
pas address.pas
unit address;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Psock, NMHttp, StdCtrls, ComCtrls;
type
TForm1 = class(TForm)
Label1: TLab
www.eeworm.com/read/340240/12171189
~pas address.~pas
unit address;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Psock, NMHttp, StdCtrls, ComCtrls;
type
TForm1 = class(TForm)
Label1: TLab
www.eeworm.com/read/340240/12171191
dfm address.dfm
object Form1: TForm1
Left = 275
Top = 292
Width = 315
Height = 152
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/340240/12171195
~dfm address.~dfm
object Form1: TForm1
Left = 247
Top = 311
Width = 315
Height = 152
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/151733/12178549
class address.class
www.eeworm.com/read/151733/12178558
java address.java
package test;
import java.io.*;
public class Address implements Serializable
{
private String country;
private String city;
private String street;
public Address(String country,String