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

搜索资源列表

  1. GLog

    0下载:
  2. 源码实现了一个简单的日志功能,可以记录日期和时间。 编译生成了静态lib,方便加载再其他工程中。 程序应用vc 6.0。是线程安全的。-The Pragma is a software what a log execute. make a lib file. safe thread. vc6.0+ MFC+ STATIC LIB
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:16377
    • 提供者:王少
  1. VC_ThreadCommunication_usecustom

    0下载:
  2. 开发平台:vc6; 功能:理解用MFC如何使用自定义消息进行线程间通信(基于对话框)。-Development platform: vc6 function: to understand how to use the custom with the MFC message thread communication (dialog-based).
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2300857
    • 提供者:simon
  1. UIThreadDemo

    0下载:
  2. 创建MFC用户界面线程\UIThreadDemo\UIThreadDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。-Create an MFC user interface thread \ UIThreadDemo \ UIThreadDemo.rar, very good vc source, interested friends can see.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:43413
    • 提供者:李志红
  1. WorkThreadDemo

    0下载:
  2. 创建MFC工作者线程,进行耗时计算\WorkThreadDemo\WorkThreadDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。-Create an MFC worker thread, the time-consuming calculations \ WorkThreadDemo \ WorkThreadDemo.rar, very good vc source, interested friends can see.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:42783
    • 提供者:李志红
  1. MFCwindows-program-design-

    0下载:
  2. 《MFCWindows程序设计》(第2版)(修订版)不仅扩展了已被认为是权威的关于Microsoft用于WindowsAPI的功能强大的C++类库的阐述,还新增了有关COM、OLE和ActiveX的内容。《MFCWindows程序设计》(第2版)(修订版)的作者,JeffProsise,用其无与伦比的技巧向读者讲述了MFC程序设计中的基本概念和主要技术再次阐释了在32位Windows平台上进行了快速的面向对象开发的完美方法。《MFCWindows程序设计》(第2版)(修订版)涵盖了以下专题:事件
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-14
    • 文件大小:21557911
    • 提供者:weio
  1. LANScanner

    0下载:
  2. 实质是arping的MFC版本,功能与ARPing相同,但是增加了界面。-Functions and features of the LANScanner program are as follows: 1. It can scan and show the active hosts on the LAN within a very short time (~1-2 seconds) 2. Although one or more network interface cards are
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:229196
    • 提供者:guring
  1. Jason-ChattingRoom

    0下载:
  2. 基于 TCP 协议的 MFC 聊天程序。利用多线程,实现有好的界面。-Based on TCP, the MFC AP is a small chatting program. The multi thread technique makes it a good interface for the user.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7432228
    • 提供者:小蝈
  1. 13

    0下载:
  2. 从管理员身份获得 SYSTEM 权限的四种方法 伪寄存器语法(Pseudo-Register Syntax) 利用 cards.dll 写自己的扑克程序 利用 Debug API 编写一个简单的脱壳机 手工构造一个超微型的 PE 文件 改造 MFC 编写的控件在 Win32ASM 中使用 枚举全局钩子 监视远程线程的创建 编写一个简单的 SoftICE 命令扩展 识别 ida.dll 导出函数为可读形式(idc 脚本 调试 DLL 时加载到不同地址的小技巧
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-10
    • 文件大小:1453083
    • 提供者:jianjian
  1. Msimulator

    0下载:
  2. 97协议模拟电表,通过串口实现的,主要有两个线程,一个负责获取数据,一个负责发送!-Msimulator,it is based on C++ MFC,through urat communication.Two thread respons for sending data and reply data.
  3. 所属分类:Com Port

    • 发布日期:2017-05-30
    • 文件大小:12675653
    • 提供者:李峰兆
  1. morethread

    0下载:
  2. 基于MFC和vc6.0编写的多线程程序,能动态添加线程,分线程计算10000自然数累加和-Multithreaded programs written in MFC and vc6.0 can dynamically add a thread, the thread computing 10000 natural number sum
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-10
    • 文件大小:17366771
    • 提供者:yaoxiong
  1. spread

    0下载:
  2. 线程的挂起与唤醒程序代码,运行无误,在VC6.0下,MFC程序-The thread hang up and sensei program code, operation and correct, in VC6.0, MFC program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1864852
    • 提供者:李永超
  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
    • 文件大小:976977
    • 提供者:阳光
  1. MFCThread

    0下载:
  2. 一个MFC的工程,使用线程的方法,创建线程,使用线程-A MFC project, using threading methods, create a thread, use the thread ...
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:22678
    • 提供者:王龙
  1. DrawLinesAndRect-ThreadProgram

    0下载:
  2. 基于MFC的单文档程序,可以通过点击菜单按钮由线程控制在文档VIEW界面出现不同条数的直线和矩形,是线程学习的一个例子。-MFC-based single-document program, you can click the menu button in the document VIEW interface controlled by a thread to a different number of straight lines and rectangular, an example of
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:4677055
    • 提供者:天晨
  1. Timer_Thread

    0下载:
  2. MFC中手动创建定时器、线程、消息传递、虚函数的使用,做的一个集成Demo-MFC, manually create a timer, thread, message passing, the use of virtual functions to do an integrated Demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:32514
    • 提供者:雷盼
  1. Socket

    0下载:
  2. 关于Socket的一个简单实现,在C++中使用MFC的CSocket直接连接,在服务器端和客户端各添加了一个线程用于传输。实现比较简单,两个CSocket连接后就可以传文件,且传好的文件可以通过MD5的检查。-Socket A simple implementation in C++ using MFC CSocket direct connection, add a thread for the transmission of the server and client. Relatively
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:4015607
    • 提供者:andy
  1. Thread_Test

    0下载:
  2. mfc Thread,此程序演示mfc thread 運行方式-thread
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-19
    • 文件大小:7485324
    • 提供者:yu
  1. VC-CLIENT

    0下载:
  2. mfc的用户界面线程,很好的例子。试过了,不错,非常不错!-mfc user interface thread, a good example. Tried, good, very good!
  3. 所属分类:Windows CE

    • 发布日期:2017-11-21
    • 文件大小:15634399
    • 提供者:louiew
  1. Test

    0下载:
  2. 基于MFC的一个网络通信的例程,多线程实现UDP的通信,接收和发送分别在不同线程中实现。-MFC-based network communication routines, multithreaded UDP communication, receive and send different thread.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-28
    • 文件大小:3625896
    • 提供者:冯波
  1. ULock

    0下载:
  2. 信息安全邀请赛参赛作品,可实现在不影响任何u盘正常操作的情况下用u盘锁定屏幕。涉及mfc界面变成,远程线程注入,直接访问磁盘等操作。-Information security the invitational entries can be achieved in the case does not affect the normal operation of any u disk u disk lock screen. Involved mfc interface into a remote t
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:5921822
    • 提供者:孙宽
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com