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

搜索资源列表

  1. Multiprocess

    1下载:
  2. 多进程的解决方案 : 创建一个包含四个窗口的多任务模拟:第一个窗口必须显示一系列的递增偶数;第二个窗口必须显示一系列的递增素数;第三个窗口必须显示任意半径的圆;第四个窗口必须显示一系列的随机矩形。-multi-process solution : Create a window contains four multi-task simulation : a window to show a series of incremental even; The second window mus
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:50724
    • 提供者:mars
  1. hanoie

    0下载:
  2. 很好的一个汉诺塔问题的解法,方法非常灵活有效-good HANOR a solution to the problem, the method is very flexible and effective
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:326298
    • 提供者:Jackon
  1. philosophers05

    0下载:
  2. 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1527
    • 提供者:lelele
  1. BANK_bank

    0下载:
  2. 主要是用语解决死锁问题的算法,也称之为银行家算法,希望可以用的上!-term solution is mainly the deadlock algorithm, also known as bankers algorithm can be used to hope!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1167
    • 提供者:刘华宾
  1. xiancheng

    0下载:
  2. 线程的创建,挂起与解挂,通过C语言实现该功能,程序清晰易懂。-Thread creation, hang with the solution linked to the function through the C language, the program clear and understandable.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1170790
    • 提供者:haidyd
  1. 913319973434234

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:116407
    • 提供者:霖犀一智
  1. CreateRemoteThread-win7

    0下载:
  2. win7下面创建远程线程的解决方案 国外大牛写的-win7 the following solution to create a remote thread to write large foreign cattle
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:19333
    • 提供者:memecha
  1. 617758producerConsumerModel_src

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:20242
    • 提供者:霖犀一智
  1. producer-consumer-problem

    0下载:
  2. Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:96073
    • 提供者:MidnightD
  1. 717973Buffer_pool

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1099
    • 提供者:霖犀一智
  1. 112740VCproducerConsumerModel

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:6655
    • 提供者:霖犀一智
  1. background worker

    1下载:
  2. TBackgroundWorker v1.10. The TBackgroundWorker component allows you to run an operation on a separate, dedicated thread. Time-consuming operations like downloads and database transactions can cause your user interface (UI) to seem as though it has
  3. 所属分类:进程与线程

    • 发布日期:2013-02-23
    • 文件大小:18513
    • 提供者:Yan
  1. ProducerConsumer

    0下载:
  2. 基于对象调用wait与notify方法解决生产者-消费者问题-Object-based solution to call the wait and notify the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:685
    • 提供者:1
  1. CMutexDemo02

    0下载:
  2. 线程间通讯,通过互斥锁同步技术实现,能够很好的解决线程调用的安全性问题-Inter-thread communication, synchronization by mutex implementation, the thread can call a good solution to security problems
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:27193
    • 提供者:peterlee
  1. philpsopher

    0下载:
  2. 哲学家就餐问题的解决方法 运用java多线程模拟所有解决哲学家就餐问题的方法-Solution to the dining philosophers problem using multi-threaded simulation of java all the dining philosophers problem solving
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:719965
    • 提供者:yuqi
  1. AITV_Framework

    0下载:
  2. 这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。) AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduli
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:147352
    • 提供者:Roger King
  1. Dinning-philosophers

    0下载:
  2. 在linux下“哲学家就餐”问题的一种解法-a solution of "dining philosophers" problem under Linux
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:39833
    • 提供者:coin zou
  1. reader-writer

    0下载:
  2. 用多线程解决读者-写者问题,实现读写互斥,写写互斥,读读同步。-Readers- write the problem of multi-threaded solution, to achieve read and write mutex, write mutex, read synchronization.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:2237231
    • 提供者:刘禹
  1. Limited-CPU

    0下载:
  2. 整个解决方案的流程很简单,只有两步: 1.获得要限制CPU 占用率的进程的句柄; 2.每隔 50ms,依次调用 NtSuspendProcess 和 NtResumeProcess。比如第 50ms 调用了 NtSuspendProcess,第100ms就调用NtResumeProcess。第150ms调用NtSuspendProcess, 第 200ms就调用NtResumeProcess,如此类推下去。-The entire process of the solution
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-21
    • 文件大小:1348
    • 提供者:刘勇
  1. message1

    0下载:
  2. Solution: Messages on spoj
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:1151
    • 提供者:lolli12
« 12 »
搜珍网 www.dssz.com