搜索资源列表

  1. CETestEvent

    0下载:
  2. WinCE下有名Event事件编程源码 WinCE named event 在进程之间信息传递方法代码 CreateEvent 工程代码 OpenEvent工程代码-WinCE programming under well-known events Event Source WinCE named event in the process of information transmission method between
  3. 所属分类:Windows CE

    • 发布日期:2024-07-01
    • 文件大小:67584
    • 提供者:Chen Zhongming
  1. showtraf-1.7.0-src

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

    • 发布日期:2024-07-01
    • 文件大小:839680
    • 提供者: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. 所属分类:进程与线程

    • 发布日期:2024-07-01
    • 文件大小:3189760
    • 提供者:逍遥客
  1. proxy32

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

    • 发布日期:2024-07-01
    • 文件大小:252928
    • 提供者: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编程

    • 发布日期:2024-07-01
    • 文件大小:26624
    • 提供者:zhangzl
  1. Mutex

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

    • 发布日期:2024-07-01
    • 文件大小:1024
    • 提供者:zjbcp
  1. demo

    0下载:
  2. CreateEvent事件对象的使用,大家看看例子吧-CreateEvent use the event object, we look at an example
  3. 所属分类:系统编程

    • 发布日期:2024-07-01
    • 文件大小:205824
    • 提供者:symanli
  1. ProduceConsume

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

    • 发布日期:2024-07-01
    • 文件大小:3072
    • 提供者:李明
  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编程

    • 发布日期:2024-07-01
    • 文件大小:3191808
    • 提供者:weijunyan002
  1. CEventExample1

    0下载:
  2. CreateEvent函数在多线程中使用及实例,里面有vc6源码和文章,供参考我运行过没问题-The CreateEvent function in a multi-threaded and examples, with vc6 source and article
  3. 所属分类:系统编程

    • 发布日期:2024-07-01
    • 文件大小:166912
    • 提供者:jmplay
  1. 130408221121aircrack-2.41

    0下载:
  2. Wfi GetModuleFileName GetModuleHandle SetCurrentDirectory GetStdHandle-WfiGetModuleFileName GetModuleHandle SetCurrentDirectory GetStdHandle SetConsoleTextAttribute SetConsoleCursorPosition GetConsoleScreenBufferInfo Fil
  3. 所属分类:加密解密

    • 发布日期:2024-07-01
    • 文件大小:2120704
    • 提供者:梁森
  1. ProduceConsume

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

    • 发布日期:2024-07-01
    • 文件大小:3072
    • 提供者:guosonl
  1. CreateEvent

    0下载:
  2. 学习网络编程,一个简单的使用CEvent类编程程序。-Learning network programming, a simple to use CEvent class programming procedures.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-07-01
    • 文件大小:245760
    • 提供者:yu tianjian

源码中国 www.ymcn.org