Decafe 是 Win95/98/NT 下最快的 Java 反編譯器,它把二進(jìn)制的 CLASS 文件重新構(gòu)造出原代碼。Decafe 能反編譯復(fù)雜的 Java applets 程序和二進(jìn)制程序。
上傳時(shí)間: 2013-12-13
上傳用戶:sssl
? Java函數(shù)速查 你能很快的查到你要的函數(shù) DataBinding類(lèi) 代表數(shù)據(jù)源字段和組件屬性之間一個(gè)單獨(dú)的綁定。 package com.ms.wfc.data.ui public class DataBinding implements IConstructable 說(shuō)明 DataBinder控件使用該類(lèi)來(lái)表示數(shù)據(jù)源中的每一個(gè)綁定。 請(qǐng)參閱:《Microsoft Visual J++ 6.0 程序員指南》第18章“WFC中的數(shù)據(jù)綁定”。 構(gòu)造器 DataBinding.DataBinding 創(chuàng)建一個(gè)DataBinding對(duì)象。 語(yǔ)法 public DataBinding () public DataBinding ( IComponent target, String propertyName,String fieldName ) public DataBinding ( IComponent target, String propertyName,String fieldName, IDataFormat format )
標(biāo)簽: DataBinding package Java data
上傳時(shí)間: 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
標(biāo)簽: that for features provides
上傳時(shí)間: 2015-07-12
上傳用戶:wuyuying
用java編寫(xiě)的電子琴程序,里面有預(yù)設(shè)的音樂(lè)。也可以自己彈。非常不錯(cuò),有源碼和編譯的class文件。
上傳時(shí)間: 2013-12-28
上傳用戶:l254587896
一個(gè)出色的java反編譯軟件,可以將.class文件反編譯成java文件,很實(shí)用。
上傳時(shí)間: 2015-09-01
上傳用戶:erkuizhang
很多java的小程序,適合初學(xué)者。 包括java,class文件還有部分package的應(yīng)用。
上傳時(shí)間: 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.
標(biāo)簽: processing character Although involves
上傳時(shí)間: 2014-01-19
上傳用戶:愛(ài)死愛(ài)死
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.
標(biāo)簽: Java Expressions Regular version
上傳時(shí)間: 2013-12-18
上傳用戶:lanhuaying
Decafe是Win95/98/NT下最快的Java反編譯器,它把二進(jìn)制的CLASS文件重新構(gòu)造出原代碼。Decafe能反編譯復(fù)雜的Javaapplets程序和二進(jìn)制程序。
上傳時(shí)間: 2014-01-22
上傳用戶:fandeshun
手機(jī)游戲坦克大戰(zhàn)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)
標(biāo)簽: import java awt EventL
上傳時(shí)間: 2015-10-17
上傳用戶:李彥東
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1