用于对java已经编译好的.CLASS文件进行反编译,可以得到源文件.
CLASS="tags">标签: CLASS java 编译 反编译
CLASS="time">上传时间: 2013-12-24
CLASS="username">上传用户:refent
MFC(Microsoft Foundation CLASS)指的是Microsoft基础类,是用来为Windows开发C++GUI应用程序。MFC是一种十分优秀的工具,使得面向对象的软件函数包装技术演变成为一种可以进行代码复用、简化了程序的复杂性并使程序更加有效的软件开发环境..对于使用Windows API 进行应用程序开发的人员来说, MFC使程序员大大提高了程序开发效率.你不必创建GDU对象,不必编写许多代码行对这些对象进行初始化,并且小心地跟踪其生命周期的运行情况,你只需建立一个MFC类的实例,使用其默认值,然后让撤消程序来清除系统资源即可
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