搜索资源列表
CDCdriver
- 编辑器是ST7 此为十蝶三阳CDCdriver! 本人调试多时使用情况良好,现在和大家分享! -editor of this is ST7 realms CDCdriver 10 butterfly! I debugging good use of the long, share with you now!
DDA
- 两种常用的DDA算法的主要程序, void Line::Draw_Bresenham(CDC *pDC)-DDA algorithm commonly used in two main program, void Line:: Draw_Bresenham (CDC* pDC)
liaozhigan0873
- // CDC::FillSolidRect is faster, but it does not handle 8-bit color depth VERIFY(brush.CreateSolidBrush( RGB(r+rStep*iOnBand, g + gStep*iOnBand, b + bStep * iOnBand))) pDC->FillRect(&rectFill,&b
dispalybmp
- 双缓冲显示技术,解决图像在屏幕上显示的闪烁问题。用到了CDC.-Double buffer display technology to address the image displayed on the screen flicker problem. Used the CDC.
map
- Visual C++ 图形图像编程技巧 设备环境类(CDC) CPaintDC,CClientDC,CWindowDC(构造函数和析构函数不同),CMetaFileDC-Visual C++ desigen for ST vc++ DIYer
CPintorLine
- 一个小的画线的程序,在这里我们可以来了解到,关于基本的CDC画线程序的使用-it is a small program about vc++ draw line or another program used in draw program
CDC-2313.2007-10-03
- 使用ATMEL ATtiny2313模拟USB进行通信,在PC端虚拟一个串口通信。-ATMEL ATtiny2313 USB CDC
CVM090928
- 此CVM是基于SUN CDC最新版本phoneme_advance2源代码编译出的,将本文件夹下的bin、btclasses、lib和testclasses四个文件放到ARM板上,即可运行CVM程序。-The CVM version has been compiled base on the source code of phoneme_advance2.
CRC_V
- 实现CRC码的产生 校验,有crc-8 crc-16 crc-32-cdc chansheng he jiaoyan
baojing
- 报警控制在各种工业控制系统中是经常见到的,一般用于报警的方法有很多,有用文本标示,有用图形表示的,其原理不外乎构造CDC类对象然后利用提供的各种基本图元属性进行图形绘制就可以了.这里我们来制作一个能够显示报警文本,当出现某个报警的时候我们然背景进行闪烁就可以实现功能了. -VC define COLOR_RED RGB(255,0,0) #define COLOR_GREEN RGB(0,255,0) protect
CDC-Protocal(cn)
- 汽车音响CD机通讯控制协议CDC协议中文版。-CDC PROTOCAL
CDC
- 游戏程序,由计算机或一方给出一个单词,另一方根据单词的个数猜出单词。-Games, a party given by a computer or a word, the other to guess the word based on the number of words.
DirectDraw-Double-Buffered
- 通常在绘图的时候,你都不会直接在BeginPaint或CDC中使用HDC,如果你这样做了,那么当你绘制很多东西的时候,就有可能造成图像的闪烁。双缓冲就是用在这里实现图像的平滑的更新的。 有很多实现的方法,一种是在内存中创建一个兼容的HDC,然后拷贝内存到可见的HDC,另一种是我现在用的一个方法,使用一个DirectX的子集DirectDraw,实现一个接口的实例类CDXSurfaceMgr,实现双缓冲。-Double Buffere
CWnd
- 学习VC++必备,CWndt类所有函数的中文翻译,共进310个函数,另还有CDocument类、CDC类、CCmDUI类和CDiglog类的翻译资源,需要的可另行搜索,超赞!-Learn VC++ necessary, CWndt class of all functions of the Chinese translation, together 310 functions, plus the CDocument class, CDC
change
- 使用AVIHANDLER的DSP视频处理,可以灰度二值化等-fr a meWnd GlobalUnlock GlobalFree GlobalAlloc GlobalLock CDC
CDCUse
- CDC的使用,讲解了MFC中DC句柄的使用与创建。可以作为入门教程使用-CDC use to explain the handle used to create the MFC in DC. Can be used as introductory tutorial
TI-cortex-M4-USB-Host-CDC-Driver
- cortex-M4 USB Host CDC驱动-cortex-M4 USB Host CDC driver
CDC
- 游戏程序,由计算机或一方给出一个单词,另一方根据单词的个数猜出单词。-Games, a party given by a computer or a word, the other to guess the word based on the number of words.
INF
- lpc系列USB CDC上位机.inf驱动文件,可以在xp/win7的32位/64位计算机上成功安装。LPC1756单片机上验证通过。-lpc series USB CDC PC .inf driver files, can be successfully installed on xp/win7 is 32/64 computer. Verified by the LPC1756 microcontroller.
intro
- #include <iostream> #include math.h #define TRUE 1 using namespace std class DDA { public: void DDALine(int x0,int y0,int x1,int y1,COLORREF color, CDC *pDC) { float dx, dy,