搜索资源列表

  1. 08281018_ShenChaobo_lab02

    0下载:
  2. 讨论临界区问题及其解决方案。实验首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,实验过程中会发现某些异常现象。针对观察到的现象,请分别采用以下两套不同的解决方案: (1) 利用Windows操作系统提供的mutex机制。 (2) 采用软件方案。 最后请比较这两种方案的性能优劣。 -Discuss problems and solutions critical region. Experiment firs
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:101376
    • 提供者:申超波
  1. thread

    0下载:
  2. 实现Java中创建线程以及线程的控制线程的同步与锁-Java threads created to achieve control of threads and thread synchronization and locking
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:32768
    • 提供者:晓红
  1. MultiThread

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

    • 发布日期:2024-05-10
    • 文件大小:35840
    • 提供者:madud00047
  1. chat-room

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

    • 发布日期:2024-05-10
    • 文件大小:375808
    • 提供者:huaminggong
  1. VCprogress

    0下载:
  2. VC_6_0下利用互斥量同步线程来实现文件读取进度条-VC_6_0 under the use of mutex thread synchronization to achieve the file to read the progress bar
  3. 所属分类:界面编程

    • 发布日期:2024-05-10
    • 文件大小:4103168
    • 提供者:forgy
  1. C_SOCKET

    0下载:
  2. 同步异步SOCKET通讯和多线程总结.doc-Synchronous communication and asynchronous multi-threaded summary SOCKET. Doc
  3. 所属分类:通讯编程

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:郑云
  1. liaotian

    0下载:
  2. 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。-Multithreaded program written with the chat room, multi-threaded applications prone to problems. Mutex object to explain how to use mutex obj
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:41984
    • 提供者:px
  1. semaphore

    0下载:
  2. 信号量(Semaphore)也被称为信号灯,常常作为在多线程环境下的同步与互斥机制。它负责协调各个线程,以保证它们能够正确、合理的使用公共资源。信号量分为单值和多值两种。单值信号量只能被一个线程获得,而多值信号量可以被若干个线程获得。 本实验是一个信号量实验,父进程作为生产者释放信号量,子进程作为消费者申请信号量。 实验环境 Redhat9.0-Semaphore (Semaphore), also known as si
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:tiger
  1. Pthread-to-caculate-PI

    0下载:
  2. 并行计算课程实验,多线程计算π,采用了加锁法以及数组暂存解决数据同步问题。-Experimental parallel computing course, multi-threaded computing π, using an array of temporary lock method and solve the data synchronization.
  3. 所属分类:并行运算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:YUANZX
  1. 02

    0下载:
  2. 进程的基本概念 进程控制 进程同步 经典进程的同步问题 管程机制 进程通信 线程 -Process, the process of the basic concepts of process control the synchronization of classical process synchronization process mechanism for process communic
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:713728
    • 提供者:zixialang
  1. example

    0下载:
  2. wait-notify机制的应用 不同步时引出的问题 继承基类的实现 实现接口的实现 同步方法的实现 同步块的实现 线程管理池 -wait-notify mechanism of the application does not sync issues arising from the base class implementation inheritance to achieve synchronizati
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:yy
  1. Multithreaded-programming-tutorial

    0下载:
  2. 这是一个很好的多线程编程教程,作者是韩耀旭。 全文分为四个篇幅: 一、多线程问题提出 二、MFC多线程编程 三、线程的通讯 四、线程的同步 -This is a good multi-thread programming tutorial, the author is Han Yaoxu. Text is divided into four length: one, two multi-threading issue
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:347136
    • 提供者:ailink
  1. ReadFile

    0下载:
  2. 在Visual C++ 6.0下利用互斥量同步线程来实现文件读取进度条-In Visual C++ 6.0 under simultaneous threads using mutex to achieve the progress of the file read
  3. 所属分类:界面编程

    • 发布日期:2024-05-10
    • 文件大小:39936
    • 提供者:
  1. Example057

    0下载:
  2. Visual C++ 6.0下利用互斥量同步线程来实现文件读取进度条的程序源码,感兴趣的可以参考下-Visual C++ 6.0 under the thread synchronization using mutex to achieve the progress of the document read program source code, can refer interested
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:24576
    • 提供者:方胜鹏
  1. code

    0下载:
  2. 多线程在Visual C#网络编程中的应用,如何使用C#同步对多线程环境中共享资源的访问等,-多线程在Visual C#网络编程中的应用,如何使用C#同步对多线程环境中共享资源的访问等。
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:19456
    • 提供者:宋俊
  1. ProduceConsume

    0下载:
  2. 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。-Through the mutex, event producers and consumers to solve problems, mainly related to the conte
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:李明
  1. Ch13Demo3-User-Inter

    0下载:
  2. 多线程编程例程之三,线程的同步,通信,创建,安全退出。-The third multi-threaded programming routines, thread synchronization, communication, creation, security exit.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:44032
    • 提供者:郭大万
  1. producers-and-consumers-

    0下载:
  2. 一个或多个生产者消费者实现线程间的同步、互斥 使用AND型信号量-One or more producers and consumers to achieve synchronization between threads, mutual exclusion semaphores with the AND-type
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:陈蓝
  1. J2meMultipThread

    0下载:
  2. j2me多线程编程,演示了j2me 多线程编程所有步骤,以及线程之间同步,异步工作。适合大家参考j2me多线程编程-j2me multithreading programming, multithreaded programming j2me demonstrated all the steps, and synchronization between threads, asynchronous work. For your refer
  3. 所属分类:J2ME

    • 发布日期:2024-05-10
    • 文件大小:296960
    • 提供者:ox
  1. SemaphoreThreadSyn

    0下载:
  2. vc 使用信号量(Semaphore)实现线程的同步\SemaphoreThreadSyn的程序源码,希望对大家有所帮助-vc using semaphores (Semaphore) to achieve thread synchronization \ SemaphoreThreadSyn the program source code, we hope to help
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:26624
    • 提供者:吴菲菲
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org