利用list Control实现的条目上移和下移功能
上传时间: 2016-06-14
上传用户:13215175592
DSP2812控制PWM口C源程序-C source program for PWM control TMS2812
上传时间: 2016-06-20
上传用户:chenxichenyue
DSP2812SPI口控制C源程序-C source program for SPI control in TMS2812
上传时间: 2013-12-21
上传用户:banyou
DSP2812异步通讯口控制C源程序-C source program for SCI control in TMS2812
标签: 2812 program control source
上传时间: 2016-06-20
上传用户:wang5829
a bar chart,a good refernce for the control
标签: refernce control chart good
上传时间: 2013-12-22
上传用户:whenfly
Microchip company introduction of Motor Control ppts.
标签: introduction Microchip Control company
上传时间: 2016-06-30
上传用户:fxf126@126.com
复数运算#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