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

搜索资源列表

  1. CreateProcess

    0下载:
  2. 在Linux下面的编程,创建进程、线程和进程同步。-In the Linux programming below, create a process, thread and process synchronization.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:252762
    • 提供者:晨光
  1. time

    0下载:
  2. “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行器件不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。 例如:在进程获得一次CPU后就将其优先数减少1。 或则,进程等待的时间超过某一时限时增加其优先数的值,等待。 -g_queue.s_id=i g_queue.s_dynamic_prior=MIN_PRIOR g_queue.s_n
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:4661
    • 提供者:陈大伟
  1. process

    0下载:
  2. 创建一个子进程并接收子进程的消息和输出信息- Founds a child process and receives the child process the news and the output information
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:15470
    • 提供者:站长
  1. ProcSpy32

    0下载:
  2. windows9x下的截获进程创建和退出过程的程序-windows9x intercepted under the process of creation and to withdraw from the course of the procedure
  3. 所属分类:钩子与API截获

    • 发布日期:2017-12-27
    • 文件大小:199982
    • 提供者:站长
  1. process

    0下载:
  2. 汇编的windows创建进程的例子-The windows to create the process of compilation of examples of
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:4555
    • 提供者:站长
  1. OS5

    0下载:
  2. 程序开始运行时选择调度算法,创建进程时输入进程所需服务时间以及到达时间。 根据当前所设定调度算法,连续调度所有进程,并计算每个进程的周转时间和带权周转时间、所有进程的平均周转时间和平均带权周转时间。 调度时应适当输出调度过程中各进程状态队列的变化情况以及进程的已执行时间、还需服务时间(针对时间片轮转算法)。-Routine is executed choice when scheduling algorithm, create process input process required
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:4134
    • 提供者:若瓷
  1. 操作系统进程内存管理模拟vb程序

    1下载:
  2. 本程序运用随机页面模拟页面调度,从进程的创建及进程的撤销都随时实现-the procedures used random pages scheduling simulation pages from the process of creation and the process of deregulation are always realize
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:10013
    • 提供者:lhs
  1. ChildProcess

    0下载:
  2. 创建子进程,并监控新创建子进程状态直至结束运行-Create sub-process, and monitor the status of the newly created child process to run until the end of
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2030
    • 提供者:coco
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. PROCESS(1)

    0下载:
  2. 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2487
    • 提供者:fangfei
  1. OS

    0下载:
  2. 进程模拟,模拟进程的并发执行,可以自主的加入创建进程和杀死进程-Process simulation, concurrent implementation of the modeling process can be joined to create an autonomous process and kill process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3589
    • 提供者:李光超
  1. getProssesInformation

    0下载:
  2. 创建一个进程并获得进程的 pid 运行时间 并结束创建的进程。-Create a process and pid process and put an end to the creation of run-time process.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1485
    • 提供者:剑气箫心
  1. Linuxprogram

    0下载:
  2. linux下c编程指南,包括创建进程,文件操作,时间概念,信号处理函数,进线程通信,以及linux下c编译器-c under linux Programming Guide, including the establishment of processes, file operations, the time the concept of signal processing functions, into the threads of communication, as well as linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:65932
    • 提供者:lijiachang01
  1. daemon

    0下载:
  2. 创建守护进程,以c语言的版本在linux下开发服务器-Create a daemon to c languages developed in linux server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:20606
    • 提供者:wuqian
  1. 1

    0下载:
  2. 培训材料如何在linux下创建进程和信号发送-Linux training materials on how to create process and the signal sent
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:35990
    • 提供者:wuqian
  1. KeChengSheJi

    0下载:
  2. (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1290436
    • 提供者:唐吟
  1. first

    0下载:
  2. 进程创建、并发执行;是操作系统第一个实验报告,包涵源码;如果想在windows 下运行可以用c软件-The process of creation, concurrent implementation is the first experimental report of the operating system, includes source If you want to run windows software can be used c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:52391
    • 提供者:金鱼
  1. process_message_communicate

    0下载:
  2. 进程消息通信 linux下gcc实现 创建并发送接受消息-Process under linux messaging gcc achieve acceptable to create and send messages
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:873
    • 提供者:lcx
  1. ProcessControl

    0下载:
  2. 进程的创建、控制与隐藏。别拿来干坏事哦。-Process creation, control and hide. Do not use dry Oh bad.
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-11
    • 文件大小:395159
    • 提供者:Richard Yang
  1. share

    0下载:
  2. 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semaphore synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:ak-47
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com