用于對java已經編譯好的.class文件進行反編譯,可以得到源文件.
class="tags">標簽: class java 編譯 反編譯
class="time">上傳時間: 2013-12-24
class="username">上傳用戶:refent
MFC(Microsoft Foundation class)指的是Microsoft基礎類,是用來為Windows開發(fā)C++GUI應用程序。MFC是一種十分優(yōu)秀的工具,使得面向對象的軟件函數包裝技術演變成為一種可以進行代碼復用、簡化了程序的復雜性并使程序更加有效的軟件開發(fā)環(huán)境..對于使用Windows API 進行應用程序開發(fā)的人員來說, MFC使程序員大大提高了程序開發(fā)效率.你不必創(chuàng)建GDU對象,不必編寫許多代碼行對這些對象進行初始化,并且小心地跟蹤其生命周期的運行情況,你只需建立一個MFC類的實例,使用其默認值,然后讓撤消程序來清除系統(tǒng)資源即可
class="tags">標簽: Microsoft Foundation class MFC
class="time">上傳時間: 2013-12-22
class="username">上傳用戶:qq21508895
復數運算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
class="tags">標簽: Complex double iostream include
class="time">上傳時間: 2016-06-30
class="username">上傳用戶:wang5829
GNU ccAudio2 is a stand-alone portable C++ class framework for manipulating audio data. It has existed for some time as GNU GPL licensed package and has most recently been designated a GNU package. It is commonly used in GNU Bayonne.
class="tags">標簽: manipulating stand-alone framework ccAudio2
class="time">上傳時間: 2013-12-28
class="username">上傳用戶:sjyy1001
GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.
class="tags">標簽: framework for execution ccScript
class="time">上傳時間: 2013-12-18
class="username">上傳用戶:sssl
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
class="tags">標簽: applications framework optimized portable
class="time">上傳時間: 2014-01-02
class="username">上傳用戶:luke5347
class CatalogGUI lets the user display the product details of every product in the gourmet coffee store s product catalog.
class="tags">標簽: product the CatalogGUI display
class="time">上傳時間: 2016-07-03
class="username">上傳用戶:cooran
編寫JavaBean必須滿足以下幾點: 所有的JavaBean必須放在一個包中 JavaBean必須聲明成public class類型 所有的屬性必須封裝 設置和取得屬性可以通過set,get
class="tags">標簽: JavaBean public class get
class="time">上傳時間: 2016-07-04
class="username">上傳用戶:AbuGe
universal serial bus mass storage class control/bulk/interrupt/(cbi)transport
class="tags">標簽: universal interrupt transport control
class="time">上傳時間: 2014-01-22
class="username">上傳用戶:2467478207
Universal Serial Bus Mass Storage class UFI Command Specification
class="tags">標簽: Specification Universal Command Storage
class="time">上傳時間: 2016-07-06
class="username">上傳用戶:haoxiyizhong