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

搜索资源列表

  1. GetModuleBaseAddress

    0下载:
  2. How to get Module s base address of windows by vc.-How to get Module's base address of windows b y vc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.23kb
    • 提供者:ydnar
  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
    • 文件大小:35.57kb
    • 提供者:wangxin
  1. myCreatProcess

    0下载:
  2. 进程的创建 编写一段程序,使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让没一个进程在屏幕上显示一个字符:父进程显示字符“a”;子进程分别显示字符“b”和字符“c”。试观察记录屏幕上的显示结果,并分析原因。 -process for the preparation of the establishment of procedures, the use of system calls fork () to create two child p
  3. 所属分类:进程与线程

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

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

    • 发布日期:2008-10-13
    • 文件大小:985byte
    • 提供者:qiuzhicheng
  1. first

    0下载:
  2. 已知各进程的的到达时间等如下: 进程名 到达时间 服务时间 优先数 A 0 3 12 B 1 5 31 C 2 2 21 D 3 4 10 分别实现下面两种调度算法 • 按优先数调度算法实现处理器调度 • 按时间片轮转法实现处理器调度(时间片以2ms为单位) -Known to the process, such as the arrival time as follows: the process of the arrival time
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1.17kb
    • 提供者:00
  1. jcgl

    0下载:
  2. (1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。 PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 (2)建立进程就绪队列。对两种不同算法编制入链子程序。 (3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-(1) design process control blo
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2.14kb
    • 提供者:genking
  1. EmployeeDB

    0下载:
  2. 操作系统调度问题,挂起,等待序列等……a) 时间片轮转 b) 动态优先权调度 c) 高响应比优先调度 -Operating system scheduling problem, hang, waiting for sequence, such as ... ... a) time slice rotation b) the dynamic priority scheduling c) respond to more than high-priority scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.13mb
    • 提供者:xinxioan
  1. dllapi

    0下载:
  2. 如果这个类以前就有一个虚函数B,此时在它之前增加一个新的虚函数A。这样,我们改变了类的虚函数表。于是,表中的第一个函数指向了函数A
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:62.72kb
    • 提供者:胡一立
  1. MultilineAPIload

    0下载:
  2. 实现双线程高效下载 线程A从网络中读取一个数据块,存储到内存的缓存中。 线程B从缓存中读取内容,存储到文件中。-mutilineload Aline read datablockfrominternet ,save to the buffer in RAM. Bline read context from buffer,then save to file.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:691byte
    • 提供者:徐天扬
  1. R3-debug.

    0下载:
  2. a. 项目名称:R3Dbg(调试器内核),Gravedigger(调用示例) b. 本项目的任务开发者:傅强。 c. 开发背景:科锐3阶段项目。 d. 运行环境:WIN2000,XP。 -a. Project Name: R3Dbg (kernel debugger), Gravedigger (called sample) b. The task of the project developers: Fu Qiang. c. Development Background:
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:347.31kb
    • 提供者:过客
  1. cipandiaodu

    0下载:
  2. 1、对于如下给定的一组磁盘访问进行调度: 请求服务到达 A B C D E F G H I J K 访问的磁道号 30 50 100 180 20 90 150 70 80 10 160 2、要求分别采用先来先服务、最短寻道优先以及电梯调度方法进行调度。 3、要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。 4、假定当前读写头在90号,向磁道号增加的方向移动。-1, for a given set of as disk access scheduling: Reques
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-06
    • 文件大小:1.16mb
    • 提供者:刘莹
  1. HW3

    0下载:
  2. c语言,多线程实现简单的终端处理器,读取文件,遇到特殊字符时采取相应操作 -A multi-threaded program using the pthread library. Your assignment is to write a program that emulates a simple terminal handler. The terminal handler process consists of three threads. Thread 1reads charac
  3. 所属分类:Process-Thread

    • 发布日期:2015-10-19
    • 文件大小:2kb
    • 提供者:za
  1. DllShareMem

    0下载:
  2. 多个进程共享DLL中全局数据。DLL中设有全局数据。进程A和进程B共享,进程A改变共享值,进程b获得的将是改变后的值。 多个进程线程共享dll中的全局数据。-A global variable is set in DLL and other process can share the same variable. ProcessA changed the variable, then processB also can get changed value.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:58.1kb
    • 提供者:陈厚宇
  1. Pipe

    0下载:
  2. A进程启动B进程,A、B之间建立一个管道Pipe,A、B之间利用管道进行数据通信-A process to start the process B, A, B is established between a pipe the Pipe A, B, between the use of pipelines for data communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:295.08kb
    • 提供者:海子
  1. SunAuxTest

    0下载:
  2. 管道 实现进程间通信 管道读数据是一次性操作,进程A将数据压入管道中,进程B读取数据,释放空间以便写更多的数据-Pipes for interprocess communication channels read data is a one-time operation, process A will be pressed into the pipeline data, process B to read data, freeing space for more data to write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:3.11kb
    • 提供者:twx
  1. producer-and-consumer

    1下载:
  2. 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were r
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1.14kb
    • 提供者:徐舒怡
  1. process

    0下载:
  2. 自己实现的进程管理,能够选择程序运行, b.bat是用mingw4.7.2编译的批处理 tc是用tiny c编译的批处理
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:8.57kb
    • 提供者:xq
  1. pipe

    0下载:
  2. A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。 B)Process – model ( fork() + exec() + pipe() ): parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。 child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。 -a
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1.33kb
    • 提供者:周易宸
  1. Operating-System-B-test-reports

    0下载:
  2. 开发一个仿真操作系统,要求具备进程调度、存储器管理、文件及设备管理等基本功能-The development of a simulation operating system, requires scheduling process, the basic functions of memory management, file and device management
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:222.17kb
    • 提供者:杨开达
  1. mupposecommunication

    0下载:
  2. a IndicatorIcon in phone s desk example of symbian div hr div B 文件()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-10
    • 文件大小:45kb
    • 提供者:Leonmrd
« 12 »
搜珍网 www.dssz.com