搜索资源列表

  1. Event

    0下载:
  2. 介绍了EVENT的一些简单使用,包括创建EVENT、SETEVENT等
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6777
    • 提供者:徐刚
  1. PocketMVP_source

    0下载:
  2. 一个播放器 使用了evc 大家可以参考下 哦 -a player used evc we can refer to the next, oh
  3. 所属分类:Windows CE

    • 发布日期:2024-05-05
    • 文件大小:2148352
    • 提供者:
  1. win_snmp

    0下载:
  2. windows系统下snmp编程源代码,内容包括agent、管理者例子和编程规范说明,初学者的最好学习资料-windows system snmp programming source code, including agent, manager and programming specification examples, the best learning materials for beginners
  3. 所属分类:SNMP编程

    • 发布日期:2024-05-05
    • 文件大小:1892352
    • 提供者:公维宾
  1. Event

    0下载:
  2. 介绍了EVENT的一些简单使用,包括创建EVENT、SETEVENT等-EVENT introduce a number of simple to use, including the creation of EVENT, SETEVENT, etc.
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:1212416
    • 提供者:徐刚
  1. showtraf-1.7.0-src

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

    • 发布日期:2024-05-05
    • 文件大小: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-05-05
    • 文件大小: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-05-05
    • 文件大小:252928
    • 提供者:abner
  1. javarfid-0.1-src.tar

    0下载:
  2. unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitFo
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-05
    • 文件大小:11264
    • 提供者:akub
  1. ftpscanner

    0下载:
  2. unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitFo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:647168
    • 提供者:akub
  1. Win32MultiThread_Event

    0下载:
  2. Event是windows32线程同步中的重要部分,该程序可以帮您理解Event的使用包括automatic模式manual模式下的setevent、pulseevent、resetevent的使用等。-Event is a thread synchronization in windows32 an important part of the program can help you understand the use of Eve
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:1206272
    • 提供者:Jerry
  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-05-05
    • 文件大小:26624
    • 提供者:zhangzl
  1. Mutex

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

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:zjbcp
  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-05-05
    • 文件大小:3191808
    • 提供者:weijunyan002
  1. MyJob

    0下载:
  2. 为了显示调试信息的方便,做了这个控件,用Message2Console函数向控件增加消息. 也可用SendMessage的方式向控件增加消息. 本MyBigJob只是为了测试这个控件. 这是我第三次上传这控件,改进了多个相同控件的兼容.(因为之前在响应函数里加了static) 这段代码是我学线程时做的. 线程方面学到的函数有:Sleep,WaitForSingleObject,SetEvent-To
  3. 所属分类:按钮控件

    • 发布日期:2024-05-05
    • 文件大小:4096
    • 提供者:bapeccw
  1. MultiThread9

    0下载:
  2. 使用CEvent类来实现线程间同步,在Dialog 界面上含一个按钮,两个编辑框。点击按钮,一个编辑框开始更新数据,等它更新完后会SetEvent以便第二个编辑框开始更新数据。-Using CEvent class to realize synchronization among threads.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:4302848
    • 提供者:Vector
  1. CSerialPort-problem-

    0下载:
  2. CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopM
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:blacks
  1. Event

    0下载:
  2. 介绍了EVENT的一些简单使用,包括创建EVENT、SETEVENT等-EVENT introduce a number of simple to use, including the creation of EVENT, SETEVENT, etc.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:pf06zhifan23
  1. Event

    0下载:
  2. 介绍了EVENT的一些简单使用,包括创建EVENT、SETEVENT等-EVENT introduce a number of simple to use, including the creation of EVENT, SETEVENT, etc.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:c14jip

源码中国 www.ymcn.org