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

搜索资源列表

  1. lab09

    0下载:
  2. 多线程(2): 掌握线程同步、线程间通信-Multi-threaded (2) : Master thread synchronization between threads, and communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:128329
    • 提供者:
  1. quintergame

    0下载:
  2. 五子棋对战游戏的实现 安装JDK、配置环境变量,打开Eclipse导入项目,运行server.chessServer类启动服务器端,运行client.chessClient类启动客户端。目前只支持两个客户端进行网络对战,多个玩家还有如线程同步问题等。两个客户端可以在同一台电脑上运行。-quinter game server.chessServer client.chessClient
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:74309
    • 提供者:chenzd
  1. DataShare

    0下载:
  2. 线程同步实例:在主线程中创建多个工作线程,在工作线程中实现对共享数据的同步访问。-Thread synchronization instance: in the main thread to create multiple threads to synchronize access to shared data in a worker thread.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:6079
    • 提供者:leo
  1. shiyan4

    0下载:
  2. 一个简单的java的线程同步与互斥小程序,可以更好了解线程的同步与互斥方法的调用-A simple java thread synchronization and mutual exclusion program, you can better understand the thread synchronization and mutual exclusion method call
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:96901
    • 提供者:胡辉
  1. ch03

    0下载:
  2. 五子棋对战游戏的实现,打开Eclipse导入ch03项目,运行server.chessServer类启动服务器端,运行client.chessClient类启动客户端。目前只支持两个客户端进行网络对战,多个玩家还有如线程同步问题等。两个客户端可以在同一台电脑上运行。-The realization of renju game against, open the Eclipse import ch03 project, run server. ChessServer class start the
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:73967
    • 提供者:yuan
  1. duohe

    0下载:
  2. 多线程的三种实现,包括 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。 -多线程的三种实现,包括 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4426046
    • 提供者:JJ
  1. Mutex_synchronize_threads

    0下载:
  2. 利用mutex互斥变量实现线程同步机制,并输出循环1000000次所用的时间-Mutex variable to synchronize threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1160330
    • 提供者:林俊文
  1. Peterson_synchronize_threads

    0下载:
  2. 利用Peterson软件法实现线程同步机制,并输出循环1000000次所用的时间-Peterson Thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1160123
    • 提供者:林俊文
  1. Android-Handler_Thread

    0下载:
  2. andriod 多线程所线程同步,多线程通信-Android Handler Thread
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:10236
    • 提供者:chen
  1. huatu

    1下载:
  2. VB多线程绘图程序,无聊时改的一个多线程窗口绘图程序,加了线程同步技术,此多线程可在IDE下调用运行,但退出程序,VB6会崩溃。每条线一个线程,开了1000多线程,CPU占用不到2 -VB multi-threaded graphics program, a multi-threaded window drawing program change when bored, add thread synchronization technology, this multi-threaded call
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:11366
    • 提供者:hao
  1. monk

    0下载:
  2. 多线程技术 老和尚喝水,小和尚挑水,小和尚喝水 多线程同步与互斥的控制-Multi-threading technology oldmonk__drink young__monk drink young__monk_getwater
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:32876
    • 提供者:lsx
  1. Syn_Thread

    0下载:
  2. 描述了多线程的几种实现方式及实现线程同步的几种方法-Describe several of the multi-threaded implementation, and thread synchronization are several ways
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:151366
    • 提供者:东门之杨
  1. socket

    0下载:
  2. 线程同步与异步套接字编程的源代码,为一个压缩包,含客户端和服务器端代码-Thread synchronization with asynchronous socket programming source code as a compressed package, including client and server-side code
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:45270
    • 提供者:cq
  1. 208090311

    0下载:
  2. 线程同步、进程同步及进程间通信技术进行了实现。-Thread synchronization, process synchronization, and interprocess communication technology to achieve.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:152987
    • 提供者:chu
  1. Maze

    0下载:
  2. 利用栈的基本结构,实现迷宫。并且还能利用多线程同步播放多首背景音乐-With the basic structure of the stack, the maze. And also use multi-thread synchronization to play background music
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-19
    • 文件大小:29246710
    • 提供者:李梁
  1. heisiik123

    0下载:
  2. 运用文件共享、互斥体、信号量、关键段、油槽及管道实现线程同步和进程通讯。-The use of file sharing, and mutexes, semaphores, critical sections, tank and piping, thread synchronization and interprocess communication.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11868149
    • 提供者:孤独求败
  1. Code1

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event object, key code segment kernel (critical area) explanation and the application in a multithreaded synchronization. Under Windows base
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:40412
    • 提供者:lj
  1. linux_multi_thread

    0下载:
  2. 创建了一个linux多线程程序,通过俩个互斥量来实现线程同步,顺序打印出从1到100的数字。-Create a linux multi-threaded program, both mutex to synchronize threads, the order to print out the number from 1-100.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:3212
    • 提供者:刘志军
  1. thread-and-socket

    0下载:
  2. 线程同步与异步套接字编程:用VC++写出一个线程同步与异步以及socket套接字通信的例子-Thread synchronization with asynchronous socket programming to write a thread synchronization with asynchronous socket socket communication examples: VC++
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:42609
    • 提供者:lz
  1. CreticDemo

    0下载:
  2. 使用windows临界区的一个程序例子,用于数据保护的多线程同步-Example of a program of the critical area of ​ ​ the windows, multi-thread synchronization for data protection
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:29515
    • 提供者:John
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 44 »
搜珍网 www.dssz.com