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

搜索资源列表

  1. showtraf-1.7.0-src

    0下载:
  2. GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:820.22kb
    • 提供者:sanjay
  1. CreateEvent

    0下载:
  2. 通过CreateEvent(),SetEvent()函数实现线程通知主线程结束,主线程继续执行。-Through the CreateEvent (), SetEvent () function to inform the main thread the end of the thread, the main thread to continue.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3.04mb
    • 提供者:逍遥客
  1. proxy32

    0下载:
  2. 代理程序模块支持多种常用代理: 1, http代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 等-DeleteService StartServiceCtrlDispatcher RegisterServiceCtrlHandler SetServiceStatus Sleep GetCurrentDirectory GetModuleFileName GetSystemDirectory CopyFile OpenSCManager CreateService Clo
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-27
    • 文件大小:246.85kb
    • 提供者:abner
  1. TestEvent

    0下载:
  2. 事件的使用实例。主要示例了CreateEvent、SetEvent、ResetEvent、WaitForSingleObject函数的使用。-Events use cases. Major example of the CreateEvent, SetEvent, ResetEvent, WaitForSingleObject function to use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:25.71kb
    • 提供者:zhangzl
  1. Mutex

    0下载:
  2. 首先,调用 CreateEvent函数创建一个事件对象,该函数返回一个事件句柄。然后,可以设置(SetEvent)或者复位(ResetEvent)一个事件对象,也可以发一个事件脉冲(PlusEvent),即设置一个事件对象,然后复位它。复位有两种形式:自动复位和人工复位。在创建事件对象时指定复位形式。 自动复位:当对象获得信号后,就释放下一个可用线程(优先级别最高的线程;如果优先级别相同,则等待队列中的第一个线程被释放)。 人工复位:当对象获得信号后,就释放所有可利用线程。 最后,使
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:981byte
    • 提供者:zjbcp
  1. Produce Consume

    1下载:
  2. 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。-Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creatio
  3. 所属分类:Windows编程

    • 发布日期:2013-04-10
    • 文件大小:2.84kb
    • 提供者:李明
  1. TCreateEventh

    0下载:
  2. 通过CreateEvent(),SetEvent()函数实现现线程通知主线程结束,主线程继续执行。, -By CreateEvent (), SetEvent () function is now thread notify the main thread to the end of the main thread to continue execution. ,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3.04mb
    • 提供者:weijunyan002
搜珍网 www.dssz.com