搜索资源列表
FloatingPoint
- 一个关于java浮点数计算的程序源码,一个关于java浮点数计算的程序源码-a java float calculation on the program source code, a java float on the procedures for calculating FOSS
AdditionApplet
- 一个用JAVA编写的实现两个浮点数相加的图形界面程序,大家需要的话请下载。-a prepared with Java 2 float together to achieve the graphic interface procedures, so everyone needs to download.
Mcalculator
- 用java实现浮点数加减乘除四则混合运算,矩阵加法,减法,与数乘,与数除,两个矩阵相乘,转置,逆阵,产生单位阵,操作数与变量的转换,操作数取反,栈的一些基本操作。-achieve float with the arithmetic four mixed computing, matrix addition, subtraction, multiplication, with the exception of a few, two matrix multiplication, to home, a
student
- 学员成绩管理系统(设计+代码)。用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String) 三门课成绩(用整形数组来存)计算出学员的平均成绩(float),按照学员平均成绩由大到小排序插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序
ddvip_com_0241506b02f93d
- 一个J2EE四层架构的实例,采用jsp+javabean+sessionbean+entitybean做的,与大家共享: 1.开发环境用的jbuilder7.0+weblogic7.0+oracle9i(sqlserver2000) 2.sql语句如下: create table ejbAccounts (id varchar(15), bal float, type varchar(15)) 3.现在weblogic console下建立好数据源名:examples-dataSource-ms
zepto
- html5写的触屏广告的代码,在移动手机终端上可显示,有拉姆广告,顶部浮动,底部浮动,固定位置,全屏广告几种形式。-html5 write touch-screen advertising code can be displayed on the mobile phone terminal, Ram ad, floating at the top, the bottom of the float, fixed position, full-screen advertising in severa
myproject
- 此压缩文件解压后为eclipse的一个工程需要导入使用,同时用户需要在SQL server里面建立一个名为mydb的数据库,在此数据库中建立一个名为mytable的表,列名为bookid(int 型),bookname(String 型),bookprice(float 型)。-After extracting the compressed files for eclipse to import the required use of a project, at the same time us
GeneratePossionDistribution_codes
- Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
LeitorTecladoConversor
- Simple class to read from keyboard. Already convert to simple type int, float, double or String
Shuru
- 接口练习 输入 浮点数 整数 字符 字符串-Practice interface input character string integer float
floatmul
- 浮点数加减乘除,运算源代码,定义浮点数的加、减、乘、除和四舍五入等运算方法-java float mul,dec,source
exchange
- java中数值型,字符型,时间类型之间的转换类,比较全-java int float string time exchange
real-java-1.13
- Real - Java floating point library for MIDP devices-Current version: 1.13 Copyright: 2003-2009 Roar Lauritzsen, roarl at users.sourceforge.net Availability: The library is available under the GPL license, or for a fee for commercial use. Develo
SimpleEquationSolver
- 一个简单的java程序,它可实现基于肌肤的表达式的计算。-Solves simple string-based expressions. Currently only supports integers, but can easily be expanded to support float-types.
Java_utilities
- 3 Useful utilities for any Java Programmer: 1. Random Number Generator Method - can generate random numbers in any interval even negative numbers. Changing (int) to (float) will give you float randoms. 2. isNarcissistic - Checks if a number is na
Patient
- 声明Patient类表示在门诊室中的病人,此类对象包括私有数据成员name(String)、sex(char)、age(int)、weight(float)、allergies(boolean); 要求定义set方法及get方法,定义一个无参及一个带参的构造方法,重写toString方法,使得可以使用System.out.println(p1)(p1为Patient类的对象)在屏幕上显示病人p1的各个信息,显示格式为: Name : xxx Sex: xxx Age: xxx Weight:
000
- 车票订购程序 列名 数据类型 长度 是否允许为空 说明 cartId char 10 非空 设为主键,表示车次 seatNum int 4 非空 存储硬座的现存票数 bedNum int 4 非空 存储硬卧的现存票数 seatPrice float 8 非空 存储硬座的每票价格 bedPrice float 8 非空 存储硬卧的每票价格 上表为数据库中的配置,设数据源名称为tickets 功能要求: 根据用户输入的车次
BigDecimalUtil
- 用它来表示金额。可这种类型非常精确,当你在数据库里插入一条数据是6.00时,在显示时却是6.000000000000000000000。在页面显示非常不美观。它不仅可以做到double和float,而且在商业计算上也能显示它的作用。-Use it to that amount. This type can be very precise, when you insert a data in the database is 6.00 pm at the display Shique is 6.00
bignumber
- Java中的简单浮点数类型float和double不能够进行精确的运算,只能用来做科学计算或者是工程计算。 不光是Java,在其它很多编程语言中也有这样的问题。在大多数情况下,计算的结果是准确的, 但是多试几次(可以做一个循环)就可以试出类似上面的错误。 这个问题相当严重,如果你有9.999999999999元,你的计算机是不会认为你可以购买10元的商品的。 为了解决Java基本数据类型在运算时会出现的溢出和计算不精确的问题。 Java 提供了两个类BigInteger和Bi
css3-image-float-reversal
- 前端的一个图片展示框架,很实用,样式调制也很简单-a css3 image float reversal,this is very useful.