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

搜索资源列表

  1. linuxC

    0下载:
  2. Linux操作系统下C语言编程入门 第二章 进程介绍 ………………………10 第三章 文件操作 ………………………17 第四章 时间概念 ………………………27 第五章 信号处理 第六章 消息管理 ………………………39 第七章 线程操作 ………………………49 第八章 网络编程 ………………………54-Under the Linux operating system, C language programming Getting Started
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:510336
    • 提供者:star
  1. Cjingdianwenti100

    0下载:
  2. c语言的经典问题,进程通信,线程通信,网络编程 tcp/ip,udp-c language of classical problems, process communication, thread communication, network programming tcp/ip, udp
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:27236
    • 提供者:legend
  1. multiproc-fifo

    0下载:
  2. Arm嵌入式系统,进程间通信的一个C语言程序!-ARM programming, multiple process communication!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:26777
    • 提供者:paul
  1. parallel-program

    0下载:
  2. 点对点通信 群体操作 进程组 进程拓扑结构 与Fortran 77和C语言的邦定 环境的管理与查询 轮廓管理 -Point to point communication group process, group process, topology, operations and Fortran 77 and C language of the bonding environment management and query profile management
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:1516450
    • 提供者:baolon
  1. 1

    0下载:
  2. 隐藏运行进程的C语言源代码,木马编程隐藏部分的代码。-Hide running processes C language source code, Trojan horses hidden part of the programming code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2310
    • 提供者:mint
  1. jcdd

    0下载:
  2. 进程调度是处理机管理的核心内容。本设计要求用C语言编写和调试一个进程调度程序。通过设计本程序可以通过本课程设计可以达成如下目标: 1、深刻理解进程与进程控制块的关系,进程控制块的组成; 2、深刻理解进程的组织方法; 3、掌握调度算法和先来先服务进程调度算法 4、锻炼独立分析问题、解决问题的能力; -Process scheduling is the core processor management. The design using C language and debug
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:210598
    • 提供者:徐晓柔
  1. jfeihnfngie

    0下载:
  2. 在linux环境下,用C语言编写一个程序,以树状形状(即体现父子关系)输出系统当前所有进程-In the linux environment, using C language to write a program to the tree shape (that reflect the parent-child relationship) all of the current process output system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:186166
    • 提供者:陈淼
  1. Cxiaoxiduilie

    0下载:
  2. C语言的消息队列,利用c语言实现进程间的通信-C language, message queue, using c language inter-process communication
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2274
    • 提供者:gaopan
  1. fenqu

    0下载:
  2. (1)用C语言来实现对动态分区分配及回收算法的进程调度。 (2)初始化功能:内存状态设置为初始状态。 (3)分配功能:要求使用两种算法,用户可以选择使用。 (4)回收功能:需要跟踪分配的空间,修改其引用以保证引用的正确性。 -(1) using C language to implement the dynamic partition and recovery process scheduling algorithm. (2) initialization functions:
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:2439
    • 提供者:pan
  1. howallprocess

    0下载:
  2. 一个使用C语言编写的模拟windows进程管理的程序,包括进程的创建,查看,替换,消息通信等等,我自己做的,非常精简-A simulation using the C language program windows process management, including the process to create, view, replace, message communication, etc., I do, very concise
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:27981
    • 提供者:wjinsh
  1. LinuxMemory

    0下载:
  2. Linux下使用C语言开发的例子,主要涉及进程间使用共享内存进行通信和使用网络进行通信的相关知识。-Linux, developed using C language examples, mainly involving inter-process communication using shared memory and the use of network communications knowledge.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3567
    • 提供者:wbwang
  1. linuxprocesscommunication

    0下载:
  2. 在linux操作系统下用C语言实现的进程控制和通信-Linux operating system in C language with the process control and communication
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:7736
    • 提供者:高飞
  1. 51_Microcontroller_based_multi_process_multi_task_

    0下载:
  2. 基于51单片机多进程多任务C语言调度程序,是一个c语言的程序,很不错-51 Microcontroller based multi-process multi-task scheduler C language, is a c language program, very good
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2155
    • 提供者:jkk
  1. geekos-0.3.0

    0下载:
  2. 一种教学用的小型操作系统。 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统核心内容分别设计了7个难度逐渐增加的项目供教师选择.-Kind of teaching with a small operating system. An operating system developed using C language students can Linux or
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1580362
    • 提供者:天天
  1. PROCESS_prioity

    0下载:
  2. PROCESS_prioity.在C语言中模拟操作系统中的优先级进程管理方法。-PROCESS_prioity. In the C language to simulate the priority of the operating system process management approach.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1535
    • 提供者:自然音
  1. progresspriorityalgorithm

    0下载:
  2. 进程优先权优先算法c语言模拟 用结构体个参量表示PCB的各个参数 程序有详细的解释-progress priority algorithm c
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:7685
    • 提供者:wen
  1. os1

    0下载:
  2. 一个用C++语言实现的调度器仿真,实现不同状态的进程转移-A language with C++ simulation scheduler to achieve the process of transfer of different states
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:45627
    • 提供者:vae
  1. jckz

    0下载:
  2. 用C语言程序实现操作系统的进程调度实现,表现进程在计算机中的实现。-Achieved with the C language program to achieve the operating system process scheduling, the performance of the implementation process in the computer.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:173769
    • 提供者:王鹏
  1. zztiedu

    0下载:
  2. 用c语言做的,对进程的创建,撤销,通信,处理死锁等基本操作。-To do with the c language on the process of creation, revocation, communication, dealing with deadlocks and other basic operations.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1625899
    • 提供者:刘博
  1. 3

    0下载:
  2. 模拟进程调度算法,有最高优先数优先算法,轮转算法,用的是c++语言-Simulation process scheduling algorithm, has the highest priority number first algorithm, rotation algorithm, using a c++ language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1720
    • 提供者:彭杰
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 21 »
搜珍网 www.dssz.com