-
uc-001-n
This test does only covers cases where the Additive or Mulplicative expression ToPrimitive is a string.
- 2014-02-11 15:43:56下载
- 积分: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
-
论坛系统(Struts 2+Hibernate+Spring实现)
说明: 论坛系统(基于Struts 2+Hibernate+Spring实现)(Forum system (based on struts 2 + hibernate + spring implementation))
- 2020-06-29 11:20:02下载
- 积分:1
-
k-means(java)
k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。
- 2023-03-16 09:45:04下载
- 积分:1
-
抖动漆垫
应用背景摇晃的油漆垫的应用是所有有关用手指画手机屏幕上的图片。系统可以选择不同的颜色,如红色,黑色,蓝色,绿色,灰色,红色,青色,ltgray,dkgray,黄色以及用户还可以改变画笔大小。然后在背景下将颜色改变,以显示在背景下,将紧触摸屏关键技术使用保存选项保存绘制图像和可以随时打开显示的时间。制作的图片可以通过各种移动应用程序如WatsApp,facebook,蓝牙,Gmail,谷歌+,信使。这个应用程序对孩子很有用和青少年。它将支持安卓1.6及以上版本
- 2022-02-09 22:30:08下载
- 积分:1
-
闹钟程序
自醒着的时候定义了与这个先进的闹钟和用它来提醒和全天的计时器。慢慢增加卷中,轻轻地把你吵醒你早上闹钟。使用特大打盹按钮或解决数学问题,为了防止您无意中关闭警报。你甚至可以将暂停持续时间减少后每个打盹和设置小睡有什么的最大数目。闹钟加计时器功能包括: 音乐报警,随机歌曲报警,温柔报警量加大,数学贪睡、 驳回,摇动贪睡、 驳回,自动小睡,自动辞退,接下来的报警,计时器倒计时、 模拟时钟部件以及更多的时间。免费版功能全面但广告支持。让你在购买之前。升级到付费版本删除广告。现在结合秒表 Xtreme 解决所有你对时间的要求。
- 2022-12-03 21:00:03下载
- 积分:1
-
Broadcaster
Sign up for notifications about something.
- 2013-11-19 10:48:40下载
- 积分:1
-
android 手机小卫士完整源码下载
手机卫士源码,内涵apk,源码,密钥,关键地方含有注释
- 2014-10-20下载
- 积分:1
-
java点集凹包生成算法
资源描述
能够通过任意点集快速生成凹包,实现方式主要是基于三角网算法。
相关论文也可在他的博客中下载。
- 2022-03-09 09:18:40下载
- 积分:1
-
MyBluetooth
基于android studio的蓝牙小程序,实现蓝牙连接发送和接收,简单实用(Bluetooth-based android studio small program to achieve Bluetooth connection to send and receive simple, practical)
- 2020-10-23 15:47:23下载
- 积分:1