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

搜索资源列表

  1. CreateThread

    0下载:
  2. create thread 线程的实例,讲述vc线程编写-create thread threaded example, about vc threading
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:966273
    • 提供者:hubo
  1. Console_Thread

    0下载:
  2. vc 控制台(console)下实现线程和定时器的例程,使用CreateThread和SetTimer方式。在控制台下实现了定时器Timer消息的截取和处理。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9848
    • 提供者:sqich
  1. rwLock.rar

    0下载:
  2. VC开发的控制台程序,主要用于演示进程和Windows下信号量的使用,同时演示了将线程启动函数封装到类中的方法。,Console VC6 project that show how to use Semaphore and Thread in windows platform, it also shows a skill that can write the createThread methord in a class.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1921650
    • 提供者:封泽希
  1. VIPSHELL2007

    0下载:
  2. [VC] VIPSHELL2007代码 VipShellServer 是服务端程序。 VipShellServer.cpp 连接的地址在 void CVipShellServer::Test() { //.. WORD wVersionRequested = MAKEWORD(1, 1) WSADATA wsaData WSAStartup(wVersionRequested, &wsaData) // CreateThread(0,0,Thre
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:606080
    • 提供者:精灵
  1. Thead1

    0下载:
  2. vc 写的多线程小程序。用到了api函数createthread-multi-thread program by vc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:26912
    • 提供者:高能
  1. CreateThread

    0下载:
  2. vc 使用Win32 API创建、销毁线程——控制进度条\CreateThread的程序源码,希望对大家有所帮助-vc use Win32 API to create and destroy threads- control the progress bar \ CreateThread the program source code, we hope to help
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-24
    • 文件大小:34816
    • 提供者:
  1. CreateThread

    0下载:
  2. vc——使用Win32 API创建、销毁线程——控制进度条\CreateThread-vc- Use Win32 API to create and destroy threads- control the progress bar \ CreateThread
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:36346
    • 提供者:
  1. CreateThread

    0下载:
  2. vc——控制进度条\CreateThread的程序源码,值得一看!-vc- control the progress bar \ CreateThread the program source code, worth a visit!
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:36571
    • 提供者:
  1. CreateThread

    0下载:
  2. VC++数字图像处理的部分内容,想下载的尽快下载。-DIGITAL IMAGE PROCESSING USING VC++
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1511512
    • 提供者:supeiyin
  1. CreateThread

    0下载:
  2. 使用Win32 API创建、销毁线程 的 vc源码。-Using Win32 API to create, destroy threads
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:36717
    • 提供者:
  1. CreateThread

    0下载:
  2. vc使用Win32 API创建、销毁线程的程序源码,感兴趣的可以-Use Win32 API to create, destroy threads
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:36790
    • 提供者:李足意
  1. CreateThread

    0下载:
  2. vc使用Win32 API创建、销毁线程的程序源码-Use Win32 API to create, destroy threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:36863
    • 提供者:汪跃飞
  1. CreateThread

    0下载:
  2. vc 使用Win32 API创建、销毁线程的程序源码,不错,推荐-Use Win32 API to create, destroy threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:36936
    • 提供者:吴敏辉
  1. CreateThread

    0下载:
  2. 使用Win32 API创建、销毁线程 的 vc源码。-Using Win32 API to create, destroy threads
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:36841
    • 提供者:anmili
  1. CreateThread

    0下载:
  2. 单线程的创建,用的是C++进行的编写,简单-Can draw a polygon of the c++ program, easy to understand, can be compiled by vc++ 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:13887
    • 提供者:PANWEI
  1. CreateThread

    0下载:
  2. 使用Win32 API创建、销毁线程——控制进度条,VC++精选编程源码,很好的参考资料。-Use Win32 API to create, destroying threads-- control the progress bar, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13276
    • 提供者:桂花翅子
  1. test4

    0下载:
  2. 大家知道在VC++中我们可以用CreateThread创建一个线程,该函数返回这线程的Handle,以后我们就可以用这个Handle来管理这个线程的。于是我们可以做一个类名为ThreadManager,来管理这些Handle,并随时监控这些线程的状态。 总的思想就是这样,不过为了方便使用,我们最好把这个类封装成DLL的形式,这样以后我们在任何程序中都可以很方便的用该类来管理线程了(当然如果你有兴趣,也可以用COM模型来实现)。 -We all know that in VC++, we
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1520
    • 提供者:衣谷
搜珍网 www.dssz.com