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

搜索资源列表

  1. Mini FtpServer

    0下载:
  2. 一个演示工作原理命令的ftp服务器程序,使用信号量和临界区解决多线程的同步和互斥问题 -a demonstration of principle orders ftp server, the use of volume and signal to solve critical multithreading and synchronization of Mutual Exclusion
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:21332
    • 提供者:胡军
  1. HTTP代理服务器(czy)

    0下载:
  2. 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:62930
    • 提供者:chen
  1. 多线程程序的编写聊天 程序

    0下载:
  2. 多线程程序的编写聊天程序多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例-multithreading procedures in the preparation chat program multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex objec
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36360
    • 提供者:杨光源
  1. UCOS2_ZLGGUIv0.2

    0下载:
  2. 开发环境为ADS V1.2 v0.2 加入zlg_gui代码后调试通过, 现有功能:ucos2+zlg_gui,实现按KEY1键使蜂鸣器响两声并在LCD液晶上打印出按键次数。使用了信号量互斥的方法实现了只有先按键后蜂鸣器才响铃。-development environment for ADS V1.2 V0.2 joined zlg_gui code debugging, the existing functions : ucos2 zlg_gui achieve by KEY1 ke
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:140072
    • 提供者:王萧风
  1. TCPCom

    0下载:
  2. 看了袁渊先生在VC知识库《在线杂志》第14期发表的文章《基于TCP/IP的局域网多用户通信》,感觉受益颇多,但也觉得里面有一些不太完善的地方,具体来说主要有: 1、两个服务器单独运行,且主线程均阻塞,用户界面死锁,不便于控制; 2、聊天服务器线程和互斥量的使用可能导致死锁; 3、不能实现文件传送(文件传送可不能由服务器转发,否则非把它累趴下不可^-^); 4、不能由用户进行网络设置,所以在不同的网络使用必须修改源程序等等; 我在此基础上重新设计编写了一个系统
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:223079
    • 提供者:阿健
  1. mutilthread

    0下载:
  2. 多线程编程线程互斥,一个很简单的程序-multithreaded programming threads mutex, a very simple procedure.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:174839
    • 提供者:谢思思
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9095
    • 提供者:苏匀
  1. Critical

    0下载:
  2. 通过火车售票系统的事例来讲解利用互斥对象实现线程同步,对初学线程同步很有帮助-train ticketing system through the use of examples to explain Mutex object to synchronize threads, thread synchronization for beginners helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5529
    • 提供者:黄磊
  1. MessageQueue

    0下载:
  2. 完全自己编写的消息队列,代码中还实现了互斥量、信标量以及线程调度,该代码完全由C编写,没有使用WINDOWS函数。-completely prepared by his message queue, the code also achieved a volume contradict letter scalar and thread scheduling, the C code entirely prepared, to use a Windows function.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39886
    • 提供者:张峰
  1. jchc

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-to producer / consumer model as the basis, in Windows 2000 to create an environment console process, in the process of creating n threads simulation producers and consumers
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3130
    • 提供者:飞翔
  1. multitaskRTC

    0下载:
  2. 基于ucos的多任务与系统时钟实验,使用信号量解决任务间互斥问题,把系统时间显示在一个文本框中-based multi-task with the system clock experiments, the use of signal volume between mutually exclusive mandate to solve the problem, the system shows the time in a text box
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:252766
    • 提供者:liming
  1. Vbyclwf

    0下载:
  2. Visual Basic实现程序互斥运行的方法-Visual Basic procedures for the operation of Mutual Exclusion
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2084
    • 提供者:wflee
  1. VCyclwf

    0下载:
  2. Visual c++实现程序互斥运行的方法-Visual c achieve operational procedures contradict the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16141
    • 提供者:wflee
  1. Delphiyclwf

    0下载:
  2. Delphi实现程序互斥运行的方法,搜集整理-Delphi contradict operating procedures, collate
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4418
    • 提供者:wflee
  1. Thread_Windows

    0下载:
  2. windows环境下进程的创建与撤销,使用API实现进程的同步与互斥-windows environment and the process of creating revocation, the use of API process of synchronization and mutual exclusion
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20820
    • 提供者:Donna
  1. Threadhuchi

    0下载:
  2. 进程管理调度的互斥,在计算机操作系统和原理实现中的重要性-process management and control of the mutex, the computer operating system and the principle of realizing the importance of
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:32115
    • 提供者:mantian
  1. thread123123

    0下载:
  2. 一个windows进程互斥访问的程序,用到信号量等机制,采用时间片轮转法! -a visit to contradict the procedure used signal to other mechanisms, using time-rotate Act!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2765
    • 提供者:
  1. Chat_MultiThread

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex object to achieve multithreaded synchronization. How to u
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36252
    • 提供者:zyg
  1. hello_world_multi

    0下载:
  2. 多处理器编程。 存在多个核,每个核之间的调度与互斥。-multi-processor programming. The existence of many nuclear, each between the nuclear Scheduling and mutex.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2116
    • 提供者:jzm
  1. 使用互斥进行线程同步代码示例 Thread3_23

    0下载:
  2. 本代码演示了利用临界区实现线程的同步。-demonstration of the code used to achieve critical thread synchronization.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:18158
    • 提供者:崇锦
« 1 2 3 45 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com