time to number class source
上传时间: 2016-05-09
上传用户:zhenyushaw
用于对java已经编译好的.class文件进行反编译,可以得到源文件.
上传时间: 2013-12-24
上传用户:refent
2410/vxworks/tornado下的基本实验包括 serial,ramdrv,interrupt,multi-tasking,FTP,TCP,UDP
标签: multi-tasking interrupt vxworks tornado
上传时间: 2014-01-09
上传用户:洛木卓
Wiley Developing Multi Agent Systems with JADE Apr 2007 电子书
标签: Developing Systems Wiley Agent
上传时间: 2014-01-06
上传用户:qq21508895
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster environment. These two documents summary the usage of pMatlab and running time measurements on three simple Monte Carlo simulation codes.
标签: multi-core toolsbox parallel pMatlab
上传时间: 2014-12-05
上传用户:zhliu007
MFC(Microsoft Foundation Class)指的是Microsoft基础类,是用来为Windows开发C++GUI应用程序。MFC是一种十分优秀的工具,使得面向对象的软件函数包装技术演变成为一种可以进行代码复用、简化了程序的复杂性并使程序更加有效的软件开发环境..对于使用Windows API 进行应用程序开发的人员来说, MFC使程序员大大提高了程序开发效率.你不必创建GDU对象,不必编写许多代码行对这些对象进行初始化,并且小心地跟踪其生命周期的运行情况,你只需建立一个MFC类的实例,使用其默认值,然后让撤消程序来清除系统资源即可
标签: Microsoft Foundation Class MFC
上传时间: 2013-12-22
上传用户:qq21508895
自制Multi-ICE仿真器资料,比较完整.
上传时间: 2016-06-19
上传用户:linlin
HF Reader System Series 6000 S6700 Multi-Protocol Transceiver IC RI-R6C-001A
标签: Multi-Protocol Transceiver Reader System
上传时间: 2013-11-26
上传用户:youlongjian0
复数运算#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 }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户: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.
标签: manipulating stand-alone framework ccAudio2
上传时间: 2013-12-28
上传用户:sjyy1001