-
JNAChina
这是一个介绍jna的pdf,对初学者可能会有帮助(This is a description jna the pdf, may be helpful for beginners)
- 2010-08-13 10:21:45下载
- 积分:1
-
MyMicro-channel
本软件基本实现微信的所有UI效果。具备如下功能点:
登录、功能指引、退出对话框、设置界面、会话界面、右上角功能键、详细资料头像点击放大效果、摇一摇
摇一摇判断“shake”部分来源于网络,具体地址忘了。。。。摇一摇的动画效果是我做的,支持真机摇一摇哦!
新特点:主界面使用的是viewpager 支持手势也支持底部图标点击!(比原版微信tabhost强多了!)
效果图:(The software basically all the UI micro-channel effects. Have the following functions:
Login, functional guidelines, exit the dialog box, set the interface, session interface, top right function key, detailed information Picture Click to enlarge effects, Shake
Shake judgment "shake" section from the network, the specific address forgotten. . . . Shake animation is what I do to support the real machine shake Oh!
New features: The main interface using viewpager support gestures are also supported at the bottom of the icon click! (Stronger than the original micro-channel tabhost more!)
Effect diagram:)
- 2013-11-07 10:57:03下载
- 积分:1
-
Homework07
创建一个类,提供与java .lang.Math同名的所有方法,但每个方法均按度数而非弧度进行运算。具体要求是:在自己编写的类中,对Math类中的每一个方法加一层包装。(Create a class that provides all methods with the same name as java. lang. Math, but each method operates in degrees rather than radians. Specific requirements are: in their own class, each method in the Math class with a layer of packaging.)
- 2020-12-07 21:59:20下载
- 积分:1
-
image
Java版色情图像过滤入门示例及源码模拟绿坝过滤机制(Introduction to Java version of pornographic image filtering example and source analog filtering mechanism Green Dam)
- 2010-05-14 15:17:16下载
- 积分:1
-
jsfjpa
J2EE中使用JSF和JPA技术的样例代码,包含完整工程可以部署到任何兼容J2EE标准的服务器上(The example code for using JSF and JPA in J2EE.)
- 2011-05-09 16:00:07下载
- 积分:1
-
Thinking-in-Java-4th-Edition
Thinking in Java是java学习的最经典资料,该共享为第四版(Thinking in Java is the most classic java learning data, the share for the fourth edition)
- 2016-02-25 11:06:32下载
- 积分:1
-
JavaEE-notes
Java EE环境相关笔记, basic introduction(JavaEE environment configuration,mysql introduction。)
- 2015-09-17 13:27:38下载
- 积分:1
-
AbstractMessageLite
A partial implementation of the MessageLite interface which implements as many methods of that interface as possible in terms of other methods for Andriod.
- 2013-10-06 00:26:08下载
- 积分: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
-
ResultValue
Represents an evaluation of the goodness of a result.
- 2013-12-05 11:00:58下载
- 积分:1