Welcome![Sign In][Sign Up]
Location:
Search - cdc a

Search list

[Multimedia programcdc

Description: 用 编写的多媒体播放器,可以实现播放链表等功能,可以用来学习参考!很有帮助哦!-used to prepare the multimedia players, can achieve a broadcast Chain function can be used to study reference! Very helpful!
Platform: | Size: 85011 | Author: 逐鹿 | Hits:

[Other resourceAVR-CDC.2007-04-07

Description: A example for I/O of USB interface in AVR single chip.
Platform: | Size: 173543 | Author: Ivan Perng | Hits:

[Picture Viewershowbitmap

Description: 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp("PATH//Filename.bmp") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile("PATH//Filename.bmp") 从资源装入 BOOL bmp.LoadFromResource(UINT nResID) 3 画位图图象 Draw(CDC* pDC,目标图左上角x&y坐标,长&宽,原图象左上角x&y坐标) Draw(CDC* pDC,目标图左上角x&y坐标) Draw(CDC* pDC) Stretch(CDC* pDC, 目标图左上角x&y坐标,长&宽,原图像左上角x&y坐标,长&宽) 注: pDC的获取: CDC *pDC=GetDC() -bitmap loaded, shows the category c. Use : a structural example of a type of object : Air examples Bitmap bmp () with the resources, structure Bitmap bmp (nResID) document structure with CD IB bmp ( "PATH// Filename.bmp") if a two-step structure of the object is empty examples , must be loaded bitmap : BOOL loaded from the file bmp.LoadFromFile ( "PATH// Filenam e.bmp ") from the resource loading BOOL bmp.LoadFromResource (UIN T nResID) three paintings Bitmap Draw (CDC* pDC, objectives map upper left corner x
Platform: | Size: 11264 | Author: linus | Hits:

[Embeded LinuxUSB_CDC_ACM_DRIVER

Description: USB Abstract Control Model driver for USB modems and ISDN adapters(for Linux)-USB Abstract Control Model driver for USB m odems and ISDN adapters (for Linux)
Platform: | Size: 9216 | Author: 陶昱良 | Hits:

[GDI-BitmapBitmapDC_src

Description: CBitmapDC is a subclass of CDC. It is a handy little class that provides a memory bitmap device context without having to reinvent the wheel every time you need one. -CBitmapDC is a subclass of CDC. It is a handy little class that provides a memory bitmap devi ce context without having to reinvent the wheel every time you need one.
Platform: | Size: 5120 | Author: KangBingNan | Hits:

[Windows DevelopGraphic

Description: MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC Message Mapping Analysis of the mechanism on how to use ClassWizard,, understand this window to the news is being MFC framework through window handles mapping information and mapping table to table by the window class In response to the function. Table master device descriptions and Packaging category CDC use, and the CDC is how specific equipment linked to the occurrence, Fusion specific drawing program for analysis. How to set up a closed graphics filled brush (picture-painting brushes and transparent use of the brush).
Platform: | Size: 74752 | Author: 中国 | Hits:

[WaveletOwnerDrawDemo

Description: 是一个画图(CDC)的波形图,类似与心电图-Is a drawing (CDC) of the waveform diagram, similar to ECG
Platform: | Size: 65536 | Author: 周玲 | Hits:

[Special EffectsCDC

Description: 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。-CDC on how to output text, graphics have to keep feature, CPtrArray use of collections, CPaintDC with CClientDC and application of the distinction, OnPaint and OnDraw in CView relations and realize the insider, the realization of a rolling window, the coordinates of space, mapping the way device coordinates and logical coordinates conversion. Metafile device use, how to use DC-compatible graphics realize the preservation and reproduction.
Platform: | Size: 40960 | Author: 王英妹 | Hits:

[Other Embeded programAVR-CDC.2007-04-07

Description: A example for I/O of USB interface in AVR single chip.
Platform: | Size: 173056 | Author: Ivan Perng | Hits:

[Graph DrawingDraw

Description: 绘图程序,通过最基本的点线绘制,都是最基本的操作,没使用上层调用,可以从中学到很多绘图的知识-Mapping procedures, the adoption of the most fundamental points and lines drawn, are the most basic operations, did not use the upper call, you can learn a lot of knowledge mapping
Platform: | Size: 2315264 | Author: 江小威 | Hits:

[VC/MFClesson4

Description: MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, sent to the window to understand the news is how the MFC framework mapping table through the window handle and message mapping table to use window class of the response function. Master device and its use of CDC Packaging category, CDC is how specific equipment and related integration drawing specific procedures for analysis. How to set the closed graphics filled brushes (digital pictures with a transparent brush painting brush use).
Platform: | Size: 47104 | Author: 周游 | Hits:

[GDI-BitmapGeometryDraw

Description: 画图 2.计算计算一组几何图形的面积之和重新写一个函数,类似于sum函数 3.在Shape中添加一个纯虚函数void Draw(CDC *pDC, Coordinate *m_pCoordinate) 它将作为所有几何类绘图的共同方法。 4.添加一个坐标系类:Coordinate。 5.在Polygon中重载void Draw(CDC *pDC) 6.在Ellipse中重载void draw(CDC *pDC) 7.在View类中的OnDraw(CDC *pDC)中将图形画出来 8.调用void draw(CDC *pDC, Shape *a[], int n)实现多个几何图形的绘制-Paint 2. Calculation of calculating a set of geometric shapes of the area and re-write a function, similar to sum function 3. In Shape Add a pure virtual function void Draw (CDC* pDC, Coordinate* m_pCoordinate) it will serve as all the geometric types of graphics common methodology. 4. Add a coordinate system type: Coordinate. 5. Polygon in overloaded void Draw (CDC* pDC) 6. In the Ellipse in overloaded void draw (CDC* pDC) 7. In the View class OnDraw (CDC* pDC) will be drawn graphics 8. Call void draw (CDC* pDC, Shape* a [], int n) the mapping of multiple geometric shapes
Platform: | Size: 104448 | Author: 张平 | Hits:

[GDI-BitmapCDC

Description: 一个简单的VC画图程序,在CXXView的OnDraw()里画一个篮球场,展示了一个VC的画图功能-VC drawing a simple procedure, CXXView the OnDraw () in painting a basketball court, showing a drawing function VC
Platform: | Size: 27648 | Author: dawei | Hits:

[Software Engineeringcdc-1_1-fr-ri-doc

Description: SUN公司CDC参考设计文档,非常权威的参考资料-SUN company CDC reference design documentation, a very authoritative reference
Platform: | Size: 488448 | Author: yihang | Hits:

[SCMst7cardvdsystemcode

Description: 一个ST7系列的车载dvd系统源代码,有tuner,rds,cdc等驱动。-A ST7 series of car dvd system source code, there are tuner, rds, cdc, such as drivers.
Platform: | Size: 57344 | Author: 许波 | Hits:

[USB developAT91USBFramework-Core1.02+CDC1.0

Description: This software package contains the USB framework core developped by ATMEL, as well as a CDC driver for an USB to serial converter. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - cdc/ -> Source code for the CDC driver -> Makefile for the CDC driver - lib/ -> Lib v3 files for every supported chips - bin/ -> Compiled binaries for every supported chips - ./ -> Makefile for the framework -> Startup file-This software package contains the USB framework core developped by ATMEL, as well as a CDC driver for an USB to serial converter. The following files are included:- core/-> Source code for the framework core-> Makefile for the core- cdc/-> Source code for the CDC driver-> Makefile for the CDC driver- lib/-> Lib v3 files for every supported chips- bin/-> Compiled binaries for every supported chips-./-> Makefile for the framework-> Startup file
Platform: | Size: 1470464 | Author: 容健安 | Hits:

[GUI Developcdc

Description: cdc基本使用的简单例子,有位图,画刷和pen的使用-cdc basic use of a simple example, bitmap, the use of brush and pen
Platform: | Size: 604160 | Author: wb_duo | Hits:

[USB developusb_com

Description: a program to test PIC18F4550 USB CDC interface with a PC, but doesn t work-a program to test PIC18F4550 USB CDC interface with a PC, but doesn t work!!!
Platform: | Size: 2048 | Author: amigos2007 | Hits:

[SCMcdc

Description: 三洋CDC,和MCU通讯,有停止,有暂停,有上一曲,下一曲,上一张碟,下一张碟-Sanyo CDC, and the MCU communication, there are stop, there are suspended, there is the one, the next one, on a disc, the next disc
Platform: | Size: 5120 | Author: 薛金发 | Hits:

[SCMSTM32F0 HAL CDC

Description: 基于HAL库的STM32F072 USB通信程序。将USB枚举为CDC方式,使用虚拟串口与PC进行通信,可以达到发送和接收500+KB/s的传输速度。并在自建eval文件中实现I2C通信。可根据自己需要将main.C进行修改。(STM32F072 USB communication program based on HAL library.The USB enumeration is the CDC way, and the virtual serial port is used to communicate with the PC to send and receive the transmission speed of 500+KB/s .I2C communication is implemented in a self-built eval file.You can modify main.c on your own.)
Platform: | Size: 9466880 | Author: GodMode | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net