搜索资源列表
hm5
- 学生对象操作 输入8个学生给一个学生数组赋值,每个学生属性有:学号、姓名、性别、年龄、籍贯; (1)将学生按学号排序输出; (2)给所有学生年龄加1: (3)分别统计“男”、“女”生人数-students operation targeting the importation of eight students to an array of students assigned each student attributes are : Science, names, ge
xueshengguanlixitong
- 这是一个学生信息管理系统 可以输入学生的姓名 年级 年龄 性别等信息 来统计学生的情况 包含了源代码-This is a student information management system can enter the names of the students age, gender and other information to senior students in the case of statistics contains the code
HIbernate
- 一个用struts1.3 hibernate3.2 做的考试系统 实现功能 有老师登录和学员登录 老师登录时候 有用户管理(对学员进行添加 删除 修改 查询(班级 学号 姓名 性别) 还有分页) 班级管理(添加 修改 删除 查询 分页) 试卷管理(添加 修改 删除 查询 分页) 题库管理 (单选(添加 删除 查看 高级查询 分页) 多选(添加 删除 查看 高级查询 分页-To do with struts1.3 hibernate3.2 a test sys
checkuser
- 验证用户信息,电子邮件,地址是否合法 身份证验证,性别验证..... 支持[数据导入](导入格式用空格或逗号或竖线|分割字段),并验证导入数据 firefox\ie测试通过。-Validate the user information, e-mail, address, ID card to verify the legality, gender verification ..... Supporting [Data Import] (Import format by a space
MobileApplication1
- 班级管理系统,学生信息:姓名,学号,性别-Class management system, student information: name, student number, gender
5070309479_3
- Java的面向对象要素 1. 公司员工信息 利用继承,多态性等Java语言特性为某公司编写一个通用程序,用来管理和统计该公司员工的信息: 1) 定义基类和不同级别(高级、中级和普通)的员工类 2) 定义基本的数据成员:级别(level)、性别(gender)、年龄(age)、工龄(seniority)、起薪(starting salary)、工作日(Workday); 3) 定义基本的成员函数: a) getLevel() b) getGender() c)
gradute
- 定义一个Student类,其中包括学号、姓名、性别、出生年月等属性以及init( )——初始化各属性、display( )——显示各属性、modify( )¬ ——修改姓名等方法。实现并测试这个类。 从上题的Student类中派生出Graduate(研究生)类,添加属性:专业subject、导师adviser。重载相应的成员方法 -Define a Student class, including the Student ID, name, gender, date of birt
register
- 一个JSP注册页面。有姓名,省份,性别,邮箱,爱好等填写内容-Register a JSP page. Have the name, province, gender, email, hobbies, etc. fill in the contents of
MicrosoftWord
- JAVA代码。个人简历录入程序,通过文本框录入姓名,通过单选按钮选择性别,通过组合框选择专业(计算机,电子,工商等)和文化程度(大专,本科,硕士,博士等),设置“提交”与“取消”两个按键,当用鼠标点击“提交”按键时,在文本框中显示所填写以及选择的信息。当点击“取消”按键退出系统-JAVA code. Resume entry procedures, entry by name text box, radio button selection by gender, through the comb
TeacherClass
- 初学者的一个类,关于教师的姓名,性别,工号,课程等信息的类-A class for beginners, on the teacher' s name, gender, job number, the class curriculum and other information
aa
- 编写一身份证信息提取类IDinfo,内有方法getGender(),getBirthday()等,分别用于提取18位身份证号码中的个人性别、出生年月等信息,并将该类置于包cn.edu.zhku.cs1中,设计主程序类用于用户输入身份证号码,并输出个人性别、出生年月等信息,并将该主程序类置于包cn.edu.zhku.cs2中。-Preparation of a ID card information extraction class IDinfo, there are ways getGender
1
- 1.实现DBToXML()函数,其中数据库为Student,内有两个表:student:name(姓名)、sex(性别)、age(年龄)、ID(学号);score:ID(学生的学号)、lesson(课程)、value(成绩);2.实现XMLToDB()函数。 数据库参考语言: select * from student,score where student.ID=score.ID -1. To achieve DBToXML () function, in which the
AddressBook
- 一个通讯录,通讯录包括普通信息(姓名,简称,Email等)、个人信息(手机号码、性别,生日, 爱好, MSN, QQ等)、家庭信息(国家,省,城市,街道地址, 邮编,电话等)、公司信息(公司,职位,部门, 国家,省, 城市,街道地址,邮编, 电话,传真, 主页等),类型(家庭、同事、同学、朋友,等【可多选】)。可以进行编辑查找,按类显示。-An address book, address book, including general information (name, abbreviatio
StudentJieMian.java
- (1) 具有简单的录入,查询和修改功能。 (2) 修改学生信息必须输入学号,然后对姓名、性别和专业等进行修改; (3) 使用文件存储数据。(也可用数据库) (4) 学生个人信息必须包括:学号、姓名、性别、出生日期、身份证号、专业、班级自我简介,其余可自行丰富。 (5) 具有对姓名,出生日期和身份证号进行简单效验的功能。 -将中文译成英语 (1) has a simple input, query and modify functions. (2) modify th
Employee
- 这是数据库查询系统,按提示输入与“SELECT $ID,$NAME,$AGE WHERE $AGE<=30 AND $GENDER=F”(注意空格)格式一样的查询语句,即可得到结果。-This is a database query system, follow the prompts to input and " SELECT $ ID, $ NAME, $ AGE WHERE $ AGE < = 30 AND $ GENDER = F" (note the spa
StudentClass
- 学生类,包括学生的姓名、年龄、性别、成绩,可以直接掉用,已经测试过-Students in class, including students name, age, gender, grades, can be directly out of use, has been tested
exam3-1
- 新建一个HTML网页,网页上有一个姓名输入框、性别输入框和一个提交按钮,要求用户提交时检查姓名不能为空且性别必须是“男”或“女”,如果不符合标准则提示错误;-Create a new HTML page, the page input box has a name, gender input box and a submit button, requiring users to submit the names can not be blank check, and gender must be
commonCheck
- js 验证身份证号码的合法性,包括地区,出生年月日,性别和验证码-js validate the legitimacy of identity card number, including area, date of birth, gender, and verification code
HelloProject
- 功能全面的占卜结果显示,输入姓名与星座,将会向服务器发送报告,返回结果并自动显示。-that no output is generated to be sent back to the client browser. Instead, it finds the horoscope from the information provided by the client, and then forwards that to another servlet called GiveHoros
JspTestNew
- jsp连接oracle查询,姓名,工号,性别等-jsp connectivity oracle query, name, job number, gender, etc.