CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 消息处理

搜索资源列表

  1. windowsxiaoxi

    0下载:
  2. 本资料为幻灯片,介绍windows消息处理机制,能很好的掌握并编写-The data for the slide show to introduce the windows message processing mechanism, can well control and to prepare
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:40801
    • 提供者:小兰
  1. BoostTest

    0下载:
  2. 编写过MFC程序的朋友都知道,通过资源编辑器编辑菜单项,设定菜单项ID,然后MFC内部通过该ID来映射菜单命令处理函数和菜单界面更新函数。我设想撇开MFC的资源编辑,在MFC程序中通过xml文件来进行界面配置,然后利用字符串来映射消息处理函数。借助boost库,我实现了这一设想。具体就是在xml文件指定一个字符串,然后通过这个字符串就能找到它的命令消息处理函数和界面更新命令消息处理函数。-MFC write-off procedures friends all know, through the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-29
    • 文件大小:11309152
    • 提供者:朱小明
  1. MiniSpy

    0下载:
  2. 窗口管理,消息处理方面的代码。具体参阅源代码-Window Management
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:272408
    • 提供者:yaozeqin
  1. DotNET_AsyncMessageProcess

    0下载:
  2. .NET 下不连续异步消息处理的研究.pdf是C#开发人员值得好好学习。-. NET is not a continuous asynchronous message processing under study. Pdf is worth C# developers learn.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:117206
    • 提供者:caihong
  1. menuandtools

    0下载:
  2. 掌握菜单的实现机制和创建过程 掌握普通下拉菜单和上下文菜单的创建 掌握工具栏的创建和消息处理过程-Master menu creation process implementation mechanism and the control of ordinary drop-down menu and context menu in the toolbar to create master creation and message processing
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:164139
    • 提供者:刘岩
  1. delphi5

    0下载:
  2. delphi 消息处理技术 (含全部源码)-Information processing technology (including full source code)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:7489
    • 提供者:蒋楠
  1. Unix2nd

    0下载:
  2. 嵌入式开发 基于minigui 的帮助文档,C语言版。列表框,组合框,复选框。消息处理。-Minigui-based embedded development with the help documentation, C language version. List box, combo box, check box. Message processing.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-12
    • 文件大小:2617379
    • 提供者:linda
  1. BookCode

    0下载:
  2. 本书是通往高级程序设计的桥梁,其中并不涉及初学者的内容,完全从实战出发讲述核心理论和程序设计!这就意味着没有把时间浪费在一些基础的概念,如初始化Direct3D或使用Windows的消息处理上,所以你需要预先了解一些关于Direct3D的相关知识。啊哈!不要立马想到放弃,我所谓的基础知识是很基础的内容,如初始化Direct3D,使用材质和纹理,操作顶点缓冲器。如果你己知道这些,那么就肯定已经做好了学习该书的准备。-This book is a bridge leading to high pro
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-17
    • 文件大小:26451486
    • 提供者:narsu
  1. pingbao7

    0下载:
  2. 屏幕保护程序的编写由静态链接库 SCRNSAVE.LIB 支持,它包含了建立屏幕保护程序的主程序和缺省功能,如建立一个缺省的大小为全屏幕的窗口供用户使用,并提供缺省的消息处理程序-The preparation of the screen saver from the static link library SCRNSAVE.LIB support, which includes the establishment of the main program screen saver and the
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3354
    • 提供者:李超
  1. dlg

    0下载:
  2. MiniGUI消息处理 下拉式的显示 对话框应用编程显示实例-MiniGUI
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-14
    • 文件大小:3716
    • 提供者:董洁
  1. MScroll

    0下载:
  2. 测试鼠标水平滚动和垂直滚动源码,以及消息处理-Test the mouse horizontal scrolling and vertical scrolling Source
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:40250
    • 提供者:Rayne
  1. randomstack

    0下载:
  2. 一个彩票号码随机生成器,可用于抽奖,也可以参考一些界面的WM_CTLCOLOR 消息处理方式。 -A random lottery number generator, can be used to draw, you can refer to some interface WM_CTLCOLOR message handling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3428311
    • 提供者:liu jie
  1. 200621110151714

    0下载:
  2. 这是一个从指定网页格式分离单词的小程序,自动从http://www.fane.cn/article_list.asp?c_id=1&s_id=1链接抓取分析其它可用链接,然后对所有链接进行分析找到可用页面然后分离中英文单词,并进行分类。 使用了多线程处理,遇到了很有趣的多个不同功能的许多线程相互协调工作的问题,由于采用主线程进行消息处理安排线和工作流程所以会产生主程序窗口被堵死情况,特别是在开的线程很多的时候。-This is a separate word from the spec
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:715646
    • 提供者:SuperCola99
  1. exp4mymfc

    0下载:
  2. 自定义继承MFC类,实现基本窗口的创建,和j基本消息处理。-Custom MFC class inheritance, to achieve the creation of the basic window, and j the basic message handling.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:yiyi
  1. vc_mfc_message_handling_mechanism_of_the_classic_t

    0下载:
  2. vc mfc的消息处理机制的经典教程vc mfc message handling mechanism of the classic tutorial-vc mfc message handling mechanism of the classic tutorial vc mfc message handling mechanism of the classic tutorial
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1729370
    • 提供者:kazi
  1. MFC_programming_window_creation_and_message_proces

    0下载:
  2. MFC编程窗口的创建和消息处理教程MFC programming window creation and message processing tutorial-MFC programming window creation and message processing tutorial MFC programming window creation and message processing tutorial
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1141537
    • 提供者:ik
  1. SNMPv3_Message_Processing_USM_mht_Tutorial

    0下载:
  2. SNMPv3消息处理和USM mht教程SNMPv3 Message Processing and USM mht Tutorial-SNMPv3 Message Processing and USM mht Tutorial
  3. 所属分类:SNMP

    • 发布日期:2017-04-06
    • 文件大小:140278
    • 提供者:uy
  1. WSAAyncSelect

    0下载:
  2. Win32平台 异步模型 通过消息处理实现异步非阻塞-Win32 platform asynchronous model asynchronous message processing through the non-blocking
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1945944
    • 提供者:穆帅
  1. csthreadmessageprocess

    0下载:
  2. 线程消息处理,以及相关demo 需要的朋友可以下载-Threaded message processing, and related demo
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:63773
    • 提供者:11111
  1. MFC_Programming

    0下载:
  2. 陈述了C++的一些特性,包括有关于MFC的应用结构,消息处理,通用控件以及对话框的实现等等。-C++ presented a number of features, including the structure of MFC applications, message processing, the realization of common control and the dialog box and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6329177
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 48 »
搜珍网 www.dssz.com