-
Android基于客户端和服务器的Socket编程例子---Socket基础通讯
Android基于客户端和服务器的Socket编程例子---Socket基础通讯
- 2013-10-22下载
- 积分:1
-
struts2一个登录的小例子(mysql数据库)
在上面的URL链接中的小例子基础上进行了改进,加入了连接并查询mysql数据库操作,实现了一个struts2的一个登录的小例子,适合初学者使用,目的在于让大家熟悉struts2这个框架结构。
- 2022-01-31 14:29:36下载
- 积分:1
-
android 音量控制 实例源码,效果不错
android 音量控制 实例源码,效果不错
- 2014-06-03下载
- 积分:1
-
51CTO下载-Ajax+jsp+MySQL实现动态树形菜单
该代码是我非常喜欢的一个 树形结构,代码简洁,又不失功能完善。用的是基于Java的JSP+servlet,没有使用框架的知识,所以比较简洁。是一些Java初学者和servlet爱好者的一个不错的选择,所以推荐给大家,谢谢!
- 2022-07-09 20:41:08下载
- 积分: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
-
android下创建一个sqlite数据库 - android入门视频32
android下创建一个sqlite数据库 - android入门视频32
- 2015-12-03下载
- 积分:1
-
打企鹅小游戏
打企鹅小游戏,可以分享。这个游戏是通过计算企鹅跳动来计算它的横坐标和纵坐标。从而来计算用户的分数。
- 2022-03-19 22:14:20下载
- 积分:1
-
五交叉路口仿真
主要功能:对五条道路的车辆进行控制,提高交通的吞吐量和运行效率,提高路口的安全性能,并使交通发生堵塞的可能性降到最低。 性能要求:必须能对五个路口的红绿灯进行无差错控制,能及时疏导过往的车辆,有效地控制交通,能够根据车流量设置红绿灯的时间,要兼顾行人过马路的安全。
- 2022-10-18 03:30:05下载
- 积分:1
-
Beginning_Android_2
说明: 最新Android入门书籍 Beginning Android 2(The latest ebook of Android Development, Beginning Android 2 Android.)
- 2010-05-01 13:28:18下载
- 积分:1
-
网络爬虫小工具
该代码是源码,是关于网络爬从的,是用Java语言来实现的,很好的能爬从到百度知道里面的页面,对信息提取很有帮助,希望大家可以踊跃的尝试
- 2022-02-22 01:28:45下载
- 积分:1