CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Mutex

搜索资源列表

  1. Queue

    0下载:
  2. 队列管理封装类,包括mutex锁, 先进先出的功能-Queue management package categories, including mutex locks, the function of FIFO
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2.2kb
    • 提供者:sander
  1. readerwriter

    0下载:
  2. 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h,db_h,used as a counter and mutex between 2 writers. Main function create 3 reader thre
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:820byte
    • 提供者:王跃辉
  1. vcMultiThread

    0下载:
  2. VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。 -VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex object' s explain how to use multi-threaded mutex object to achieve synchr
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:38.23kb
    • 提供者:zs21
  1. mutex

    0下载:
  2. mutex runnable working program
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:561byte
    • 提供者:jes
  1. MultiThread

    0下载:
  2. VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。-VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex objec
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:36.99kb
    • 提供者:胡杨
  1. sy4

    1下载:
  2. 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:697.96kb
    • 提供者:陈婷婷
  1. ThreadLock

    0下载:
  2. 线程的互斥锁实现方法,是一个小代码。 初学者可以参考。-Threads mutex implementation is a small code. Beginners can refer to.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:13.52kb
    • 提供者:夏天
  1. DNduokai

    0下载:
  2. 利用hoot取消互斥变量进行多开,内附各区IP及接口-Cancel mutex variable using the hoot to open
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:45kb
    • 提供者:赵开富
  1. Mutex

    0下载:
  2.  
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:898byte
    • 提供者:李波
  1. UniqueInstance

    0下载:
  2. VC6.0实现的,只能有一个程序实例运行的例子程序。两套实现方案。一个使用互斥对象,一个使用找到窗口句柄-VC6.0 achieved, there can be only one instance to run the example program. Two implementations. Use of a mutex object, a window handle to use to find
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.78mb
    • 提供者:苛刻
  1. thread-mutex

    0下载:
  2. 操作系统中的线程互斥问题,简单的操作系统编程。-The operating system to the problem of thread mutex
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2.64mb
    • 提供者:赵放
  1. MultiThread

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Writing multithreaded programs, multi-threaded applications prone to problems. Mutex object to explain how to use a mutex object to the multi-thread synchroniza
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:8.07kb
    • 提供者:唐英杰
  1. ThreadTest

    0下载:
  2. c++ 互斥锁,多线程,简单例子,适合初学者!-c++ Mutex, mulit thread example, used to primer.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.71kb
    • 提供者:tqnd890919
  1. melon_os_v0.19

    0下载:
  2. 自己闲的蛋疼时,写了一个操作系统, 支持进程基于优先级抢占,timer, mutex mailbox 内存管理等特性-I writed a OS kennel in the fucking boiling time
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:550.13kb
    • 提供者:峨眉峰
  1. 745611

    0下载:
  2. Mutex APIs Make multiple instance aware programs(Mutex APIs Make multiple instance aware designed)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:2kb
    • 提供者:ugphrtexf
  1. mutex

    0下载:
  2. Mutex program for student
  3. 所属分类:其他

  1. thtKompletely

    0下载:
  2. 完全自己编写的消息队列,代码中还实现了互斥量,信标量以及线程调度(Completely write your own message queue, the code also implements the mutex, scalar and thread scheduling)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:18kb
    • 提供者:Grksjlda
  1. 干互斥体(请自己获取互斥体句柄)

    0下载:
  2. 根据句柄关闭互斥体,多开常常会用到这个!!!!!!(Closes the mutex according to the handle)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1kb
    • 提供者:妞妞大神
  1. 关闭互斥体

    0下载:
  2. 如果你找到了游戏多开的互斥体却不知道怎样关闭它,那么本源码会帮到你的。(If you find a game mutex, but you don't know how to turn it off, then the source will help you.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:4kb
    • 提供者:Gothic追忆
  1. PPD_codigosFontes

    0下载:
  2. mutex, threads stack, merg, mergsort
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:75kb
    • 提供者:edjalma
« 12 »
搜珍网 www.dssz.com