Volume One: Xlib Programming Manual for Version 11 of the X Window System.
標簽: Programming Version Volume Manual
上傳時間: 2014-12-02
上傳用戶:小碼農lz
復數運算#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
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.
標簽: framework for execution ccScript
上傳時間: 2013-12-18
上傳用戶: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.
標簽: applications framework optimized portable
上傳時間: 2014-01-02
上傳用戶:luke5347
ONE-DIMENSIONAL_OPTIMIZATION,主要用于最優化方法的設計以及最優化問題的求解
標簽: ONE-DIMENSIONAL_OPTIMIZATION
上傳時間: 2016-07-01
上傳用戶:love1314
Class CatalogGUI lets the user display the product details of every product in the gourmet coffee store s product catalog.
標簽: product the CatalogGUI display
上傳時間: 2016-07-03
上傳用戶:cooran
編寫JavaBean必須滿足以下幾點: 所有的JavaBean必須放在一個包中 JavaBean必須聲明成public class類型 所有的屬性必須封裝 設置和取得屬性可以通過set,get
上傳時間: 2016-07-04
上傳用戶:AbuGe
universal serial bus mass storage class control/bulk/interrupt/(cbi)transport
標簽: universal interrupt transport control
上傳時間: 2014-01-22
上傳用戶:2467478207
Universal Serial Bus Mass Storage Class UFI Command Specification
標簽: Specification Universal Command Storage
上傳時間: 2016-07-06
上傳用戶:haoxiyizhong