代码搜索:Address
找到约 10,000 项符合「Address」的源代码
代码结果 10,000
www.eeworm.com/read/129125/14265697
java address.java
public class Address {
protected String firstName = "", lastName = "", email = "";
public String[] getLabels() {
String s[] = {
"First Name:", "Last Name:", "Email:"};
return s;
www.eeworm.com/read/128628/14285734
c address.c
#include
void main(void)
{
int count = 1;
float salary = 40000.0;
long distance = 1234567L;
printf("Address of count is %x\n", &count);
printf("Address of salary i
www.eeworm.com/read/128353/14303186
h address.h
/* address.h */
/* This head file include all address definition of DSP reading or writing perpheral*/
/*************************************************************
www.eeworm.com/read/127981/14322782
java address.java
import java.net.*;
public class Address {
public static void main(String[] args) {
try {
InetAddress me = InetAddress.getLocalHost();
System.out.println(me);
www.eeworm.com/read/127943/14326941
java address.java
//【代码19-2-5】
// Address.java
import java.io.*;
import java.net.*;
public class Address
{
public static void main(String[] args) throws IOException
{
if (args.length != 1)
{
www.eeworm.com/read/228930/14357561
h address.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1993-1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in
www.eeworm.com/read/228930/14357575
cc address.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1990-1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in
www.eeworm.com/read/228856/14359526
java address.java
package nestedtaglibs;
public class Address {
private String street1;
private String street2;
private String city;
private String province;
private String postalCode;
public Strin
www.eeworm.com/read/228856/14359546
class address.class
www.eeworm.com/read/126036/14450684