-
医院管理系统
- 2022-03-17 04:15:30下载
- 积分:1
-
ANE
Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function.
)
- 2013-09-25 11:19:28下载
- 积分:1
-
beg-android-4-master
Source code for the book Beginning Android 4
Authors: Authors: Murphy, Mark, Allen, Grant
- 2019-06-12 04:07:20下载
- 积分:1
-
j基于Swing的斗地主的实现
基于Java开发的斗地主程序,主要应用了TCP/IP协议的网络编程,结合Swing的开发,代码中包含详细的注释,对于学习Java程序设计有较大的参考作用。
斗地主大概分析有十一个规则:
1、火箭:即双王(大王和小王)。
2、炸弹:四张同数值牌(如四个7)。
3、单牌:单个牌(如红桃5)。
4、对牌:数值相同的两张牌(如梅花4+方块4)。
- 2022-10-22 20:25:04下载
- 积分: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-memroy
Android减少内存占用专题:如何减少android内存的泄漏,如何优化程序,如何提高程序性能(Android reduce the memory footprint topics: How to reduce the android memory leak, how to optimize the program, how to improve program performance)
- 2013-05-27 11:11:49下载
- 积分:1
-
Android音乐播放器APP
资源描述本实例是用android写的一个android写的音乐播放器的app 代码。大家在自己的开发的过过程可以引用。也可以参考。希望对大家有所帮助,大家下载下来可以参考一下。对照着做。希望对大家有所帮助。
- 2023-04-23 02:15:04下载
- 积分:1
-
android 安卓通讯录 读通话记录例子
android 安卓通讯录 读通话记录例子
- 2015-04-28下载
- 积分:1
-
Android_bluetooth
这是一个用Eclipse开发的安卓蓝牙项目,目录简单易懂,适合学习借鉴(This is a Android Bluetooth project developed with Eclipse, which is simple and easy to understand and is suitable for learning.)
- 2017-12-30 23:27:44下载
- 积分:1
-
带宽 IEEE 网络
今天企业全球范围内寻找服务提供商可以带来价值的创新,创造力,致力于提供质量的计划、 预算和拥有在全球的经济方案中支持快速变化的商业模式的关系。要实现这一目标,服务提供商应该热衷于自己的业务,非常有创造力,客户为中心和创新创造对其客户、 员工和股东的价值。
- 2022-01-29 03:18:49下载
- 积分:1