CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线程间通讯

搜索资源列表

  1. 学习多线程之一:线程通信--利用事件对象

    0下载:
  2. 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17398
    • 提供者:xuxu
  1. page56

    0下载:
  2. 刊登在2005年第2期的代码,代码演示了在Visual C++中利用自定义消息实现线程间通讯。-published in 2005, two of code, code demonstrating the use of Visual C since the definition of news to achieve communication between threads.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:78675
    • 提供者:天秀
  1. 会话程序

    0下载:
  2. 线程的概念、属性;线性创建的2种方式及其联系、区别和使用场合;线程的生命周期和5种状态;线程状态控制的一般方法;线程同步的概念、原理;线程同步的场合、线程同步的条件、同步对象的选取;线程间通讯的概念,与线程同步的区别;notify和wait的使用方法。两类socket通信的概念、特点、应用场合;两类socket通信的客户和服务端的基本步骤;组播通信的概念、组播客户端服务端的基本结构。-threads concept attribute; The creation of two linear mo
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7388
    • 提供者:rain
  1. vc++多线程

    0下载:
  2. 多线程编程   进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。   线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。   每一个进程至少有一个主执行线
  3. 所属分类:Windows编程

    • 发布日期:2009-01-16
    • 文件大小:55560
    • 提供者:chenmh639
  1. linux_useAPI_and_other

    0下载:
  2. linux 应用程序API_进程 进程和信号编程 管道/io ,进程间通讯,网络编程, 线程机制 -linux application process and signal process API_ programming pipeline/io, inter-process communication, network programming, threading mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:424385
    • 提供者:aa
  1. multhread

    0下载:
  2. 多线程编程:Win32 API多线程编程例程、MFC中的多线程开发、线程间通讯、线程的同步。-Multi-threaded programming: Win32 API routine multi-threaded programming, MFC in the multi-threaded development, inter-thread communication, thread synchronization.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:166950
    • 提供者:tk
  1. socket

    0下载:
  2. 实现多线程间的异步通讯,主要应用委托的天生异步性-Between multi-threaded implementation of asynchronous communications, commissioned a major application of natural induction
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:61246
    • 提供者:allenzhang
  1. LinuxQueue

    0下载:
  2. linux 线程间通讯的队列例程,本人修改使用,请多多支持。-linux queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:307496
    • 提供者:
  1. ThreadComt

    0下载:
  2. 自定义消息实现线程间通讯,对于线程开发很有借鉴意义。-To achieve a custom message thread communication, thread for the development of referential significance.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:173456
    • 提供者:心港
  1. TestHandler

    0下载:
  2. Handler应用方面的具体介绍 适合入门者以及高级研发人员深入学习,进一步掌握android线程间通讯的简单例子-a sample for android handler
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:114436
    • 提供者:张云
  1. EventObject_Manage

    0下载:
  2. 一个windows多线程实例,如果想写一个多线程程序又苦于不知道怎样做线程间通讯的朋友可以参考一下-Example of a multi-threaded windows, if they want to write a multithreaded program does not know what to do suffer from communication between threads can refer to a friend
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11926939
    • 提供者:欧哥
  1. ThreadTest

    0下载:
  2. 线程实例,线程间通讯控制,辅助线程调用主线程控件-Thread instance, controls communication between threads, worker threads call the main thread controls
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1963893
    • 提供者:fengzhengsong
  1. 111

    0下载:
  2. 线程通讯实例,实现线程间通讯,传递信息12345-Thread communication instance, to achieve inter-thread communication, transmission of information
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1891667
    • 提供者:张国
  1. CMutexDemo02

    0下载:
  2. 线程间通讯,通过互斥锁同步技术实现,能够很好的解决线程调用的安全性问题-Inter-thread communication, synchronization by mutex implementation, the thread can call a good solution to security problems
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:27193
    • 提供者:peterlee
  1. Visual-CPPzidingyixiaoxichuansong--

    0下载:
  2. 在Visual C++中利用自定义消息实现线程间通讯-In Visual C++ to achieve a custom message in the use of inter-thread communication
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-06-09
    • 文件大小:16895141
    • 提供者:帐篷
  1. ThreadWorker

    0下载:
  2. 利用后台工人线程自动休眠自动工作,充分展示delphi线程的优越性。涉及到delphi多线程同步、线程唤醒、线程间通讯技术。-A test for thread that works at background and call it on surface. It s include process s communitations and callback between process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:695199
    • 提供者:gongan
  1. Airead-digit-box-6e93783.tar

    0下载:
  2. JPEG 文件解压缩(库文件) 背景音乐播放(多进程) 用户按键控制( IPC ) 画面特效显示(多线程) 目录遍历(多线程间通讯) Frombuffer 的应用(内存映射) U 盘检测(文件 I/O ) 天气预报( HTTP/XML )-JPEG files unzip (library files) The background music playback (Multi-process) The user button control (IPC) S
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:32437
    • 提供者:冬冬
  1. multitreadsrc3

    0下载:
  2. 多线程编程实例 包含2个源程序,线程间通讯及临界区的使用介绍-Multi-threaded programming examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:26836
    • 提供者:zy
  1. xiancheng

    0下载:
  2. 通过代码实现线程间通讯,实现等待、唤醒等机制。(Thread communication is realized through code.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:9216
    • 提供者:killerbaby
  1. WinSock2

    0下载:
  2. 一直很烦恼delphi附带的socket控件都不能满足我的设计逻辑需要,无奈只好自己动手封装了API,并且得到实践的证明(至少有两个服务器能稳定运行至今),本socket组件的多线程机制是安全的稳定的。 在服务器端,创建线程池,对于每个客户连接对应一个独立的线程类,可以在线程内处理客户数据,并可以线程间采用同步机制交换数据,为通讯服务器的建立提供了技术实现的基础。 U版本的经过了缺陷优化,虽然仅是经过了测试也还没有得到实践运行,但从以往成熟的结构演变而来的,问题应
  3. 所属分类:Windows编程

    • 发布日期:2019-10-27
    • 文件大小:18432
    • 提供者:ccc_aaa
« 12 3 »
搜珍网 www.dssz.com