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

搜索资源列表

  1. q1

    0下载:
  2. VC++不使用MFC创建双线程的多线程实例源码包:twothread第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC。-No second twothread first thread message queue, the main thread to the firs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3658
    • 提供者:gpudn54
  1. Progress-bar

    0下载:
  2. VC++ mfc 单线程进度条,点击一下按钮,进度条会加载一下,这样便于看效果-VC++ MFC single thread progress bar, click the button, the progress bar will load, so it is easy to see the effect
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:10871
    • 提供者:anug
  1. Pro_Con

    0下载:
  2. MFC做的生产者与消费者,利用list显示生产、消费、和仓库中的产品,程序中有创建,挂起,结束线程,经测试可以实现,程序的开发环境是VS2010.-MFC do producers and consumers, the use of list display production, consumption, and warehouse products, programs have created, pending the end of the thread, the test can be a
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-15
    • 文件大小:23964593
    • 提供者:刘尚武
  1. wlanscannew

    0下载:
  2. 编写了一个简单的MFC获取笔记本电脑附近AP热点的小程序。获得MAC,iRSSI,ssid信息。多线程,工作线程扫描ap。-a simple MFC demo,get the iRssi,MAC and Ssid around the computer.Multi-Thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-16
    • 文件大小:25322302
    • 提供者:董泽锋
  1. socket--multhread--udp

    0下载:
  2. 多线程实现基于UDP协议的网络收发编程,基于mfc框架,-multi thread socket udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-29
    • 文件大小:11753177
    • 提供者:刘如奎
  1. serial-port

    0下载:
  2. 利用mfc 在vc6.0环境下 实现串口的通讯。所用设备是FTU,规约为101规约。其中用了线程来监测数据是否发送完毕 接收完毕-Serial communication using mfc under vc6.0 environment. The equipment used is the FTU, the statute of 101 statute. Which used thread to monitor whether the data has been sent has been r
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5186873
    • 提供者:晨光
  1. ScanPort

    0下载:
  2. mfc/vc++ 端口扫描 socket 线程 局域网-scan port thread
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-27
    • 文件大小:7880
    • 提供者:zheng
  1. 20150203BAR

    0下载:
  2. 一个很好的VC++ mfc 单线程进度条源码,这里面主要是通过一个单线程,实现进度条的显示,是通过openGL进行画图的。-A very good VC++ single threaded MFC progress bar code, most of it by a single thread, achieve progress bar display, is drawing by openGL.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:11306
    • 提供者:Morgan
  1. win32_timer

    0下载:
  2. 基于网上很多定时器都是用MFC写的,而用win32方面比较少,项目用到定时器这块,所以顺便上传一份. 是在VS2010 > VC++ > Win32控制台建的工程.里面涉及线程/定时器,简单易用,下载完可直接运行.-Based on the Internet many timers are written in MFC, but less use win32 aspect, project use the timer, so upload a., by the way is in V
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:8087376
    • 提供者:李伟
  1. UIThreadDemo

    0下载:
  2. 使用visual c++创建MFC用户界面线程-Create an MFC user interface thread using visual c++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:22648
    • 提供者:shadow
  1. 110104010104

    0下载:
  2. 解决的主要问题 (1)MFC界面设计 (2)模拟生产者消费者的互斥操作 (3)各信号量及互斥体的使用 线程 线程是程序独立运行的基本单位,一个程序通过执行多个线程可以提高机器本身资源的利用率,同时也可以完成多任务并行运行的操作,多线程可以实现并行处理,避免了某项任务长时间占用CPU时间。 互斥体 互斥体与临界区很相似,但是使用时相对复杂一些,它不仅可以在同一应用程序的线程间实现同步,还可以在不同的进程间实现同步,从而实现资源的安全共享。 信号量 信号量是一个
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5292514
    • 提供者:曾小丽
  1. MY-SOCKET

    0下载:
  2. MFC中各个Dialog之间的传值、添加会话框以及Listcontrl的使用。     并从父窗体弹出的子窗体回弹到原来的父窗体,只需要使用CDialog::onOK() 方法即可,因为模态弹出的对话框具有阻塞性,若是使用新定义的对象再进行DoModal() 方法,反而会出错,即会又重新出现了新的窗体,虽然是一样的窗体,但是内容和值都不再存在。     Updatedata()方法可以实现窗体和函数内参数值的传递。     进行CStr
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-16
    • 文件大小:3927261
    • 提供者:曾小丽
  1. vodcommsrc

    0下载:
  2. 声卡应用MFC界面程序,实现基于UDP协议的声卡接收和发送功能,网线传输,实现NA和AN转换。具体传输协议可以灵活修改,调用线程即可。-MFC application program interface card, sound card-based UDP protocol to receive and transmit functions, cable transmission, to achieve NA and AN conversion. Specific flexibility to
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-19
    • 文件大小:28142592
    • 提供者:hanteider
  1. AfxBeginThead3

    0下载:
  2. MFC UI线程的例子,线程与线程通讯,-UI Thread sample
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-21
    • 文件大小:38819419
    • 提供者:徐志鸿
  1. functibn-cmeate

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

    • 发布日期:2017-05-05
    • 文件大小:63348
    • 提供者:ixkr-901134
  1. CThreadEx

    0下载:
  2. MFC多线程实例,在主线程的基础上创建一个工作线程-MFC multithreaded instance, based on the main thread to create a worker thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-12
    • 文件大小:92517
    • 提供者:刘加朋
  1. WindowInfo

    0下载:
  2. MFC程序,功能有PE文件解析、进程管理、线程管理、窗口查看、系统操作等功能。- MFC程序,功能有PE文件解析、进程管理、线程管理、窗口查看、系统操作等功能。 MFC program, the function of PE file parsing, process management, thread management, window view, system operation and other functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-14
    • 文件大小:217088
    • 提供者:刘刘
  1. ZFCMFC

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

    • 发布日期:2017-12-13
    • 文件大小:63365
    • 提供者:ucrmt
  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-25
    • 文件大小:62464
    • 提供者:bilua
  1. Ftp单线程客户端

    1下载:
  2. 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)
  3. 所属分类:Ftp客户端

    • 发布日期:2020-05-29
    • 文件大小:27648
    • 提供者:王俞
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com