Decafe 是 Win95/98/NT 下最快的 Java 反编译器,它把二进制的 CLASS 文件重新构造出原代码。Decafe 能反编译复杂的 Java applets 程序和二进制程序。
上传时间: 2013-12-13
上传用户:sssl
? Java函数速查 你能很快的查到你要的函数 DataBinding类 代表数据源字段和组件属性之间一个单独的绑定。 package com.ms.wfc.data.ui public class DataBinding implements IConstructable 说明 DataBinder控件使用该类来表示数据源中的每一个绑定。 请参阅:《Microsoft Visual J++ 6.0 程序员指南》第18章“WFC中的数据绑定”。 构造器 DataBinding.DataBinding 创建一个DataBinding对象。 语法 public DataBinding () public DataBinding ( IComponent target, String propertyName,String fieldName ) public DataBinding ( IComponent target, String propertyName,String fieldName, IDataFormat format )
标签: DataBinding package Java data
上传时间: 2013-12-20
上传用户:TRIFCT
"More for C++" is a class library that provides some features that are usually common for object oriented programming languages like Java or Python, but not for C
标签: that for features provides
上传时间: 2015-07-12
上传用户:wuyuying
用java编写的电子琴程序,里面有预设的音乐。也可以自己弹。非常不错,有源码和编译的class文件。
上传时间: 2013-12-28
上传用户:l254587896
一个出色的java反编译软件,可以将.class文件反编译成java文件,很实用。
上传时间: 2015-09-01
上传用户:erkuizhang
很多java的小程序,适合初学者。 包括java,class文件还有部分package的应用。
上传时间: 2015-09-07
上传用户:朗朗乾坤
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
标签: processing character Although involves
上传时间: 2014-01-19
上传用户:爱死爱死
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.
标签: Java Expressions Regular version
上传时间: 2013-12-18
上传用户:lanhuaying
Decafe是Win95/98/NT下最快的Java反编译器,它把二进制的CLASS文件重新构造出原代码。Decafe能反编译复杂的Javaapplets程序和二进制程序。
上传时间: 2014-01-22
上传用户:fandeshun
手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE)
上传时间: 2015-10-17
上传用户:李彦东