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

搜索资源列表

  1. process-schedule

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-Write a program to complete the process in a single processor system scheduling, requires a time slice rotation scheduling algorithm. Experiments incl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1582
    • 提供者:dawn
  1. MySocket

    0下载:
  2. 基于Linux的套接字(Socket)编程。在Server端用进程创建子线程,能实现连续通信-Socket Programming based on Linux.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:2586
    • 提供者:
  1. liyonggouzikongzhijinchengchuangjian

    0下载:
  2. 这是一个利用钩子控制进程创建的源代码,利用了进程创建函数 -Use hooks control process creation of source code
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:10562
    • 提供者:xiu
  1. t42

    0下载:
  2. 实现进程创建,父子进程,然后在结束进程 最后在结束父进程 -don not know
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1988
    • 提供者:li
  1. pipe

    0下载:
  2. 实现了两个子进程之间管道通信, 一个进程创建俩个子进程,子进程向父进程写消息-implements the two child process to communite in pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:138431
    • 提供者:huboaaaa
  1. ProCOM

    0下载:
  2. 父进程创建子进程,通过创建管道实现父进程与字进程之间的实时通信。-Parent process creates the child process, parent process by creating a pipe with the word achieve real-time communication between processes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3812401
    • 提供者:wang
  1. process--synchronization

    0下载:
  2. Linux进程的创建与父子进程同步,包括父进程创建子进程、查看进程家族树、父子进程同步-Linux process, the process of simultaneous creation and his son, including the parent process creates a child process, view the process of the family tree, father and son process synchronization
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:748
    • 提供者:timmylee
  1. 1599741

    0下载:
  2. 新方法 Ring3拦截进程创建。可用于编写反病毒软件-The process of creating new methods Ring3 interception. Can be used to write anti-virus software. .
  3. 所属分类:Kill Virus

    • 发布日期:2017-03-31
    • 文件大小:46431
    • 提供者:404022
  1. Driver_Source

    0下载:
  2. 一个简单的驱动例子,对几个和进程有关的API在内核下进行拦截,可以使进程不被结束,程序不被创建。-Example of a simple drive, and processes related to the number of the API in the kernel to intercept the process can not be the end of the program is not created.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:6262
    • 提供者:Kevin
  1. yanshou

    0下载:
  2. 单处理机的进程调度1、采用时间片轮转调度算法实现进程调度。 2、确定进程控制块的内容,进程控制块的组织方式。 3、完成进程创建原语和进程调度原语。 4、编写主函数对所做工作进行测试。 -The process of scheduling a single processor, using round-robin scheduling algorithm process scheduling. 2, the process control block to determine
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1957190
    • 提供者:baijiao
  1. Linux

    0下载:
  2. Linux操作系统源代码,包括进程创建、进程调用、进程撤销等进程管理功能和文件管理功能。-Linux operating system source code, including process creation, process calls, the process of revocation and other process management and document management capabilities.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5356733
    • 提供者:赵晨
  1. CreateProgress

    0下载:
  2. Wince下进程创建的方法实例,很有参考的价值。-Wince process under way to create an instance of great reference value.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-23
    • 文件大小:41564
    • 提供者:wwh
  1. 10.19

    0下载:
  2. windows操作系统编程示例,主进程由命令行参数输入两个整数,主进程创建两个子进程,分别把两个整数传给两个子进程,子进程计算1+2+..+n一直加到整数的前N项和并输出。如果是输入的整数是负数,则退出进程。-windows operating system, programming examples, the main process parameters from the command line input two integers, the main process to create
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1194
    • 提供者:程少博
  1. jinchengguanli

    0下载:
  2. 基于MFC平台模拟进程管理流程与控制,实现进程创建,进程阻塞,进程调度(用四种算法实现此功能)。-good use
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3812308
    • 提供者:zyh_bing
  1. process-and-thread-Technology

    0下载:
  2. 进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析-process and thread Technology Text and examples
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:357647
    • 提供者:方洋
  1. os1

    0下载:
  2. 1用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件,或者利用基于图形界面的鼠标或者键盘操作控制进程管理内容。 2定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 3定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1048
    • 提供者:若瓷
  1. linux-source-file

    0下载:
  2. linux的入门级源程序,进程创建,线程的运行等-Linux entry-level source program, process creation, the operation of the thread
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:29600
    • 提供者:孙祥刚
  1. luckywang1023pipes

    0下载:
  2. 采用管道机制,父进程创建的两个进程都在向父进程发送消息,父进程接收消息后显示-with the protocol pipe,two child process send message to the father process ,father process receive the message and then show it
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:618
    • 提供者:王磊
  1. process_comunicatio

    0下载:
  2. 在Linux中创建进程通信,帮助初学者学习进程创建并通信。-In the process of creating Linux communication, to help beginners learning process to create and communication.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:704
    • 提供者:王超
  1. Understanding_the_Linux_Kernel

    0下载:
  2. 本书内容:内存管理,包括文件缓冲,进程交换和直接内存访问(DMA;虚拟文件系统层和第二和第三的扩展文件系统;;进程创建和调度;信号,中断和设备驱动程序的基本接口等-Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it s more than just an academic exercise. You ll learn what conditions bring
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-12
    • 文件大小:2889183
    • 提供者:宋世磊
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com