搜索资源列表
Multifunctional_Calculator_1.1
- 该计算器既有经典的GUI按钮模式,也有类似于Matlab的命令行解释执行模式,并且解释模式基于XML配置构建,利用了Java语言强大的的反射机制,使得用户根据需要添加自己的专用函数非常简单和方便。 http://www.hugjava.com/projectDetail.do?id=3 -both classic GUI button model, which is similar to Matlab from the command line mode to explain the i
daoying
- 采用Java编程,把原一副图片通过程序处理后显示出来为水中倒影图片,而且带动态效果。-Java programming, original pictures through a procedure that was out of the water reflection photographs, but with dynamic effects.
anfxda
- 相当棒的 JAVA 效果制作程序,内含30多种特效如水中倒影等等,应有尽有,您完全不须会 JAVA 程序,只要使用您的GIF或JPG图形,就可在您的网页中制作炫目的效果内含效果范例,您可轻易的了解。-quite rods JAVA effects production process, containing more than 30 special effects, etc. reflection of the water, and they you do not have to be JAVA
TestReflection
- 一个介绍JAVA语言反射机制 的小 例子-introduced a Java language reflection mechanism small examples
cppreflect-0.0.1
- c++ 反射机制的实现.Java为什么能够支持Reflection?答案是Java运行时仍然拥有类型信息,它包含了这个类一切:它有哪些字段、哪些方法,各是何种保护级别等等,还有这个类依赖于哪些类。在Java中,类信息以对象的形式存放,这些对象是一种元对象,它们的类型就是Class。拥有了这些信息,无论是动态创建对象还是调用某些方法都是轻而易举的。在C++中,通过RTTI(运行时类型识别),我们也可以知道类的一些信息,但为什么C++中却没有Reflection,原因是类型信息不完整。RTTI这个名
reflection
- c++ ,反射程序.Java为什么能够支持Reflection?答案是Java运行时仍然拥有类型信息,它包含了这个类一切:它有哪些字段、哪些方法,各是何种保护级别等等,还有这个类依赖于哪些类。在Java中,类信息以对象的形式存放,这些对象是一种元对象,它们的类型就是Class。拥有了这些信息,无论是动态创建对象还是调用某些方法都是轻而易举的。在C++中,通过RTTI(运行时类型识别),我们也可以知道类的一些信息,但为什么C++中却没有Reflection,原因是类型信息不完整。RTTI这个名字本
JavaApplet倒影
- Java Applet 水中倒影(一个Java Applet的简单实例)-Java Applet reflection of the water (a Java Applet simple examples)
DelphiReflection
- 在delphi下实现类似于java, C#等反射调用的一个例子-delphi implementation of an example of reflection
AutumnSrc-0[1].5.0.tar
- 利用c++实现类似java的反射编程的功能。使的c++也可以利用配置文件来动态配置程序-Using c++ to achieve a similar reflection java programming functions. So that the c++ configuration file can also be used to dynamically configure the program
NotePad
- java语言编辑的一个文本编辑器,模块清晰明了,用到JAVA的反射机制,可以给选中的单词加不同的颜色进行高亮显示.调整字符大小.-java language editor, a text editor, modules clarity, use JAVA reflection mechanism can be added to the word selected to carry out different color highlights. adjust the size of charact
gnwater
- By Nicolai Eduard Gancerenco. This component simulate a water reflection - alike Java applet. After a lots of tests, author fixed the maximum dimensions for image at 320x240, all for the biggest quality and real time effect - DirectX.-By Nicolai Edua
lightReflection
- java写的反射小游戏,很好很强大。可以自己制作地图,考验你的智力。-written in java reflection game, very very strong. Can produce their own maps, test your intelligence.
Reflection
- 简单的烟花程序,源码简单,易懂。适用于初学者学习java语言-The a simple fireworks program, the source code is simple, easy to understand. Suitable for beginners to learn java language
java-reflection-and-proxy-basic
- 北大青鸟,java反射与代理基本介绍(PPT格式)-Beida Jade Bird java reflection and proxy basic introduction (PPT format)
reflect-1.03
- java的反射机制,跨系统实现,可以再window/linux平台编译-java reflection mechanism to achieve cross-system, you can then window/linux compiler platform
WeiPlugin-f42f3bb
- WeiPlugin是用于android手机应用开发的插件开发模块,此为插件源码包,WeiPlugin通过java反射加载apk,来实现插件加载机制-WeiPlugin is the plug-in development module for android mobile application development, and this is the plug-in source packages, WeiPlugin through java reflection loaded apk, p
PowerImageViewTest
- Android中的PowerImageView测试例子源代码,PowerImageView是一个经过扩展的ImageView,它不仅继承了ImageView原生的所有功能,还加入了播放GIF动画的功能。例子代码包括了PowerImageView构造函数, 完成所有必要的初始化操作,通过Java反射,获取到src指定图片资源所对应的id。-The PowerImageView test Android source code examples, PowerImageView is an
reflect
- JAVA反射机制是在运行状态中,对于任意一个类,都能够知道这个类的所有属性和方法;对于任意一个对象,都能够调用它的任意一个方法和属性;这种动态获取的信息以及动态调用对象的方法的功能称为java语言的反射机制-JAVA reflection mechanism is in the operating state, for any class, we are able to know all the properties and methods of this class For any obje
reflect
- JAVA反射机制例程,描述反射的基本使用方法,可以重复使用的程序片段(JAVA reflection mechanism routines, describing the basic use of reflection, and reusable program fragments)
reflection
- 使用JAVA语言实现一个Telnet客户端,能够登录系统的Telnet服务!()