登录
首页 » Java Develop » 真正的

真正的

于 2023-02-09 发布 文件大小:114.47 kB
0 206
下载积分: 2 下载次数: 1

代码说明:

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. Develop: See http://sourceforge.net/projects/real-java Feedback: Comments, reports of use, bug reports, bug fixes, improvements, performance tests and comparisons to similar libraries are all welcome. Javadoc: Read the full documentation here. "Real.java" is a self-contained, single file Java floating point emulation library for MIDP devices, such as a Java-enabled cell-phone or PDA. The MIDP/CLDC 1.0 standard does not support the basic floating point types "float" or "double", so when I set out to program a scientific calculator for my cell-phone, I had to reinvent floating point arithmetic from scratch, using only integer basic types. I found it a very interesting and educating challenge. Download For a pure java version, use the f

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • struts的学习资料对初学者有很大的帮助
    struts的学习资料对初学者有很大的帮助-struts for beginners to learn the information very helpful
    2022-07-26 08:54:13下载
    积分:1
  • 企业电子商城,使用的是struts1.2+sql2000数据库
    企业电子商城,使用的是struts1.2+sql2000数据库-Enterprise E-Mart, using struts1.2+ sql2000 database
    2022-06-30 17:09:35下载
    积分:1
  • spring学习笔记 对Spring耳闻已久,但一直没有时间和心情去看它,最近它的声音是越来越大了,Java视线http://forum.javaeye.c...
    spring学习笔记 对Spring耳闻已久,但一直没有时间和心情去看它,最近它的声音是越来越大了,Java视线http://forum.javaeye.com/有不高手在谈论它。于是趁着有空闲时间,我也花了两个晚上看了看Spring,看的是夏昕的http://www.qsdn.net/document/SpringGuide.pdf,文章写得不错。以下谈谈我的学习感受 -spring study notes right in her long Spring, But it has not had the time or the mood to look at it, most recently its voice is a growing, Java sight http :// forum.javaeye.com/are not experts in to talk about it. So take advantage of spare time, I also spent two nights watched to see Spring, summer read is the Xin http :// www.qsdn.net/document/SpringGuide.pdf. well-written articles. Following learning about my feelings
    2022-01-25 19:44:01下载
    积分:1
  • 聊天小程序:实现多人聊天室聊天,Socket通信的使用…
    聊天小程序:能实现一个聊天室多人聊天,使用socket通信-Chat Applet: to achieve more than a chat room chatting, the use of socket communication
    2022-01-28 23:56:53下载
    积分:1
  • 用JXTA实现的P2P应用程序,该应用程序主要时完成是对RestoPeer的建立的安全机制的实现...
    用JXTA实现的P2P应用程序,该应用程序主要时完成是对RestoPeer的建立的安全机制的实现-using JXTA P2P applications, The application procedures will be completed on RestoPeer the establishment of a security mechanism for the realization of
    2022-08-08 11:01:10下载
    积分:1
  • 《Java与模式》精选,我认为值得一看。
    《Java与模式》精选,我认为值得一看。-"Java and patterns" picked, I think is worth looking at.
    2022-03-23 20:25:07下载
    积分:1
  • 关于聊天室的程序,CS结构,功能简单
    关于聊天室的程序,CS结构,功能简单-Procedures on the chat rooms, CS Structure
    2023-08-18 15:50:03下载
    积分:1
  • 曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。...
    曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。-Curve fitting algorithm of java. This code is the use of mathematics in the preparation of the principle of least square method.
    2023-08-26 17:45:03下载
    积分:1
  • 使用Struts连接数据库的示例程序,压缩包中包括了所有的 数据库包,struts包,无需再下载任何东西就可以运行! 1,mystruts是数据库的备份文件,打...
    使用Struts连接数据库的示例程序,压缩包中包括了所有的 数据库包,struts包,无需再下载任何东西就可以运行! 1,mystruts是数据库的备份文件,打开sqlserver2000,然后新建一个名叫mystruts的数据库,直接使用本文件还原就可以了! 2,program里边包括jbuilder工程文件,其中,把 program 中的 mystruts 目录直接copy 到 tomcat 目录下面就可以直接使用。 3,压缩包中包括了所有的 数据库包,struts包,无需再下载任何东西就可以运行!-struts connecting to the database sample program, compressed package includes all the database package, struts packages no longer to download anything on the run! 1, mystruts of database backup file, open sqlserver2000, then a new name mystruts database, the use of direct reduction of this document can! 2, the program works inside, including JBuilder document, which, the program directory mystruts tomcat direct copy of the directory can be used directly. 3, compression package includes all the database package, struts packages no longer to download anything on the run!
    2023-02-07 04:35:03下载
    积分:1
  • ASP是Active Server Pages的简称,它是一种在微软公司的WEB服务器IIS(Internet Infomation Server)上开发交互网...
    ASP是Active Server Pages的简称,它是一种在微软公司的WEB服务器IIS(Internet Infomation Server)上开发交互网页的新技术。是一种服务器端的Script环境。 使用asp可以建立动态,交互式高性能的Web服务器应用,我们知道,目前有很多版本的浏览器可供使用。传统上,我们在开发Web应用时,要嵌入一些Script语言如VB,JAVA到html中,使这些script运行在client端,也就是浏览器,但并不是每个浏览器都支持所有的Script语言,比如Netscape就不支持client端的VBscript,这对我们的应用带来很大的不便。使用asp时,应用程序是在server端运行而不是在client端。当用户访问一个asp时,首先Web Server调用asp文件,并读取asp文件的全部内容后并开始执行所有的Script命令,生成html页,再把这些html页传到用户端的浏览器上,并完成操作。这样,我们就不用担心用户所使用的浏览器的类型了,Web Server端已经处理了一切。微软公司最初在IIS3.0版上使用它以取代CGI。随着Windows NT在WWW上的使用日益增多,ASP已经成为了开发动态网站、构筑Internet和Intranet应用的最佳选择.-ASP is the Active Server Pages abbreviation, it is one kind (Internet Infomation Server) on develops the interactive homepage in Microsoft Corporation s WEB server IIS the new technology. Is one kind of server end Script environment. Uses asp to be possible to establish the tendency, the interactive high performance s Web server application, we knew, at present has many edition browsers to be possible to supply the use. In the traditio
    2022-11-17 05:25:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载