登录
首页 » Java » MouseGestures-1.2

MouseGestures-1.2

于 2021-04-06 发布 文件大小:44KB
0 283
下载积分: 1 下载次数: 33

代码说明:

  java写的一个鼠标手势识别程序 java写的一个鼠标手势识别程序(java write a mouse gesture recognition procedures java write a mouse gesture recognition procedures)

文件列表:

MouseGestures-1.2
.................\build.xml
.................\dist
.................\....\api
.................\....\...\allclasses-frame.html
.................\....\...\allclasses-noframe.html
.................\....\...\com
.................\....\...\...\smardec
.................\....\...\...\.......\mousegestures
.................\....\...\...\.......\.............\MouseGestures.html
.................\....\...\...\.......\.............\MouseGesturesListener.html
.................\....\...\...\.......\.............\package-frame.html
.................\....\...\...\.......\.............\package-summary.html
.................\....\...\constant-values.html
.................\....\...\help-doc.html
.................\....\...\index-all.html
.................\....\...\index.html
.................\....\...\package-list
.................\....\...\packages.html
.................\....\...\serialized-form.html
.................\....\...\stylesheet.css
.................\....\mousegestures-1.2.jar
.................\....\test.jar
.................\lgpl.txt
.................\readme.txt
.................\run_test.bat
.................\src
.................\...\com
.................\...\...\smardec
.................\...\...\.......\mousegestures
.................\...\...\.......\.............\MouseGestures.java
.................\...\...\.......\.............\MouseGesturesListener.java
.................\...\...\.......\.............\MouseGesturesRecognizer.java
.................\...\...\.......\.............\test
.................\...\...\.......\.............\....\img
.................\...\...\.......\.............\....\...\logo.gif
.................\...\...\.......\.............\....\MANIFEST.MF
.................\...\...\.......\.............\....\TestFrame.java

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

发表评论

0 个回复

  • Effective Java-Joshua Bloch 3rd Edition 2018
    java进阶书籍,非常好的英文资料,希望大家共同学习进步(Advanced Java books, very good English materials, I hope you can learn and progress together.)
    2020-06-22 04:20:02下载
    积分:1
  • Algorithms-4th-Chinese
    算法 第4版 谢路云翻译(Java描述)_完整版 超实用超经典(Algorithms 4th edition Jerrodd cloud translation (Java description) _ the full version of the classic super-ultra-practical)
    2021-04-03 23:39:05下载
    积分:1
  • LiSheDaChuan-RemoteDesktop-Client-master
    说明:  基于JavaSwing编写的远程桌面协助软件,作为课程设计。(remote control software,base on swing ,code by java.)
    2020-01-18 18:23:43下载
    积分:1
  • JavaConSTK
    Java语言连接访问STK卫星分析工具的源代码,可直接应用到工程中。(STK satellite connection to access the Java language source code analysis tools can be applied directly to the project.)
    2021-04-25 21:48:45下载
    积分:1
  • DownLoad(java流实现下载功能)
    用java实现文件下载,通过使用用该类可以下载不同类型的文件。(with java download files through the use of such use can be downloaded for different types of documents.)
    2005-08-12 16:37:24下载
    积分:1
  • liuyuwenjian
    一个文本文件中存放着职工的工资记录。每个职工的记录包含姓名、工资、津贴三项。每条记录可以存放于一行(三项之间的间隔符可以自己决定),也可以将每条记录的三项依次分别存放在文本文件中的每一行。请设计一个程序,可以让用户选择打开这个文件查看其内容,并可以让用户选择把每个职工的工资增加10 之后又存回原来的文件。(Employee payroll records are stored in a text file. Each record contains the name of the workers, wages, allowances three. Each record can be kept in a row (the interval between the three operator can decide for yourself), can also be three each record in turn were stored in each line of the text file. Please design a program, you can let the user choose to open the file to view its contents, and allows the user to select a 10 increase in the wage of each worker after the original file is stored back.)
    2013-03-22 17:23:59下载
    积分:1
  • debug-constructor
    Test debug event for constructor.
    2014-02-02 21:56:26下载
    积分:1
  • ClassMemeberPriviledge
    实现一个程序,对用户输入的类权限、成员权限、以及使用该类对象的环境与这个类的关系,判断这个环境中能不能访问这个类的这个成员。 4. 背景知识介绍:对类成员的访问权限由3个方面决定:(1)类的访问权限(public或default),(2)成员变量的访问权限(public, protected, default或private),以及环境与类的相互关系(同类SameClass,同包不同类SamePackageNoteSameClass,不同包但为子类OtherPackageSubClass,不同包非子类OtherPackageNotSubClass)。例如,如果一个类A是public的,它的一个成员变量x是protected的,则这个成员变量的访问权限是default的,试图访问这个类的一个运行环境与A的关系是OtherPackageSubClass,则这个环境中能够访问变量x。(Implement a program, the relationship between the classes of permissions, user input member permissions, as well as the environment of use of such objects of this class, it is judged in this environment can not access this members of this class. 4. Background knowledge: the access rights of the class members decided by three aspects: (1) access rights (public or default), (2) the member variable access rights (public, protected, default or private), as well as environmental and the relationship of the class (of similar SameClass, same package different classes SamePackageNoteSameClass, different packages, but for subclass OtherPackageSubClass, different package non-subclass OtherPackageNotSubClass). For example, if a class A is public, it s a member variable x is protected, the access rights of the member variables is default, tries to access a runtime environment for this class A relationship is OtherPackageSubClass this environment be able to access the variable x.)
    2013-04-01 20:00:25下载
    积分:1
  • Converting-floating-point-to-32-bit-fixed-point-i
    A simple guide to Converting floating point to 32-bit fixed point in Java
    2012-09-26 19:11:22下载
    积分:1
  • SpringCloud微服务实战-源码
    说明:  SpringCloud微服务实战-源码,对应书本章节(Spring Cloud Microservice Actual Warfare-Source Code)
    2020-06-19 20:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载