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

搜索资源列表

  1. VC清理助手使用了多线程

    0下载:
  2. VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿! -VC liquidation aides use the multithreading can find a large number of documents UI will not lead to a halt!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:395690
    • 提供者:啊啊啊啊
  1. 多线程编程

    0下载:
  2. VC++多线程编程
  3. 所属分类:进程与线程

    • 发布日期:2009-03-31
    • 文件大小:17085
    • 提供者:fyq1999@126.com
  1. vc++多线程

    0下载:
  2. 多线程编程   进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。   线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。   每一个进程至少有一个主执行线
  3. 所属分类:Windows编程

    • 发布日期:2009-01-16
    • 文件大小:55560
    • 提供者:chenmh639
  1. VC 多线程 服务器与客户端

    0下载:
  2. 多线程服务器
  3. 所属分类:网络编程

    • 发布日期:2011-05-23
    • 文件大小:1332838
    • 提供者:zc1219808
  1. VC++编写的类似于FTP传输工具

    0下载:
  2. VC++编写的类似于FTP传输工具。可以支持多线程传输。,VC++ Prepared similar to FTP transfer tool. Can support multi-threaded delivery.
  3. 所属分类:进程与线程

    • 发布日期:2017-03-23
    • 文件大小:95240
    • 提供者:fan_dx0202
  1. dbg_src.zip

    0下载:
  2. VC++编程,这是一个记录多线程日志文件的类,对于初学者有好处,VC++ Programming, this is a record of multi-threaded log file type, good for beginners
  3. 所属分类:进程与线程

    • 发布日期:2017-04-13
    • 文件大小:3417
    • 提供者:xxxxx
  1. threadtostudy.rar

    0下载:
  2. VC++6.0:多线程的实现,一个简单的例子,有利于初学者.,VC++6.0: the realization of multi-threaded, a simple example will help beginners.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:74109
    • 提供者:wangliang
  1. ex12b.rar

    1下载:
  2. 使用VC++ 6.0的多线程实现进度条控件的动画显示效果。代码中详细说明了工作线程与窗体线程之间的通信是使用用户自定义消息与对话框对象通信。代码注释非常详细,你可以比对ex12a示例,看一下纯timer与多线程编码的不同。本示例是学习VC++多线程非常好的例子!,使用VC++ 6.0的多线程实现进度条控件的动画显示效果。代码中详细说明了工作线程与窗体线程之间的通信是使用用户自定义消息与对话框对象通信。代码注释非常详细,你可以比对ex12a示例,看一下纯timer与多线程编码的不同。本示例是学习V
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1945138
    • 提供者:Arkliszeng
  1. xiancheng

    0下载:
  2. VC++6.0做的一个创建多线程并设置不同的优先级的小程序-VC++6.0 to do to create a multi-threaded and set the priority of different small procedures
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:237775
    • 提供者:张飞
  1. VC_Thread_Pools

    0下载:
  2. VC++ 6.0下实现的线程池程序。 用户可以在WorkItem下设置要完成的任务,设置好工作函数,即可运行线程池开始多线程工作。-VC++ 6.0 under the procedures for implementation of the thread pool. Users can set up under the WorkItem to achieve the mission, set up good job function, you can start the thread po
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:123309
    • 提供者:陈大林
  1. daothreadfix

    0下载:
  2. VC++编程,多线程的DAO,对于数据库的多线程处理有一定帮助-VC++ Programming, multi-threaded DAO, the database of multi-threaded processing to some extent help the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:257690
    • 提供者:xxxxx
  1. LANChat

    0下载:
  2. 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:237540
    • 提供者:sdfads
  1. win32_MultiThreads

    1下载:
  2. VC 实现的 多线程实例, 采用界面线程实现。-VC to achieve multi-threaded example, using threads to achieve the interface.
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:989807
    • 提供者:chendage
  1. lesson

    1下载:
  2. VC的多线程编程,一共有8个实例,涉及多线程的所有方面,四种线程同步方式,分别有例子。-VC of the multi-threaded programming, a total of eight examples, involving all aspects of multi-threaded, four-thread synchronization mode, the respective examples.
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-25
    • 文件大小:5966395
    • 提供者:付鋆
  1. MultiThread090808

    0下载:
  2. VC多线程学习样例很简单很实用的例子。。。对初学者很有用-Multithread VC sample is very simple to learn a very practical example. . . Very useful for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1860718
    • 提供者:王生
  1. threadpool

    0下载:
  2. VC++环境下线程池技术的经典例子。从事多线程技术开发者的必备模板。-VC++ environment, a classic example of thread pool technology. Engaged in multi-threading technology developers must-template.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:2909
    • 提供者:brooke
  1. vcthreads

    0下载:
  2. 10个vc++多线程源代码,c++多线程技术-10 vc++ source code for multi-threaded, multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:136843
    • 提供者:jackey
  1. ourdev_422469

    0下载:
  2. vc 多线程 数据采集系统源码 -AppWizard has created this 2222 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1979287
    • 提供者:lookingforlost
  1. MultiThread6

    1下载:
  2. VC多线程例程六及图解文档(界面线程) 包括源代码-VC and multi-threaded routines six graphic documentation (UI thread), including source code
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:560128
    • 提供者:onsunsl
  1. VC++安全终止线程

    0下载:
  2. 自己写的一个例子,用于VC的多线程安全退出。(Write an example of their own, for VC multi thread safe exit.)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:3551232
    • 提供者:uo07s
« 1 23 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com