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

搜索资源列表

  1. MultiThreads

    0下载:
  2. 本程序实现同时运行的个线段,一个是显示动画的时钟,另一个是展示进度条,进度条恰好表不动画时钟的进度。本程序是基于对话框的MFC应用硬序-the program running simultaneously segments, the show is an animated clock, and the other is to demonstrate progress, the progress of the animation is not exactly table clock progres
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67633
    • 提供者:陈康
  1. 20073192143784

    0下载:
  2. 游戏运行于Win32平台(Win95 / 98, Win NT 4或者更高); 支持各种通信协议(LAN, Internet, Dial-up, Direct cable); 游戏允许四个人参与; 游戏使用图像和动画来显示背景和移动目标; 一个游戏片断是驻留在服务器上; 每个参赛者要么是一个服务器,要么是一个客户; 客户与服务器交互,并参与到游戏之中。 主要编程特征: 基于MFC; 充分应用C++特征; 使用DirectPlay; 使用DirectS
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1569324
    • 提供者:dsf
  1. MultiTimerDemo

    1下载:
  2. 基于MFC对话框的 WIN32 多线程定时器,使用Timer Sleep-WIN32 MFC dialog-based multi-threaded timer, use the Timer Sleep
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-06
    • 文件大小:3505152
    • 提供者:泽平
  1. vc

    0下载:
  2. 第2章 文档和视 第3章 对话框与控件 第4章 菜单、快捷键和控制条 第5章 图形操作 第6章 文件操作 第7章 MFC通用类 第8章 异常处理和诊断 第9章 多线程 -Chapter 2 documents and, as Chapter 3 of the dialog box and control Chapter 4 menu, shortcut keys and control section in Chapter 5 graphics operation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:356875
    • 提供者:yushu
  1. my2

    0下载:
  2. 用mfc实现的一个关于进程的对话框程序。创建司机和售票员进程,并实现他们的同步运行。-Mfc achieved using a dialog process on the process. The creation of the driver and the conductor process and achieve their synchronous operation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:36322
    • 提供者:燕子
  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-04
    • 文件大小:45693
    • 提供者:sunyi
  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. thread_test

    0下载:
  2. 一个MFC 对话框的应用程序,实现两个线程。线程1:不断地往一个全 局的字符串数组(大小为5)中写随机的字符串(数字和字母构成);线程2: 不断的处理字符串数组中的所有字符串,把它们逆序。 -An MFC dialog application, to achieve the two threads. Thread 1: constant string to a global array (size 5) to write a random string (numbers and le
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1956240
    • 提供者:赵万青
  1. jincheng

    0下载:
  2. 两个MFC 对话框程序,实现程序间虚拟内存的访问,从而实现进程间的 通信-Two MFC dialog program to realize the virtual memory access between programs in order to achieve inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3743882
    • 提供者:赵万青
  1. ProcessScheduling

    0下载:
  2. 操作系统的进程调度算法模拟,FCFS、SJF、高响应比优先,基于MFC对话框,可动态显示就绪队列和当前执行进程-Operating system process scheduling algorithm simulation, FCFS, SJF, high priority response ratio, based on MFC dialog box, you can dynamically display the ready queue and the current implementa
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1994800
    • 提供者:Meihua
  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
    • 文件大小:109037
    • 提供者:Kyle
  1. Start_New_Thread

    0下载:
  2. 本文介绍如何启动一个类作为一个单独的线程。该项目是一个MFC对话框项目。它显示了如何开始一个简单的C函数作为一个单独的线程。-This article describes how to start a class as a separate thread. The project is an MFC dialog project. It shows how to start a simple C function as a separate thread.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:82927
    • 提供者:cable
  1. Chat

    0下载:
  2. 利用多线程技术,基于MFC对话框实现多人聊天的程序。输入本地回路地址127.0.0.1,在编辑框中输入聊天内容,点击回车键,发送显示聊天内容。-The use of multi-threading technology, people chat on MFC dialog procedures. Enter the local loop address 127.0.0.1, enter chat in the edit box, and click the Enter key to send t
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1888369
    • 提供者:CMobileRobot
  1. MFC4D

    0下载:
  2. MFC 写的框架程序,包含分割视图,多视图,浮动对话框,多线程、进度条读取文件。 代码简单,覆盖面广-Framework of MFC programs, including split view, multiple views, floating dialog box, multithreading, progress bar to read the file.The code is simple, wide coverage
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:258893
    • 提供者:志强
  1. shrx

    0下载:
  2. 基于MFC对话框类创建的线程,传递给线程函数2个参数(Based on the MFC dialog box class to create threads, two parameters passed to the thread function)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-24
    • 文件大小:62464
    • 提供者:bilua
  1. zqvio

    0下载:
  2. 实现了MFC中的通用对话框CFileDialog与其他控件的组合使用,使得文件对话框有更大的灵活性()
  3. 所属分类:进程与线程

    • 发布日期:2017-12-28
    • 文件大小:39936
    • 提供者:qualneiod
  1. 236119

    0下载:
  2. MFC中实现自定义对话框窗口的形状以及让一部分透明()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:28672
    • 提供者:uracke
搜珍网 www.dssz.com