搜索资源列表

  1. CDCdriver

    0下载:
  2. 编辑器是ST7 此为十蝶三阳CDCdriver! 本人调试多时使用情况良好,现在和大家分享! -editor of this is ST7 realms CDCdriver 10 butterfly! I debugging good use of the long, share with you now!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:heyunjian
  1. DDA

    0下载:
  2. 两种常用的DDA算法的主要程序, void Line::Draw_Bresenham(CDC *pDC)-DDA algorithm commonly used in two main program, void Line:: Draw_Bresenham (CDC* pDC)
  3. 所属分类:绘图程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:方战
  1. liaozhigan0873

    0下载:
  2. // 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
  3. 所属分类:菜单

    • 发布日期:2024-05-12
    • 文件大小:90112
    • 提供者:郭文三
  1. dispalybmp

    0下载:
  2. 双缓冲显示技术,解决图像在屏幕上显示的闪烁问题。用到了CDC.-Double buffer display technology to address the image displayed on the screen flicker problem. Used the CDC.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:vivianjia
  1. map

    0下载:
  2. Visual C++ 图形图像编程技巧 设备环境类(CDC) CPaintDC,CClientDC,CWindowDC(构造函数和析构函数不同),CMetaFileDC-Visual C++ desigen for ST vc++ DIYer
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:taoye
  1. CPintorLine

    0下载:
  2. 一个小的画线的程序,在这里我们可以来了解到,关于基本的CDC画线程序的使用-it is a small program about vc++ draw line or another program used in draw program
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:taoye
  1. CDC-2313.2007-10-03

    0下载:
  2. 使用ATMEL ATtiny2313模拟USB进行通信,在PC端虚拟一个串口通信。-ATMEL ATtiny2313 USB CDC
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:114688
    • 提供者:梅焕灿
  1. CVM090928

    0下载:
  2. 此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.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-12
    • 文件大小:2100224
    • 提供者:zhongfeng
  1. CRC_V

    0下载:
  2. 实现CRC码的产生 校验,有crc-8 crc-16 crc-32-cdc chansheng he jiaoyan
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:28672
    • 提供者:goodyeday
  1. baojing

    0下载:
  2. 报警控制在各种工业控制系统中是经常见到的,一般用于报警的方法有很多,有用文本标示,有用图形表示的,其原理不外乎构造CDC类对象然后利用提供的各种基本图元属性进行图形绘制就可以了.这里我们来制作一个能够显示报警文本,当出现某个报警的时候我们然背景进行闪烁就可以实现功能了. -VC define COLOR_RED RGB(255,0,0) #define COLOR_GREEN RGB(0,255,0) protect
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:轩零
  1. CDC-Protocal(cn)

    0下载:
  2. 汽车音响CD机通讯控制协议CDC协议中文版。-CDC PROTOCAL
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-12
    • 文件大小:240640
    • 提供者:cwf
  1. CDC

    0下载:
  2. 游戏程序,由计算机或一方给出一个单词,另一方根据单词的个数猜出单词。-Games, a party given by a computer or a word, the other to guess the word based on the number of words.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:梁一帆
  1. DirectDraw-Double-Buffered

    0下载:
  2. 通常在绘图的时候,你都不会直接在BeginPaint或CDC中使用HDC,如果你这样做了,那么当你绘制很多东西的时候,就有可能造成图像的闪烁。双缓冲就是用在这里实现图像的平滑的更新的。 有很多实现的方法,一种是在内存中创建一个兼容的HDC,然后拷贝内存到可见的HDC,另一种是我现在用的一个方法,使用一个DirectX的子集DirectDraw,实现一个接口的实例类CDXSurfaceMgr,实现双缓冲。-Double Buffere
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:153600
    • 提供者:
  1. CWnd

    0下载:
  2. 学习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
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:2750464
    • 提供者:mxw
  1. change

    0下载:
  2. 使用AVIHANDLER的DSP视频处理,可以灰度二值化等-fr a meWnd GlobalUnlock GlobalFree GlobalAlloc GlobalLock CDC
  3. 所属分类:DSP编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:林依一
  1. CDCUse

    0下载:
  2. CDC的使用,讲解了MFC中DC句柄的使用与创建。可以作为入门教程使用-CDC use to explain the handle used to create the MFC in DC. Can be used as introductory tutorial
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:吴华
  1. TI-cortex-M4-USB-Host-CDC-Driver

    0下载:
  2. cortex-M4 USB Host CDC驱动-cortex-M4 USB Host CDC driver
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-12
    • 文件大小:2162688
    • 提供者:飞云
  1. CDC

    0下载:
  2. 游戏程序,由计算机或一方给出一个单词,另一方根据单词的个数猜出单词。-Games, a party given by a computer or a word, the other to guess the word based on the number of words.
  3. 所属分类:游戏

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:GPS设备
  1. INF

    0下载:
  2. 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.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:赵星
  1. intro

    0下载:
  2. #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,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1375232
    • 提供者:divanci
« 12 »

源码中国 www.ymcn.org