搜索资源列表
aw
- (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用-(1) functional requirements : (a) maintaining information
cww
- (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 排序:能-(1) functional requirements : (a) maintaining information : Requ
Message
- 用struts,hibernate,spring做的在线留言版。只是一个很小的测试版。-Using struts, hibernate, spring to do the online message board. Only a small fraction of beta.
liaotianchengxu
- 小型站内聊天系统,自己写的,上传换写分数,呵呵! 内容就不详细说明了,特定就是功能写的比较晚上,技术上倒没有什么很特别的地方!-Small station chat systems, wrote it myself, upload for Writing fraction, huh, huh! Content is not described in detail, specific functional comparison Writing evening technically inver
stu
- java实验 研究生分数过线查询 平时上课实验-java experimental fraction in lane inquiries postgraduate classes in peacetime experiment
BBS
- 如题,一个简单的bbs网站完整源码,功能简单并不是偷工减料,而是实用,主要为初学者学习来使用,适合初学者研究,注释少一些,但不影响,定了一点分数,不为赚分,而是鼓励大家都去共享, -Such as the title, a simple Web site complete source bbs, jerry-building function is not simple, but practical, mainly for beginners to learn to use, suitable
eType_src
- 一款用JAVA写的打字软件源程序,大部分功能已完成,还有一小部分需要完善,共享出来和大家一起探讨吧。 -Used a type of software written in JAVA source code, most functions have been completed, there is a small fraction of the need to improve, share it with you to explore it.
Fraction
- Develop a Fraction class that is capable of doing arithmetic with fractions. * Fractions are held in lowest terms, with the gcd() method. * Use a toString() method to format the result.-Develop a Fraction class that is capable of doing arithm
Fraction
- Java面向对象与程序设计一书中的例子,实现分数的基本功能-Java object-oriented programming book with examples of the basic functions of fractional
STUCMS
- JSP学生信息管理系统,能添加查询学生成绩信息,使用ACCESS数据库,功能有求平均成绩 查询成绩(按姓名或分数段)排序添加新的记录到数据库删除记录对结果集做更新操作分页显示等-JSP student information management system, student achievement information to add query, use ACCESS database query results averaging function scores (by name o
Rational
- 提供有理数的分数表示,可以自行设置有理数分母及分子的值并提供表示方法,可以进行加减乘除运算-Provide a fraction of rational numbers, rational numbers can set the value of the denominator and the molecular and provide representation, addition and subtraction multiplication and division can be
ASP
- 收集了500多个ASP实现方面的问题以及对应的解决问题的代码。适合初学ASP的人使用。例如:如何把图片上载到数据库中去?如何编写翻页函数?如何编写TOP10之类的排行榜?如何编写一个小数转换分数的函数?-Collected more than 500 ASP implementation issues and the corresponding solution to the problem of code. The ASP for beginners to use. For example:
exam
- java综合性实验,学生分析系统,实现的功能: (1)基本数据输入:程序提供界面能够见谅并输入班级,学生和课程的信息。 (2) 考试成绩输入:程序提供界面,指定班级,课程后,输入该班级所有学生的该课程的考试成绩。 (3) 成绩查询:输入学号和课程后,能够显示该学生的考试成绩。 (4) 成绩分析:指定班级和课程后,对该班的该课程进行以下3个方面的分析: O 分数分析:最高分,最低分,平均分 O 分数段分析:分别统计0—59,60—69,70—79,80—89,90—10
RationalNumber
- Java编写,在控制台下运行,一个有理数类,包含了对分数的输入输出的支持,并且对分数有自动化简功能。-Written in Java and run under the console, a rational class, which contains a fraction of the input and output support, and automation simple function scores.
wangruidong
- 一个java编写的考试系统,有登陆功能,分数功能,自动出题功能等-An examination system written in Java, landing functions, fraction functions, automatic questions function
FractionTester
- 编写一个分数的类Fraction。此类包括两个整数型属性:分母和分子。定义该类构造方法及属性的存取方法。定义该类的化简方法,例如4/8化简为1/2。定义该类的toString方法,输出化简后的结果(如果是整数,则只输出整数)。-Writing a fraction of the class Fraction. This category includes two integer attributes: numerator and denominator. Define the class con
Fraction
- 完整的分数类,包括各种运算,基本运算以及倒数。包括各类排除威灵的情况。-Complete score categories, including a variety of operation, the basic operation and reciprocal. Including all kinds exclude Welling.
Java
- 该游戏采用J2ME技术实现游戏的流程控制、逻辑处理和记录存储等功能。 游戏规则:使用上下左右方向键控制方块,使其拼装成原始图案。制作要求:1、将原始图片分割成多个大小相同9个小方块;2、通过每次移动一个小方块,使其最后将多个小方块拼成原始图案;3、原始图片至少有5张以上,游戏开始随即出现其中一张。 高级功能包括:菜单功能、分数存储功能、选项设置功能、音效功能、完整的UI提示等。-Process control of the game using J2ME technology game, log
Simplificacio
- How to simplify and obtain a fraction in JAVA
children-fraction-arithmetic
- 一个Java应用程序,教孩子分数的算术。对于每一堂训练课,随机产生5个问题,涉及两个分数的加法,减法,乘法和除法。-a Java application that teaches children fraction arithmetic. For each training session, randomly generate 5 questions involving addition, subtraction, multiplication and division of two fract