登录
首页 » Java Develop » 初学者用java编制的Applet实现长度单位的换算

初学者用java编制的Applet实现长度单位的换算

于 2022-08-11 发布 文件大小:6.05 kB
0 174
下载积分: 2 下载次数: 1

代码说明:

初学者用java编制的Applet实现长度单位的换算-beginners with java applet prepared by the unit of length to achieve a conversion

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

发表评论

0 个回复

  • Student mini
    学生小型计算器 实现功能 加减乘除 ,适用于新手学习Java-Student mini-calculator
    2022-05-25 09:08:49下载
    积分:1
  • creates on the many examples BEANS
    j2ee关于BEANS的多个例子-creates on the many examples BEANS
    2023-09-03 10:55:04下载
    积分:1
  • servlet的jar包,下载后将其后缀名改为jar即可,这是比较全的servlet包,130多k。...
    servlet的jar包,下载后将其后缀名改为jar即可,这是比较全的servlet包,130多k。-servlet jar package, download the suffix after their names can be changed to jar it is rather the whole of the servlet package, more than 130 k.
    2022-07-08 21:10:39下载
    积分: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
    2023-02-09 08:35:04下载
    积分:1
  • 搜索引擎的研究与实现(Java)(含源码),很好的
    搜索引擎的研究与实现(Java)(含源码),很好的-Search Engine Research and Implementation (Java) (with source), very good
    2022-09-13 17:15:04下载
    积分:1
  • 时间函数控制的 模拟屏保
    时间函数控制的 模拟屏保-time function control simulation screensaver
    2022-05-15 02:00:46下载
    积分:1
  • Library management system is the work of library management indispensable part o...
    图书馆管理系统是图书馆管理工作中不可缺少的部分,它对于图书馆的管理者和使用者都非常重要,所以图书馆管理系统应该为管理者与读者提供充足的信息和快捷的数据处理手段,但长期以来,人们使用传统的人工方式或性能较低的图书馆管理系统管理图书馆的日常事务,操作流程比较繁琐。一个成功的图书馆管理系统应提供快速的图书信息检索功能、快捷的图书借阅、归还流程。从读者与图书馆管理员的角度出发,本着以读者借书、还书快捷、方便的原则,本系统具有以下特点:  确保系统具有良好的系统性能,友好的用户界面。  较高的处理效率,便于使用和维护。  采用成熟技术开发,使系统具有较高的技术水平和较长的生命周期。  系统尽可能简化图书馆管理员的重复工作,提高工作效率。  简化数据查询、统计难度。 -Library management system is the work of library management indispensable part of its managers and users of the library are very important, so the library management system for managers and readers should provide sufficient information and efficient means of data processing, but a long time , the use of traditional artificial or lower performance of the library management system of the day-to-day management of library services, operating relatively cumbersome process. A successful library management system should provide rapid information retrieval library features, and quick to borrow books, the return pro
    2023-03-08 20:20:03下载
    积分:1
  • 演示了处理鼠标事件的基本作法,为获取鼠标事件的名称和坐标值,特意定义了一个函数SetValues(),返回鼠标事件名称s,坐标值xPos,yPos。作为最直观的...
    演示了处理鼠标事件的基本作法,为获取鼠标事件的名称和坐标值,特意定义了一个函数SetValues(),返回鼠标事件名称s,坐标值xPos,yPos。作为最直观的表示,随着鼠标的动作,在paint()立即显示鼠标事件的名称和坐标值。在这个基础上稍加改动,当拖动鼠标时,在其移动路径上连续地留下一系列的小圆点。当点击鼠标后,在其位置上画一个红色小十字。-demonstration of the mouse handle basic approach to mouse events access the names and coordinates, specifically defines a function SetValues (), to name s mouse events, coordinates xPos, yPos. As the most intuitive, as the mouse moves, the paint () immediately showed the mouse names and coordinates. On this basis is modified, when the Drag, on his mobile straight path, leaving a series of small dots. When the click of a mouse, in its place painted a small red cross.
    2022-03-14 01:51:50下载
    积分:1
  • in one category to another category to use the method, usually in the paper : th...
    在一个类中要用到另一个类的方法,通常是在文件 ∶ 头import进来,然后在用到时再new一个对象,我现在 ∶ 希望我的一个类里有一个方法,该方法接受一个类名和 ∶ 一个方法名,然后在在程序中动态的调用其他类的方法 ∶ 而不要在文件头import该类,免得每引用一个类的方法就要 ∶ 从新编译,如何实现呢? ∶ 另外在java里调c++的dll文件我也没试通,请各位大虾 ∶ 指教! ∶ 多谢,多谢! -in one category to another category to use the method, usually in the paper : the first import coming, and then used again when a new object, I now : I hope there are a category of a method to accept a name and category : a method name, and then in the process of dynamic call other categories of methods : instead of the first import of such documents, to avoid every kind of a quote we should approach : new compiler, and how to realize? : Another java Lane in the c-dll file I have not had a trial, please prawns : enlighten! : Thank you, Thank you!
    2022-07-16 18:12:10下载
    积分:1
  • 新手研究代码 研究J2me的一些常用编程思想
    新手研究代码 研究J2me的一些常用编程思想-New research study J2me code of some commonly used programming ideas
    2022-05-14 16:30:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载