搜索资源列表
evalexpression
- 用编译原理方法计算表达式的值,例如(2+3)*84+3这样的复杂表达式 深入体现了面向对象的方法,代码可以很容易进行overwrite-with compiler theory calculated the value of the expression. For example, (2) * 84 3 such a complex expression reflects the depth of object-oriented methods, code can easily overwr
DesingPattern_BuilderFactory
- * 程序名称:食品价格计算 * 程序说明: * 1. 将所购食品分为主食,水果和饮料三组,在左面板目显示。 * 2. 点击任何一个组名,右面板目显示其组内所包括的具体食物。 * 3. 通过使用Builder方法,来控制对不同组食物,右面板的不同显示方式。 * 4. 在底部面板显示各组内食品的总价格。 * 5. 若选择中右面板中的特定食品,只显示所选中条目所代表的价格。 * 6. 若选择中右面板中的全部食品,则其个底部面板上的总价格相等。-procedur
Nr-loop
- 利用牛-拉法做的一个潮流计算,用java写的。。。本科时作的,虽然有点繁琐,但是也不失为一种方法。具体解释见程序。-use of cattle-Rafah done a trend basis, using java writes. . . At the undergraduate, though a bit tedious, but they are also a means to an end. See detailed explanation procedures.
jsff
- 计算方法的VB程序,一般教科书要求完成。应该对不少初学者有用-VB calculation procedures required to complete a general textbook. Should be useful for many beginners
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
ChordIntercept
- 基于Java的迭代法,是数值计算方法的实验题。-Java-based iterative method is a numerical calculation of the experimental problems.
Iteration
- 基于Java的迭代法,是数值计算方法的实验题。-Java-based iterative method is a numerical calculation of the experimental problems.
Newton
- 基于Java的牛顿法,是数值计算方法的实验题。-Java-based Newton method is a numerical calculation of the experimental problems.
Count
- 计算三角形的面积和周长,要求设计出点数,通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积,周长等。-Calculate triangle area and perimeter, to design the points, by entering the three methods to determine the coordinates of a triangle, and the output of the triangle area and perimeter.
report4
- 这是一个链接计算的计算方法程序.希望给大家有所帮助!-This is a link to calculate the calculation procedure. We hope to help!
EmployeeTest
- 这是一个java的登记员工工资增长的程序,可以记录员工入职时间和该员工工资增长的计算方法-This is the registration of a java program staff wage increases, employees can record the entry time and the calculation of wages growth
DateHelper
- 一个日期处理类,提供处理日期间隔、计算闰年等方法-A date handling classes, to provide processing date interval calculation methods such as leap year
JavaScript-date-caculate
- Javascr ipt的日期计算方法,包括两个日期之间相隔的天数,计算一个日期之前多少天,往后推算多少天得到的Date对象,方法可以直接调用,功能较全,即使不能直接调用,有一定基础的程序员也可以根据文档提供的方法自行进行改编-Javascr ipt date calculation methods, including two the number of days between dates, calculate how many days before a date, the projecte
a
- 使用字符流编程实现以下功能 *从键盘输入姓名、学号、成绩,并保存到文本文件中,重复进 行,直到输入空字符串为止 *从文件中读取各学生的成绩,并计算所有学生成绩的平均值、最大值、最小值和总分。 这个程序还有很多可以改进,比如如何确定成绩,当有的成绩大于100时,有的为个位数时又该如何subString,事实上这种截取成绩的方法太拙劣,不合适。 -Character stream programming the following features From the ke
Find-a-leap-year
- 查找闰年,通过闰年的计算方法,使用JAVA实现一个简单计算闰年的例子-Find a leap year, leap year calculation method, using the JAVA example of a simple calculation of leap year
TestGoodRing
- 目前Ring类中包含3个数据域、2个构造方法和3个计算方法。在该类的基础上定义一个新圆环类GoodRing-Ring class contains three data fields and the two constructor methods and the three calculation methods. Ring on the basis of the class to define a new class GoodRing
Pay-of-employees
- 1. 一个计算费用的抽象类GetFee,其中有计算费用的抽象方法getFee() 一个计算费用的具体类Fee, 实现抽象方法getFee(),费用=收入*费率,不同员工的收入计算方法不同,费率不同,但费率是固定的 一个员工接口Clerk,其中有getIncome()抽象方法;一个教授实现类Professor,其中有getIncome()方法的实现,教授的收入=工资+奖金+导师费用;一个讲师实现类Lecture, 其中有getIncome()方法的实现,讲师的收入=工资+奖金;一个测试类Test。
MailSystem
- 设计一个邮寄包裹的收费系统,在邮寄类型确定的情况下,包裹的邮资由包裹的重量a,邮寄距离b,保价金额c三个参数决定。 如:普通邮件(RegularMail)的邮费 = 3(a+b/100)+0.01c 挂号邮件(RegisterdMail)的邮费 = 4(a+b/100)+0.02c等等 请设计一个系统,计算包裹的邮资。系统使用图形用户界面,用户在图形用户界面选择邮寄类型,再输入重量、距离和报价金额,单击确定按钮系统就计算出包裹的邮资。要求系统能够灵活的增减邮寄类型和
Mail
- 请设计一个系统,计算包裹的邮资。系统使用图形用户界面,用户在图形用户界面选择邮寄类型,再输入重量、距离和报价金额,单击确定按钮系统就计算出包裹的邮资。要求系统能够灵活的增减邮寄类型和修改某种邮寄类型的邮资计算方法。-use java to construct a sytem to calculate th cost of mail
Finalwork
- 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it