-
NoteBoard080806
留言簿:通过在Tomcat服务器下建立一个简易的留言簿网站应用小程序,加深了解软件工具和环境这门课所学的知识,有利于今后在网络服务领域的发展(NOTEBOOK)
- 2009-03-14 13:13:45下载
- 积分:1
-
Android视频传输
Android端代码和计算机端Java代码,实现了手机视频向计算机端的传输,计算机端可以拍照
- 2013-05-02下载
- 积分:1
-
NFASimulation
My Project in Automata
- 2010-05-09 17:02:36下载
- 积分:1
-
Eclipse3.2 Tomcat服务器插件
eclipse3.2+tomcat服务器
plug-in验证程序,国际化概念.-eclipse3.2 tomcat server plug-in the verification process, the international concept.
- 2022-02-03 22:44:58下载
- 积分: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 listview 示例 附源码
listview 基本用法
- 2013-02-28下载
- 积分:1
-
magiclen.org_libdmtx-java
说明: libdmtx库的使用及对data matrix码检测识别(Use of libdmtx library and detection and identification of data matrix code)
- 2020-10-28 10:29:58下载
- 积分:1
-
主要来源网上以及作者本人收集的资料,如果
网友们有什么好的文章或者想法,请发email给我...
主要来源网上以及作者本人收集的资料,如果
网友们有什么好的文章或者想法,请发email给我-The main source of the Internet as well as the author of information collected, if users have any good article or ideas, please send an email to me
- 2022-01-26 05:40:13下载
- 积分:1
-
代码分析器
一个简单的代码分析器实验的结果,计算代码。一个简单的代码分析器实验的结果,计算代码。一个简单的代码分析器实验的结果,计算代码。一个简单的代码分析器实验的结果,计算代码。一个简单的代码分析器实验的结果,计算代码。
- 2022-02-05 20:37:07下载
- 积分:1
-
java成绩管理系统
成绩管理系统说明
系统名称:学生成绩管理系统
主要功能:
1.记录学生的姓名、学号、生日。 2.记录数学、英语成绩。
- 2022-02-25 08:13:13下载
- 积分:1