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

搜索资源列表

  1. MyThreadPool.rar

    0下载:
  2. 使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。,STL use under windows to do the thread pool, semi-synchronous/semi-asynchronous model, when the thread was not using suspend.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:13902
    • 提供者:刘应
  1. MutexesDlg

    1下载:
  2. 编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术-The preparation of multi-threaded applications the most important problem is the thread synchronization between the resources to visit. Because the shared resource when multi
  3. 所属分类:Process-Thread

    • 发布日期:2016-10-25
    • 文件大小:4026
    • 提供者:朱科
  1. MutexSynch

    0下载:
  2. 多线程编程-利用互斥量对象实现线程之间的同步。-Multi-threaded programming- the use of mutex objects to achieve the amount of synchronization between threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:27642
    • 提供者:hmc
  1. netmsg

    0下载:
  2. 1.说明 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). 2.特点 a.采用tcp非udp的socket编程,保证传输的稳定性和实时性. b.在同步操作时大多数采用了多线程和超时控制.例如:在传送文件的同时能继续聊天. c.服务器只负责用户登陆,查询,修改用户的基本信息和实时的在线用户列表.而不参与客户端之间
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:248698
    • 提供者:肖武华
  1. threadpool

    0下载:
  2. 线程池功能,控制线程的执行及同步,在同一时刻,线程池中只允许指定数量的线程执行.-Thread pool function, control the implementation of threads and synchronization, at the same time, the thread pool to allow only a specified number of threads implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:24038
    • 提供者:流星
  1. javasocket

    0下载:
  2. 1. socket通信:有客户端和服务端的socket代码。 2. 多线程:客户端和服务端各用一线程发送信息;服务端另有一监听线程,用于把超时的信息删除。 这里应用到了同步,使两个线程可以操作同一个map。 -1. Socket communications: There are client and service side of the socket code. 2. Multi-threading: client and server uses one threa
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:79247
    • 提供者:李玉琳
  1. MyThreadPool

    1下载:
  2. 用VC上自己写的一个线程池,实现了一个自定义的CriticalSection,一个安全且可自动解除的锁,一个自定义的线程类,它封装了一个线程核心对象,最后实现了线程池类,用来管理线程对象。 且利用事件核心对象,实现了线程核心对象对消息列表的同步访问。下载即可运行,是整个工程文件-a threadpool, implemented by define a self-defining CriticalSection, a safy lock class,and a thread class whic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:20182
    • 提供者:Jack
  1. sum_static

    0下载:
  2. 使用windows api的多线程入门级简单实例,使用临界区作为同步机制-Use windows api easy entry-level multi-threaded example, the use of the critical zone as a synchronization mechanism
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2415252
    • 提供者:王文婷
  1. Thread

    0下载:
  2. Windows 线程类 使用方便支持同步-Easy to use Windows threads support category synchronization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:110571
    • 提供者:奔跑的蜗牛
  1. multiline

    0下载:
  2. 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步-Set up a project, the main thread is responsible for user interaction, provide a button on the interface through which users set up a new thread to handle complex calc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:241640
    • 提供者:黄昕
  1. windowpro

    0下载:
  2. 多线程应用程序,实现同步功能,它一边内部进行计数,一边在窗口播放AVI动画-Multi-threaded applications to achieve synchronization, it counts the internal side, the side of the window to play AVI animation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1938473
    • 提供者:zone
  1. thread

    0下载:
  2. java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:24436
    • 提供者:firezxm
  1. Multithreading

    0下载:
  2. 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:41744
    • 提供者:何平
  1. QQliaotiangongju

    0下载:
  2. 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:244857
    • 提供者:竹竹
  1. SocketCAsyncSocketCSocket

    0下载:
  2. Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4345
    • 提供者:wangwei
  1. LANTIME

    0下载:
  2. Windows下基于TCP/IP的多线程通信,实现点对点聊天和系统时间同步功能。-Windows, TCP/IP-multi-threaded communication, to achieve point-chat and system time synchronization.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:33810
    • 提供者:王键
  1. synchronization

    0下载:
  2. windows线程的创建和用线程等待实现线程的同步-windows thread creation and the use of threads waiting to achieve thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:32062
    • 提供者:yutou
  1. ThreadS

    1下载:
  2. 基于MFC的简单多线程程序,运用同步机制使计数线程和显示线程协调工作-A simple MFC-based multi-threaded program, the use of thread synchronization mechanism to realize the coordination of the count thread and the display thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-21
    • 文件大小:6150889
    • 提供者:聂亦夏
  1. CSharp_Thread_Src

    0下载:
  2. 以CSharp实现多线程采集程序,包括读/写功能及线程间的同步问题,编写软件有此功能需求者是不错的范例。-To CSharp multi threaded collection procedures, including the read/write functions and synchronization between threads, this function needs to write software with an example of those who are good.
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:545684
    • 提供者:HongHao
  1. threadCreate

    0下载:
  2. 关于线程编程的文档。讲述线程的创建与取消、私有数据、同步和中止。-Programming document on the thread. About the creation and abolition of the thread, private data, synchronization and termination.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:211496
    • 提供者:雪逸
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com