CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - mfc 界面

搜索资源列表

  1. MultiThread6

    0下载:
  2. windows的多线程编程(界面线程和辅助线程),mfc相关2
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13.3kb
    • 提供者:胡利军
  1. ps_manager

    0下载:
  2. 这个程序是用MFC开发,运行后程序会显示系统中所有的进程,同时包括删除进程等一些功能。界面友好。适合于初学者
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68.48kb
    • 提供者:GINA620
  1. wz2

    1下载:
  2. MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68.95kb
    • 提供者:吴真
  1. multitread_002

    0下载:
  2. MFC对多线程编程的支持.该函数有两种重载形式,分别用于创建工作者线程和用户界面线程-MFC Programming for multi-threaded support. The function has two overloaded forms, respectively, used to create worker threads and user interface threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:22.97kb
    • 提供者:xjy
  1. MuliThread1

    0下载:
  2. 普通多线程问题,MFC界面实现,适合初学者使用-Common multi-threading issues, MFC interfaces, suitable for beginners to use
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:240.25kb
    • 提供者:guoyansong
  1. Dispatch

    0下载:
  2. 实现操作系统进程调度的四种基本算法,MFC实现,有较好的界面。实现比较简单~适合于初学者-it is about the OS process Dispacher ,including four basic methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1.91mb
    • 提供者:baobao
  1. 20100428MultiThread6

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

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

    1下载:
  2. 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-05
    • 文件大小:836kb
    • 提供者:chenzifeng
  1. UIThreadDemo

    0下载:
  2. vc 创建MFC用户界面线程\UIThreadDemo的程序源码,希望对大家有所帮助-vc create an MFC user interface thread \ UIThreadDemo the program source code, we hope to help
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:40.88kb
    • 提供者:
  1. UIThreadDemo

    0下载:
  2. vc——创建MFC用户界面线程\UIThreadDemo的程序源码,值得一看!-vc- create an MFC user interface thread \ UIThreadDemo the program source code, worth a visit!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:42.32kb
    • 提供者:
  1. Processes-and-threads

    0下载:
  2. Processes and threads包括使用Win32 API创建、销毁线程——控制进度条,创建MFC用户界面线程,创建MFC工作者线程,进行耗时计算,设置线程的优先级,使用全局结构进行线程间的通信,使用自定义消息进行线程间的通信,使用事件对象进行线程间的通信等-Processes and threads, including using the Win32 API to create, destroy the threads- to control the progress bar, c
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:954.08kb
    • 提供者:阳光
  1. VYannErDownlli

    0下载:
  2. Visual C开发的多线程下载工具,支持HTTP/FTTP、多线程、断点续传,图形显示出来下载进度,MFC界面。 -Visual C multi-threaded download tools, support for HTTP/FTTP, multi-threaded, HTTP, graphic display download progress, MFC interface.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:291.75kb
    • 提供者:
  1. MFC-user-interface-thread

    0下载:
  2. VC++实例258——创建MFC用户界面线程-VC++ instance 258- Create MFC user interface thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:22.68kb
    • 提供者:guo feng
  1. Filesearch

    1下载:
  2. 主要是一个C++方面的小项目,使用了多线程的方式和MFC的界面,程序读取文件夹中的文本文件,然后判断文件中是否有指定字符串。使用信号量来维持线程间的通信,用临界区来保护资源。-Is a C++ aspects of small items, use the text file on multiple threads, and the MFC interface, the program reads the file in the folder, and then determine whethe
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:1.91mb
    • 提供者:andy
  1. MultiThread

    0下载:
  2. 如果我们在一个MFC对话框程序里面,点击一个执行延时10秒的按钮,那么在这10秒延时过程中,对话框程序将无法做其他的事,不响应其他的消息,那么它就是一个单线程的程序,因为它本身就拥有一个主线程,主线程处于工作状态,将无法响应其他的消息。 因此,为了让程序更好的处理一些耗时的操作,所以将一些耗时的,并且不直接表现在界面上的一些工作,另开一个线程去操作,因此在这里有必要学习——多线程编程。-If we are in an MFC dialog program inside, click on a
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:106.48kb
    • 提供者:Kyle
  1. mfc-thread

    0下载:
  2. 一个 MFC 界面多线程的例子-一个 MFC 界面多线程的例子
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:14.58kb
    • 提供者:ke
  1. 窗口划线4(CDC fun)

    0下载:
  2. 可实现窗口操作,如划线,画矩形,选择颜色,实现界面设计(Window operations can be achieved, such as scribing, painting rectangles, color selection, interface design)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:3.39mb
    • 提供者:此鯤非鱼
  1. helection

    0下载:
  2. 在MFC界面中实现多字体,通过控件ComboBox来实现的,字体很多,不是很实用,但用来学习还是很不错的,()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-01
    • 文件大小:9kb
    • 提供者:pifaq
  1. MFC用户界面线程的创建

    0下载:
  2. 实现界面线程和工作线程,简单的文件拷贝,包括进度条、速度、时间的显示。(To achieve interface threads and work threads, simple file copy, including the progress bar, speed, time display.)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-03
    • 文件大小:146kb
    • 提供者:liuziyi
  1. IMQG19

    0下载:
  2. 生成 sdp文件的工具,有三种不同的SDP模式CIF,QVGA,SD,MFC界面,()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-22
    • 文件大小:51kb
    • 提供者:QGAozgwl%217650
« 12 »
搜珍网 www.dssz.com