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

搜索资源列表

  1. CTestThread

    0下载:
  2. MFC中线程处理,退出窗口时让线程正常退出-thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:27234
    • 提供者:陈玉森
  1. TestThreadPool

    0下载:
  2. 在MFC下面点击菜单响应线程池工作事件,线程池工作是一个写文件内容到c盘。可以设定线程池的大小。-In the MFC-click menu below to respond to the work of the event thread pool, thread pool is a written document to the c drive. Can set the thread pool size.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3632541
    • 提供者:bug3000
  1. testMultiOp

    0下载:
  2. 这是一个在MFC下的线程同步的例子,我在其中用了一个副线程(SecondApplication)来处理对话框的消息,同时处理消息,将处理的消息反馈给对话框的textbox-This is an MFC thread synchronization under the examples in which I used a vice thread (SecondApplication) to handle the dialog box message, while addressing the me
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:45693
    • 提供者:sunyi
  1. EVC2676

    0下载:
  2. 这是以Windows CE为平台的EVC高级编程及其应用开发,包括MFC编程、进程、线程编程等-This is the Windows CE as a platform for EVC high-level programming and application development, including the MFC programming, process, thread programming, etc.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-23
    • 文件大小:7532647
    • 提供者:zhangci
  1. Scan

    0下载:
  2. 自己学习编写的主机扫描程序。MFC下,利用ICMP协议实现,代码简单。采用多线程编程,执行速度较快。-The preparation of their own to learn the host scanner. MFC, using ICMP protocol implementation, the code simple. Multi-thread programming, implementation faster.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:37316
    • 提供者:张俊平
  1. BallMove

    0下载:
  2. MFC中使用WIN32 API线程函数创建一个多线程程序,本例是基于对话框的应用程序。-MFC thread using WIN32 API functions to create a multi-threaded program, in this case is a dialog-based applications.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1897872
    • 提供者:钟毅
  1. SearchFile

    1下载:
  2. MFC,本例采用多线程技术,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索。-MFC, in this case multi-threading technology, that is, the process of traversing documents, whenever found in a folder, you create a new worker thread for file search.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1990200
    • 提供者:钟毅
  1. mtprint

    0下载:
  2. "The Revolutionary Guide to MFC 4 Programming With Visual C++"书中的例子,演示如何通过第二线程打印文档-" The Revolutionary Guide to MFC 4 Programming With Visual C++" book examples demonstrate how to print a document through the second thread
  3. 所属分类:Printing program

    • 发布日期:2017-04-08
    • 文件大小:21497
    • 提供者:李绍彬
  1. ScanPort

    1下载:
  2. MFC实现多线程 简单端口扫描程序 能自定义线程数量及扫描端口范围-MFC simple multi threaded port scanner can scan a custom port number and scope of the thread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-10-25
    • 文件大小:3753218
    • 提供者:许奇龙
  1. ThreadS

    1下载:
  2. 基于MFC的简单多线程程序,运用同步机制使计数线程和显示线程协调工作-A simple MFC-based multi-threaded program, the use of thread synchronization mechanism to realize the coordination of the count thread and the display thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-21
    • 文件大小:6150889
    • 提供者:聂亦夏
  1. Multithreadedprogressbar

    0下载:
  2. 一个多线程使用进度条的例程,可以帮助初学者学习基础的MFC编程。-More than one thread to use the progress bar in the routines that can help beginners learn the basis of MFC programming.
  3. 所属分类:StatusBar

    • 发布日期:2017-03-29
    • 文件大小:11737
    • 提供者:风少
  1. mobileprov

    0下载:
  2. 查看进程、进程号、模块、路径、线程等。VC6.0下,mfc-View the process, process ID, module, path, thread, etc..
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-10
    • 文件大小:2140367
    • 提供者:蒋丰杰
  1. 20100422MultiThread5

    0下载:
  2. 使用MFC 类库编程实现如何传送一个结构体给一个线程函数,可以通过传送一个指向结构体的指针参数来完成。-Programming using MFC, how to send a structure to a thread function, you can send a structure pointer parameter points to finish.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:71433
    • 提供者:陈大民
  1. 20100428MultiThread6

    0下载:
  2. 该程序使用MFC类库演示如何创建用户界面线程。-The program demonstrates how to create user interface thread.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:68262
    • 提供者:陈大民
  1. Windows_multithread_programming_and_example

    0下载:
  2. 本书通过众多实例介绍了如何实现Windows下的多线程编程,即重点介绍了Win32API下的多线程和MFC下的多线程编程,又介绍了多线程机制在网络编程、图形编程和数据库中的应用。 -This book describes through many examples of how to implement multi-thread programming under Windows, which focuses on Win32API and MFC under the multi-threade
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-08
    • 文件大小:15395932
    • 提供者:肖鹏
  1. worldtime

    0下载:
  2. 不使用图片,方便易用,多线程,可调节大小,七段式的世界时钟代码-MFC c++ WORLD TIME SHOW.multi thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3794717
    • 提供者:freewon
  1. ThreadSynchronization

    0下载:
  2. 一个用Mfc的临界区对象模拟线程同步问题-A critical area with Mfc simulation thread synchronization object
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3276347
    • 提供者:费腾
  1. 1

    0下载:
  2. 叙述了MFC 下使用定时器和渲染线程两种方法来实现基于OpenGL 的动画的编程过程。本文通过两个示例对这两种方法 的特点进行了分析、比较,以明确其各自的适用范围。-Timer and render thread are two main methods used in computer animation programming. This paper analyszed their features ,then com2 pared them.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:203402
    • 提供者:高额
  1. mfc_programming_thread_suspend_and_resume_operatio

    0下载:
  2. mfc编程线程挂起和恢复的操作源码mfc programming thread suspend and resume operation of source -mfc programming thread suspend and resume the operation of source mfc programming thread suspend and resume operation of source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:32324
    • 提供者:8j
  1. client

    0下载:
  2. A simple client for a chat server. Not using MFC, just winsock and c thread. The program is multithread and needs a server to connect to.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:4848
    • 提供者:mmj
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com