搜索资源列表
AVR-CDC.2006-07-18
- AVR模拟USB资料全部资料,可以简单的实现USB功能,测试OK-AVR analog USB data all the information
Text
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC grasp of the word processing program to prepare, how to generate custom fonts and custom insertion site, and is familiar with the use of CString
UltraISO_7.5.1_Build965
- CD Image Editor *.iso,*.bin,*.nrg,*.cdc-CD Image Editor*. iso,*. bin,*. nrg,*. cdc
cdc_wmc10
- Universal Serial Bus CDC Subclass Specification for Wireless Mobile Communication Devices
CDCLineDrawingUsingCComboBox
- 利用CDC及窗口拆分功能实现简单的线条绘制功能,能初学VC++会有一定帮助。-Using CDC to complicate line drawing!
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) protected: CBitmap*m_pBitmapOldBack
vcText
- 用VC++编写一个CDC文字处理程序的代码,通过本程序大家可掌握如何产生自定义字体和自定义插入符,熟悉对CString类的使用。讲解定时器的使用和DrawText函数的巧妙运用以及CDC的裁减功能。-Using VC++ to write a word processing program code CDC, through this process we can learn how to create custom fonts and custom insert a symbol, famil
mfc
- 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndir
cdc-demo
- VC++6.0 手动加载*.DLL文件 自绘曲线 自由控制灵活方便,可直接用于项目开发-VC++6.0 manual load*. DLL file from the curve free control is flexible and convenient, can be directly used in project development
Proyecto-Urbanizacion-USB-CDC
- Tank level measure with PIC 18F4455 and CDC usb Communication
Chapter5
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-Master CDC word processing program to prepare, how to customize fonts and custom caret, familiar with the use of CString type. According to Cara OK
mfc
- 独立开发一个MFC绘图程序,基于“文档-视图”结构,在客户区能够完成- void CDopicDlg::OnBnClickedQuse() { // TODO: 在此添加控件通知处理程序代码 CDC* m_dc CRect m_rect m_pic.GetClientRect(m_rect) m_dc = m_pic.GetDC() int r1,g1,b1,r2,g2,b2 for (int i = 1 i<m_rect.ri
Text
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。 -Master the CDC' s word processing program to write, how to generate custom fonts and custom caret, familiar with the use of CString class. By
AVR-USB-162-CDC
- AT90USB162 sourcecode
VistaCalendar
- Vista风格日历 在对话框上绘制软件的背景位图并根据背景位图设置窗体的显示区域然后获得系统当前日期并根据当前日期计算对应的农历日期,然后通过CDC类将获得的日期数据绘制在窗体上-Vista style calendar in the dialog box on background bitmap drawing software and then get the current system date and the current date to calculate the correspo
HDC-CDC-CClientDC-CPaintDCC-WindowDC
- 集中介绍了HDC,CDC,CClientDC,CPaintDC,CWindowDC的使用方法和区别,绘图显示效果,区分窗口客户区。-Focus on the HDC, CDC, CClientDC, CPaintDC, CWindowDC to use and distinction, graphics effects, to distinguish the window client area.
CDC
- 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。-CDC on how to output text, graphics maintain function, collections CPtrArray use, the differen
Code
- 理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-Understand the message sent to the window is how the MFC framework mapping table by the window handle and message mapping
cdc-example
- usb cdc serial port example codevisionavr