登录
首页 » Java » DrawDemo02

DrawDemo02

于 2020-06-30 发布 文件大小:687KB
0 201
下载积分: 1 下载次数: 10

代码说明:

  Android develop simple painting

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 网上订餐系统
    本系统主要是实现网上浏览菜单、订餐、产生订单等功能的系统。需要实现菜品信息的动态提示、购物车管理、客户信息注册、登录管理、订单处理、信息反馈等模块。需要完成的主要任务如下: 当客户进入网上订餐时,应该在主页面中分类显示最新的菜品信息,以供客户选择所需菜品,同时提供按菜品名称,快速查询所需菜品信息的功能。
    2023-05-02 11:45:05下载
    积分:1
  • EasyDBUtils
    应用背景1.减少了配置文件的数量,使用一个easyDBUtils.properties的配置文件替代了easyDBUtilsService.properties和easyDBUtilsDao.properties 2.将EasyDataSource也写到了easyDBUtils.properties中,key固定为:EasyDataSource,value是实现类的具体路径 **更新后准备工作跟以前不一样了** 需要: 1.在src的根目录下创建配置文件easyDBUtils.properties 2.实现EasyDataSource接口,并在easyDBUtils.properties完成配置 3.业务层和持久层的配置全部写在easyDBUtils.properties文件中关键技术EasyDBUtils是对DBUtils的功能封装 主要功能有: 简化了事务管理————只需要在业务层接口中需要管理事务的方法上进行@StartTransaction的注解声明,EasyDBUtils就会自动的帮你管理事务 简化了持久层的代码————以后在写持久层代码的时候不用在持久层里面传入DataSource或者是Connection了,也都是EasyDBUtils帮你完成。 以后在你写的代码中再也不会出现Connection和DataSource了!!! 使用方法: ====准备工作和配置==== 1.实现EasyDataSource接口,完成与数据库连接池的对接,主要是为了给EasyDBUtils自动获取到DataSource和Connection提供帮助 2.在src的根目录下创建两个配置文件 easyDBUtilsDao.properties 以及 easyDBUtilsService.properties easyDBUtilsService.properties 中的key是业务层的接口名称,value是业务层的实现类的具体路径 easyDBUtilsDao.properties 中的key是持久层的接口名称,value是持久层的实现类的具体路径 ====如何使用=====
    2022-02-20 11:41:55下载
    积分: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
  • formbuilder-0.2.1
    web在线表单设计器Formbuilder.js是一个图形界面,让用户建立自己的web表单。一个轻量级组件,可以集成到您的应用程序。Formbuilder拖拉生成改变表单的顺序,它会输出一个结构化的JSON表示形式 在线演示: http://www.html580.com/?86rDNDX7(Online web form designer Formbuilder. Js is a graphical interface, allows users to set up their own web form. A lightweight component that can be integrated into your application. Formbuilder drag generated change the order form, it will output a structured JSON representation Online demo: http://www.html580.com/? 86 rdndx7 )
    2014-11-21 08:33:16下载
    积分:1
  • android 小米文件管理器 实例源码下载
    android 小米文件管理器 实例源码下载
    2014-06-06下载
    积分:1
  • android小说阅读器 实例源码下载
    android小说阅读器 实例源码下载
    2014-11-13下载
    积分:1
  • android listview下拉刷新示例源码下载
    android listview下拉刷新示例源码下载
    2014-04-13下载
    积分:1
  • android 3D轮播实例源码下载
    android 3D轮播实例源码下载
    2014-05-12下载
    积分:1
  • dlgzhtgxt13
    主要应用于公众号的推广联盟,适合个人及企业的订阅号及服务号或者企业号,无需多余的接口,只要简单配置即可实现相应的功能.可用于多用户联盟,支持多个广告主(公众号管理员)及多个关注赚钱会员 系统强大稳定,数据实时,可设置提现手续费.设置关注单价,本系统具有强大的防作弊功能,关注后,若取消关注,即可实时扣除拥金或者多倍拥金(后台可进行设置).(Mainly used in public, promotion alliance, for individuals and businesses to the subscription number and service number or enterprise, without the extra interface, as long as the simple configuration to achieve the corresponding functions. For multi user alliance, to support a number of advertisers (public administrators) and more concerned about money membership strong stability the real-time data can be set, and cash withdrawal fees. This system has focused on price, strong anti cheating function, attention, attention can be canceled if, deducting hold gold or multiple hold gold (the background can be set).)
    2017-04-13 12:20:17下载
    积分:1
  • 支持向量机应用示例
    支持向量机(Support Vector Machine, SVM)是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier),其决策边界是对学习样本求解的最大边距超平面(maximum-margin hyperplane),属于机器学习方法比较高级的一种,被应用于风电、水电的模拟,黑箱模型,模拟效果较好
    2019-03-20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载