-
smarthome-based-on-android-phone
基于android手机平台智能家居的设计,包括摄像头、控制、短信发送、图像处理、温湿度数据传送等设计(Smarthome,consist camera、control、send message、image、temperature and so on)
- 2013-01-16 17:18:43下载
- 积分:1
-
HelloWorld,andriod的一个小练习
helloworld的小程序,基于andriod的应用开发程序,适合初学者进行学习。可以对andriod的布局有个大概的了解。对于初学者通常从最简单的helloworld开始。选择合适的虚拟器进行显示,对andriod中各个文件有初步的了解,以便以后开发应用更为复杂的andriod程序。
- 2022-01-26 08:19:50下载
- 积分: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
-
海康摄像头js开发
资源描述
海康网络摄像头JS二次,开发,
保证可以正常使用,只限IE浏览器,火狐浏览器不支持
- 2022-05-17 07:32:19下载
- 积分:1
-
zxing源码
zxing源码的结构还是比较清晰的,有关QR码的代码主要在以下几个package中。Java代码中有生成QR码的代码,在C++代码中是没有生成部分,只有解析部分。其中qrcode中是编解码的接口,外部代码通过这两个类来进行QR码的编解码。detector是用来在摄像头抓取的图像中检测出QR码的那部分,并将其提取出来。这部分代码是解码的关键,也是可以进行优化的部分。
- 2022-04-29 10:52:24下载
- 积分:1
-
android-tcp
android使用TCP协议传输数据的例子和教程,具有很好的参考价值(Examples of android using the TCP protocol to transmit data and tutorials, has the very good reference value)
- 2013-09-30 10:19:55下载
- 积分:1
-
Android英语学习软件
说明: Android英语学习应用(包含源代码)英语学习的小应用。每天教您一句英语短句,附带了词典翻译的功能。(Android English learning application (including source code) English learning application. Teach you a short English sentence every day, with a dictionary translation function.)
- 2020-03-01 18:09:58下载
- 积分:1
-
Struts__Hibernate
Eclipse Sample Project
——从零开始创建基于struts1.2 + Hibernate3.0的Web工程
将给出一个在MyEclipse开发环境下的一个Web工程实例。说明在MyEclipse的集成
开发环境下,如何利用Struts进行Web工程开发。(Eclipse Sample Project- to start from scratch to create struts1.2+ Hibernate3.0 based on the Web project will give a MyEclipse development environment at a Web Project. In MyEclipse integrated development environment, how to use Struts for Web development projects.)
- 2009-03-30 13:04:48下载
- 积分:1
-
学生管理系统_java
适合入门级朋友学习参考的JFrame框架编程,以及数据库的链接等,一个比较完整的可用的学生管理系统,希望能帮到那些有需要的朋友,同时欢迎你们加入JAVA编程。。。有详细注释
- 2022-08-23 05:43:40下载
- 积分:1
-
Android中通过ViewPager动态加载数据完整示例源码下载
Android中通过ViewPager动态加载数据完整示例源码下载
- 2014-04-05下载
- 积分:1