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

搜索资源列表

  1. Threadqxc

    0下载:
  2. 分别利用函数AfxBeginThread 和函数 CreateThread进行多线程编程。并对线程就行了简单策控制。-respectively AfxBeginThread function and the use of function into CreateThread the multi-threaded programming. Also on the trip threaded a simple control strategy.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:44761
    • 提供者:王光
  1. 070920171745

    0下载:
  2. 多线程控制,可以自己控制,createThread ResumeThread ,SuspendThread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:388738
    • 提供者:zlt
  1. CWinThread.rar

    0下载:
  2. 这是一个关于CWinThread以及利用继承自CWinThread使用多线程的程序! 1,尽量使用DECLARE_DYNCREATE,这样能够动态创建。 2,继承自CWinThread,所以可以使用CreateThread()函数进行线程创建,在最开始我被书上的AfxBeginThread(RUNTIME_CLASS(CMyClass))误导了,还以为一定要按照这种方式创建线程呢。 3,查MSDN的同时,也要注意思考C++的机制,这样才能有的放矢地顺利解决问题。,This is a stu
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:38444
    • 提供者:wuwei
  1. CreateThread

    0下载:
  2. 该程序为演示程序,创建多线程程序,初学C#编程可以借鉴。-Create multi-threaded program, beginners can learn C# programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-21
    • 文件大小:19673
    • 提供者:zhm
  1. createthread

    0下载:
  2. this to create a thread and execute sql queries-this is to create a thread and execute sql queries
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1780
    • 提供者:sarfaraz
  1. createThread

    0下载:
  2. Windows多线程编程之创建线程 create thread-Multithreaded Programming Windows create a thread create thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:2544732
    • 提供者:wujun
  1. CreateThreadExample

    0下载:
  2. 一个基于对话框的多线程程序的例子,主要示范了如何应用CreateThread-A dialog-based multi-threaded program example demonstrates how to use CreateThread major
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1887113
    • 提供者:li
  1. createthread

    0下载:
  2. 创建线程实例程序,可以直接运行后产生多线程-Create a thread instance program, you can have multiple threads running directly
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:248178
    • 提供者:梁伟
  1. CreateThread

    0下载:
  2. 鼠标点击按钮,启动线程,马上开始计数, 在Edit中显示,一秒钟刷新一次。-Click the mouse button to start the thread, immediately began to count, in the Edit display, a second refresh.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:14259
    • 提供者:idcomcn
  1. GetThreadStartAddress

    1下载:
  2. 使用非公开函数获取线程的入口地址,也就是CreateThread的第三个参数。-Use of non-public function to get the thread entry address, which is the third parameter CreateThread.
  3. 所属分类:Process-Thread

    • 发布日期:2016-01-11
    • 文件大小:10240
    • 提供者:langouster
  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. Good Example for how to create Mult threading with Using Windows c-Good Example for how to create Mult -threading with Using Windows c++
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:462654
    • 提供者:ming
  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. 有关windows下线程创建函数 CreateThread用法详解-The Windows down to create function CreateThread usage solutions for multiple threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:6493
    • 提供者:liuzhixing
  1. ThreadCreate

    1下载:
  2. 使用系统调用CreateThread()创建一个子线程,并在线程中显示:Thread is Running!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5秒,之后使用ExitThread()撤销进程。-System call CreateThread () to create a child thread, the thread: Thread is the Running! . In order to allow users to clearly see the thr
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:948698
    • 提供者:slp
  1. Semaphore

    0下载:
  2. 主、子两个线程之间的同步,要求子线程先执行。在主线程中使用系统调用CreateThread()创建一个子线程。主线程创建子线程后进入阻塞状态,直到子线程运行完毕后唤醒主线程。-The main synchronization between two threads of the child requires the child thread is executed first. In the main thread using the system call CreateThread () to
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:952806
    • 提供者:slp
  1. CreateThread

    0下载:
  2. 使用Win32 API创建、销毁线程 创建线程控制进度条-Using the Win32 API to create, destroy thread ,creates thread to control the progress bar
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:3569995
    • 提供者:WaterDropSteps
  1. CreateThread

    0下载:
  2. 创建多线程的例子,模拟多个线程之间互相占用cup资源-Example, to create a multi-threaded simulation of multiple threads between occupying cup resources
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-15
    • 文件大小:2433800
    • 提供者:zym
  1. TestThread

    0下载:
  2. 线程简单调用,重构CWndThread的类,以最简单的方式CreateThread-simple thread override
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:12440
    • 提供者:siquin
  1. test---CreateThread

    0下载:
  2. 使用windows系统的API来创建、销毁线程的教程实例-Use windows system API to create, destroy threads tutorial examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:11937
    • 提供者:
« 12 »
搜珍网 www.dssz.com