搜索资源列表
zdwxy-j2ee
- 基于J2EE的重大危险源动态监控系统开发NH格式论文,(很多计算公式)
人力资源 java-mss2000
- 系统特点: 1.灵活的双语支持功能 2.多业务流程支持:可适应多类复杂流程的人事、薪资管理 3.强大的脚本支持,薪资计算公式完全自定义;Excel集成报表设计,报表更轻松,全面; 4.三层安全管理,数据库加密; 5.全新WEB信息查询业务处理功能,方便职员查看考勤信息、提交各类申请 功能模块: 数据中心 a、数据中心。 b、税率设置。 c、系统参数。 d、社会保险率。 e、节假日。 f、查询(报表)定义。 人事管理
Exercise5_22
- 平方根的近似求法,编写sqrt方法,数num的平方根可通过反复计算下列公式求得nextguess=(lastguess+(num/lastguess))/2-Approximate approach to the square root, sqrt method of preparation, the square root of the number of num can be obtained by repeatedly calculating the following formula n
PDemo
- 计算输入公式 字符转换器 例如(A+B)*c的值等-Formula for calculating the input characters such as converters (A+ B)* c of the value
Lagrange
- 这是一个用拉格朗日插值公式计算函数值的java程序,方便易用。-This is a formula with the Lagrange interpolation function value of the java process, user-friendly.
experiencetwo
- 请设计一个通用程序,用来计算每一种交通工具行使1000公里所需的时间。已知每种交通工具的速度都是3个整数A、B、C的表达式。现有3种工具:Car 、Plane和Ship,其中Car 的速度运算公式为:A*B/C,Plane 的速度运算公式为:A+B+C,Ship的计算公式为A-B-C。-Please design a common procedure used to calculate the exercise of each type of transport time required fo
Shejiyi
- java版公式计算器,含输入界面,支持直接输入公式(含括号),计算出结果。-java version of the formula calculator, input interface with support for direct importation of the formula (including brackets), calculated the results.
calcu
- 这是实现汽车零部件设计、制造过程中涉及到的强度计算、刚度计算公式以及运算java源程序,超级棒的-This is the auto parts design, manufacturing process involves the calculation of the strength, stiffness and the computing formula java source code, super rods. . .
READER
- 公式阅读器,从指定文本中提取公式,然后分析公式中的常量以及变量,再给变量赋值,根据公式计算结果。-Formula reader to extract the text from the specified formula, and then analyze the formula, as well as the constant variable, to give a variable assignment, according to the formula calculation.
Tool
- 工时计算器,用于计算按小时计算公式员工的工作小时数-Man-hours calculator, the formula used to calculate an hourly employee' s work hours
Jisuanqi
- 科学计算器,能计算带括号的加减乘除公式。使用JAVA语言编写,命令行模式运行!
jisuanex
- 小程序,输入x和n,利用公式计算e的x次方的值-Small program, enter the x and n, calculated using the formula x-th power of the value of e
test
- 看看你的项目有几行,一个简单的计算公式研究研究-Look at your project a few lines of a simple formula of
newmark
- 分析Newark- 法计算步骤与公式相似性,编写一个简单同意的计算机程序-Newark-step analysis method similar to the formula, agreed to write a simple computer program
calculator
- 功能:实现一个计算器应用程序 实验要求:编写一个模拟计算器的应用程序,使用面板和网格布局, 添加一个文本框,10个数字按钮(0~9),4个加减乘除按钮, 一个等号按钮,一个清除按钮,一个求平方根按钮,一个退格按钮, 要求将计算公式和结果显示在文本框中,实现效果如下图所示,-Functions: a calculator application requirement of experiment: write a simulation calculator appl
w1
- 实现求圆形、三角形、矩形的面积和周长。要求和说明如下: (一) 定义接口sharp接口 (二) 通过实现接口定义Rect、Triangle、Circle的类,并且一个构造方法,并实现求面积和周长的方法(其中三角形斜边的计算公式c=Math.sqrt (width * width + height * height ) ) -Seeking to achieve circular, triangular, rectangular area and perimeter. Requirem
excelreader
- 按行读取excel文件, 支持excel2003-2007, 自动计算公式的值 -Read excel row by row, support excel 2003-2007, calculate formula automatically.
College-evaluation
- ① 不同角色登录:实现学生、教师和管理员三种角色通过输入账号、密码登录进入相应的用户页面,实现不同权限分配和操作。 ② 班级信息管理:对评测班级的信息进行管理。 ③ 学生信息管理:对班级参加测评的学生进行管理。 ④ 课程信息管理:对班级分学期所授课程的信息进行管理。 ⑤ 德育、智育、体育、素质能力成绩管理:对学生的德育、体育、智育、素质能力成绩进行管理。 ⑥ 综合测评:根据学生的德育、体育、智育、素质能力成绩,按测评指标计算公式(S=0.2D+0.7Z+0.1T+F,式中S为
JEPsrc(自定义计算公式)
- Jep是一个用来转换和计算数学表达式的java库。通过这个程序包,用户可以以字符串的形式输入一个、任意的公式,然后快速地计算出结果。(With this package, the user can enter an arbitrary formula as a string and then quickly calculate the result.)