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

搜索资源列表

  1. lxb

    0下载:
  2. 进程的3中调度算法,时间片、段进程优先、优先权这3种-process scheduling algorithm, time films, the process of priority, the three priority
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11141
    • 提供者:龙晓波
  1. zy1

    0下载:
  2. 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7881
    • 提供者:李琪
  1. LanScan (多线程的局域网扫描组)

    0下载:
  2. 软件简介:多线程局域网扫描组件,参考了几位虾米的代码,然后进行多线程封装.速度还可以,能在三妙内扫描完毕 0.0 至 0.255 IP段.-software descr iption : multithreading LAN scanning components, several shrimp reference to the code, then multithreading package. Speed can also capable of scanning within three M
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47246
    • 提供者:思沃琪
  1. c++并发编程

    0下载:
  2. 很简单的一个并发程序,可以模拟飞机售票系统,三个终端,100张票。-very simple one complicated procedures, simulating an aircraft ticketing system, the three terminals, 100 votes.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6168
    • 提供者:渊洁
  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:202551
    • 提供者:zhaodetao
  1. jcmn

    0下载:
  2. 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority scheduling algorithm three. C
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1874
    • 提供者:ll
  1. 3ThreadDoc

    0下载:
  2. 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3042
    • 提供者:popandsmtp
  1. course_attemper

    1下载:
  2. 关于进程调度的一个程序,采用C语言编写程序,选用优先数调度算法或简单轮转法对五个进程进行调度,每个进程处于运行(Run)、就绪(Ready)和完成(Finish)三种状态之一,并假定起始状态为就绪状态。-on the process of scheduling a procedure using C language programming, a few selected priority scheduling algorithm or a simple method to rotate fiv
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1555
    • 提供者:zhou
  1. expe3

    0下载:
  2. 进程间通讯,分别运行三个程序,然后再进行通讯!-inter-process communication, running three separate procedures, and then communicate!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17688
    • 提供者:wang
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52568
    • 提供者:毛东
  1. vb_CreateThread

    0下载:
  2. 用vb开发的多线程例子源码(包含三个线程)-with vb development of multithreaded example source code (including three threads)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4419
    • 提供者:longzw
  1. multi-thread1

    0下载:
  2. 一个多线程并行执行代码,A,B,C三种进程条显示-a multithreaded parallel execution of code, A, B, C of the three processes revealed
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36427
    • 提供者:wangxin
  1. vcmultithreading

    0下载:
  2. 1.创建线程 2.实现线程间通信 3.利用线程同步技术保障数据安全 含有课件说明及实际程序源码-1. Build two threads. Communication between threads to achieve three. Use thread synchronization technology security of data that contain courseware and the practical procedures for FOSS
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:105235
    • 提供者:mypudn
  1. EVC_SeriesSample

    0下载:
  2. 基于EVC的串口编程,应用了收和发还有主界面三个线程-based EVC serial programming, application of revenue and have made three main interface thread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:51032
    • 提供者:金雷
  1. three-thread-Mousev2.0src

    0下载:
  2. 三线程诱鼠器源代码,对线程的创建及运行管理,很好的设计思想.-lured three threads for source code control, the right to build and thread management, and good design.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12558
    • 提供者:邵革健
  1. vc++eatingcode

    0下载:
  2. 非常经典的哲学家进餐问题(与进程有关)有三个哲学家围着一张桌子,桌子上摆着一碗通心粉;桌子上有且只有三支筷子,且每只筷子摆放在每两个哲学家中间;哲学家必须得到两支筷子才能吃饭,否则就处于思考状态;每个哲学家取筷子必须先取得左边,而后取右边的。 -very classic philosophers dining (with the process) is a three philosophers around the table, on the table untouched bowl of
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:532551
    • 提供者:小刚
  1. cankaodaima

    0下载:
  2. 操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:985
    • 提供者:qiuzhicheng
  1. 生产者与消费者

    0下载:
  2. 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31045
    • 提供者:石大浪
  1. MultiThreadbcb6.rar

    0下载:
  2. c++builder下的多线程例程,多线程演示三种排序方法,为初学者理解多线程很有帮助~!,c++ builder under the routine multi-threaded, multi-threaded sort of three methods of presentation, for beginners to understand multi-threaded helpful ~!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:647715
    • 提供者:
  1. shengchanzheyuxiaofeizhe.rar

    0下载:
  2. 操作系统实验报告三——PV操作,生产者与消费者问题,Three experiments report the operating system- PV operation, the producer and consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1690921
    • 提供者:孙率
« 12 3 4 5 »
搜珍网 www.dssz.com