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

搜索资源列表

  1. sellandbought

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1895746
    • 提供者:武秀
  1. sellandbought-(2)

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:44517
    • 提供者:武秀
  1. CSharp-Threading-Handbook

    0下载:
  2. 这是两本在实际运用中可以参考的使用c#语言进行进程操作的电子书。-This is two in practice can refer to the process of using the c# language to operate e-book.
  3. 所属分类:CSharp

    • 发布日期:2017-06-02
    • 文件大小:14574771
    • 提供者:禾路
  1. VCPPdaquan

    0下载:
  2. 本书是一本Visual C++ 6.0综合开发参考手册,书中几乎囊括了使用Visual C++进行程序开发的全部知识,同时在讲解中结合了大量实用而又具有代表性的示例和典型应用。全书共分32章,包括认识Visual C++,C++语言基础,C++语句控制,数组,函数,面向对象的程序设计,Win32 API,用户界面设计,文档与视图,菜单、工具栏和状态栏设计,通用对话框,高级控件,ActiveX控件,自制MFC控件,图形、图像处理技术,多媒体技术,文件操作技术,注册表,ADO数据库编程,数据查询技术
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:81860
    • 提供者:AAA
  1. OS-function-display

    0下载:
  2. 操作系统功能演示:进程的调度相关的操作,是C语言代码-Operating system features demo: the scheduling-related operations, the C language code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1308
    • 提供者:chenekren
  1. sem

    0下载:
  2. linux进程见通信systemv信号灯C语言实现程序,有详尽的sem操作函数,可以作为linuxC语言进程间通信学习的参考代码-linux process see communication systemv signal C language program, a detailed sem operating functions can be used as inter-process communication linuxC language learning reference code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1693
    • 提供者:wuming
  1. kill

    0下载:
  2. 在当前进程中查找某一进程并杀死该进程的c语言实现-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:844
    • 提供者:张杰
  1. jinchengkongzhi

    0下载:
  2. 进程控制实验 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 本实验要求用C语言编程实现创建n个进程的创建函数creat;根据进程的优先数把就绪进程插入就绪队列的排序函数sort;打印就绪进程PCB信息的函数check;以及进程的撤销函数destroy。 -
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:89017
    • 提供者:刘恋
  1. 999

    0下载:
  2. 进程调度c语言实现 先进先出 优先级 齿轮-C language FIFO process scheduling priority Gear
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:xiewen
  1. LinuxProcesscontrol

    0下载:
  2. 进程的控制以及调用,对fork的调用。 使用c语言编写vi(vim)编译器。-Process control and call, the call to fork. Using c language vi (vim) compiler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:118550
    • 提供者:huaidiwu
  1. standedIOlib

    0下载:
  2. 进程间操作,c语言,linux下的c语言开发-Inter-process operation, c language, linux c language under development
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:55631
    • 提供者:tangxin
  1. news-robot-1.0

    0下载:
  2. 用c语言写的消息机器人,用sendmessage来实现进程间的通信,可以自动给qq好友发送消息-With c language news robot with sendmessage to achieve inter-process communication, you can automatically send a message to the qq friends
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:19199
    • 提供者:周春
  1. Banker

    0下载:
  2. 操作系统书中的银行家算法,C语言实现。为P进程的类型资源分配的资源数-The book of the banker s algorithm operating system, C language. The type of process for the P number of resources allocation of resources
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:817
    • 提供者:hxl
  1. Process-scheduling

    0下载:
  2. 将进程的基本状态分为三种:运行、就绪、等待。 选用C语言编写程序,构造就绪和等待两个队列,根据不同的情况分别对就绪和等待两个队列进行出队和排队处理,并在计算机屏幕上给出相应的提示,如:“进程进入等待”、“进程进入就绪”、“进程开始运行”。-Process scheduling,include Function,be ready and waiting
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:25906
    • 提供者:mier芊
  1. process

    0下载:
  2. 进程调度,利用C语言,运用先进先出等算法实现进程的调度-progress program,use C language ,use fifo ,sjf come to progress program.this is very inters.hope it will help you.it is not complex.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1308
    • 提供者:july
  1. short-proce

    0下载:
  2. 采用c语言,实现操作系统中短进程优先算法。-Using c language, operating system in a short process to achieve the priority algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1572
    • 提供者:fujing
  1. sjf

    1下载:
  2. 用 C 语言实现的简单的短作业优先进程调度算法。-Short job first scheduling process
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:bojue
  1. linux

    0下载:
  2. linux下的管道通信,用c语言编写完成,可实现父进程向子进程读入或读出字符-Under the Linux pipeline communication ( C language)
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:123076
    • 提供者:zhangjiarui
  1. Process-scheduling

    0下载:
  2. 操作系统程序,四种进程调度算法,(fcfs,sjf,gxyb)C语言版-failed to translate
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5240
    • 提供者:御弟哥哥
  1. disjia

    0下载:
  2. c语言实现银行家算法,对进程所需求的资源进行合理的分配-C language implementation bankers algorithm, the process of the resources of the demand of the reasonable distribution
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1929
    • 提供者:朱超兵
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 »
搜珍网 www.dssz.com