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

搜索资源列表

  1. pro-com

    1下载:
  2. 进程和进程通信 1.设计一个程序,创建一个子进程,使父子进程合作,协调地完成某一功能。要求在该程序中还要使用进程的睡眠、进程图象改换、父进程等待子进程终止、信号的设置与传送(包括信号处理程序)、子进程的终止等有关进程的系统调用。 2.分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:6387
    • 提供者:yiyuzhiming
  1. MyOnlyOne_VC

    0下载:
  2. 引用一名话来说VC就是“只有你想不到的,没有VC做不到的”。下面这个程序实现程序互斥运行的几种方法 。-Quoted the words of a VC is " Only you can not think of, there is no VC can not." Realize this procedure the following procedures for the operation of several ways mutually exclusive.
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:16105
    • 提供者:fuke
  1. zhexuejia

    0下载:
  2. 哲学家进餐问题,实现多进程间的互斥访问,进程间的竞争-Dining Philosophers problem, to achieve mutually exclusive access among the multi-process, the process of competition between
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1369
    • 提供者:zhouwei
  1. MutiThread

    0下载:
  2. 建立多线程的模板,其中包括互斥、运行一次实例,等等,比较好用,编写类似程序时具有一定的参考价值。-The establishment of multi-threading templates,including the exclusive,run once instance,and so on,more easy to use,write a similar program has certain reference value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-19
    • 文件大小:28577280
    • 提供者:李建
  1. yunxingyici

    0下载:
  2. delphi用互斥变量实现程序限制运行一次,练习用 !-delphi program with mutually exclusive variables to achieve limited operation time, practice with!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:162176
    • 提供者:张洪涛
  1. Reader_and_Writer

    0下载:
  2. 操作系统中读者写者算法的实现,涉及到系统互斥资源的争用和释放问题,初学者可以参考-Readers to write the operating system the realization of those algorithms, involving mutual exclusion of resources to the system and the release of contention issues, beginners can refer to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:911308
    • 提供者:wc
  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
    • 文件大小:820
    • 提供者:王跃辉
  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
    • 文件大小:39145
    • 提供者:zs21
  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
    • 文件大小:37875
    • 提供者:胡杨
  1. sy4

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

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

    0下载:
  2. 是一个OS中生产者与消费者的互斥锁的问题-This is a producer and consumer s program.
  3. 所属分类:Other systems

    • 发布日期:2017-06-03
    • 文件大小:14958922
    • 提供者:mayancheng
  1. ThreadLock

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

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

    0下载:
  2. 生产者消费者程序,实现 同步 互斥 -os
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1134
    • 提供者:simire
  1. 123

    0下载:
  2. 学习生产者与消费者的运行基本原理 (2)学习使用共享内存区 (3)学习使用多进程 (4)学会使用锁互斥访问对象。 -The learning of producers and consumers the run basic principle (2) learning to use a shared memory area (3) learning to use a multi-process (4) learn to use the lock exclusive access
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:16117
    • 提供者:程序
  1. DNduokai

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

    • 发布日期:2017-04-16
    • 文件大小:46077
    • 提供者:赵开富
  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
    • 文件大小:1866176
    • 提供者:苛刻
  1. 干互斥体(请自己获取互斥体句柄)

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

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:妞妞大神
  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
    • 文件大小:4096
    • 提供者:Gothic追忆
  1. 简单值班出差系统(Excel版本)

    0下载:
  2. 利用Excel+VBA编写的值班排班表,可以自动生成日历、值班出差人员点击选择、值班出差人员互斥、自动生成值班表格、值班出差统计及柱状图等功能。(The duty shift schedule written by Excel+VBA can automatically generate calendar, duty personnel on duty, click and select, on duty, business personnel exclusion, automatic gene
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1111040
    • 提供者:老董83
  1. API创建互斥体禁止程序重复运行

    0下载:
  2. 调用系统API,创建互斥体禁止程序重复运行(Invoke system API, create mutex, prohibit program running repeatedly.)
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com