-
租车系统
汽车租赁系统项目的特点和功能要求。分享Java项目的想法和主题与我们联系。炉排和许多Java项目的理念和主题。这里的一些Java项目思路的研究论文。在此大集合Java项目的源代码和数据库。我们很多想法,如移动应用程序,桌面软件应用程序,Web应用程序开发的开发应用。你可以找到更多的Java项目的主题和理念。发展思路上的汽车租赁系统。许多项目可供下载使用Java源代码和数据库。免费下载汽车租赁系统项目简介可用。
- 2022-01-31 20:52:09下载
- 积分:1
-
java 摘要实现案例
java摘要的实现案例如MD系列,RIPEMD系列,SHA系列
- 2022-05-29 02:29:10下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
Servlet
A simple servlet program that transforms the arabic numbers into romans and the romans from arabic
- 2012-06-09 17:37:14下载
- 积分:1
-
悬浮窗效果 MyApplication2
悬浮窗效果,无论应用处于前台还是后台,都会显示。(Suspension window effect, whether the application is in the foreground or background, will be displayed.)
- 2020-06-20 05:20:02下载
- 积分:1
-
坦克大战
这是一个我自己第一次写的小游戏 主要体现了java面向对象的概念 层次分明 有利于初学者学习参考
- 2022-01-25 23:20:39下载
- 积分:1
-
二维码扫描
一款简单的二维码扫描例子
- 2015-11-11下载
- 积分:1
-
If Java 游戏
我想生成一个随机数与 Java,但是随机在特定的范围内。例如,我的研究范围是 5-10,也就是说 5 最小的可能值,可以获取的随机数字,10 最大的。任何其他的数字,这些数字之间有可能也是一个值。在 Java 中,还有方法 random() 在数学课上,返回一个双精度值介于 0.0 和 1.0 之间。在类中有随机是方法 nextInt (int n),这将返回一个随机值 0 (含) 的范围和 n (专用)。我咀嚼不是找到一种方法,它返回两个数字之间的一个随机值。我有试着下面的事情,但我仍然有问题: (最小值和最大值是最小和最大的数字)。
- 2022-11-05 06:50:03下载
- 积分:1
-
HTML5advanced-programming
HTML5高级程序设计.pdf 文档,希望对大家有所作用(HTML5 high-level programming.Pdf documents, we hope to have a role )
- 2017-05-21 18:49:16下载
- 积分:1
-
餐饮管理系统
资源描述传智播客餐饮管理系统项目的程序,自己从新改了一下,优化了数据库的连接,对于JDBC桥的学习,以及理解很有帮助,并添加了部分重要注释。
- 2022-03-31 19:24:18下载
- 积分:1