代码搜索:person
找到约 10,000 项符合「person」的源代码
代码结果 10,000
www.eeworm.com/read/391718/8388955
mdb person.mdb
www.eeworm.com/read/192187/8400300
txt person.txt
1 行政人员 沈气生 男
25 20060606 20060606
地级 高级 中共党员 博士 广东佛山 85582334
2 教师 李克勤 男
45 20060303 20060303
科级 中级 中共党员 大学 香港九龙 12345678
3 教师 周节伦 男
25 20010101 20010101
无 无 群众 小学 新家波 87456123
4 临时工 杨千
www.eeworm.com/read/291646/8405947
java person.java
public final class Person {
private final String name;
private final String address;
public Person(String name, String address) {
this.name = name;
this.address = addr
www.eeworm.com/read/291310/8425965
java person.java
package cn.mldn.lxh.note.vo ;
public class Person
{
private String id ;
private String name ;
private String password ;
public void setId(String id)
{
this.id = id ;
}
public vo
www.eeworm.com/read/191613/8426755
cpp person.cpp
// Programming with C++ by John R. Hubbard
// Copyright McGraw-Hill 2000
// Example 12.3, page 274-5
// Composing the Date Class with the Person Class
#include
using namespace std;
#includ
www.eeworm.com/read/191613/8426905
h person.h
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill 2000
// Person.h
// Interface and implementation for a Person class
#include
#include
#inc
www.eeworm.com/read/391034/8427280
bmp person.bmp
www.eeworm.com/read/422370/8436695
rar person.rar
www.eeworm.com/read/289162/8571234
gif person.gif
www.eeworm.com/read/432433/8605237
java person.java
// Person.java - Chapter 16 version.
// Copyright 2000 by Jacquie Barker - all rights reserved.
// A MODEL class.
package Persons;
// We are making this class abstract because we do not wish