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

搜索资源列表

  1. Linux-getpcpuandpmem.tar

    0下载:
  2. C语言实现,可用于linux下获取系统的某一个指定进程的CPU占用率和内存占用率。-C language, can be used to obtain a specified system process CPU utilization and memory usage under linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:2643
    • 提供者:陈仕杰
  1. MyProjects

    0下载:
  2. 简单的C_S进程通信,网络编程,C语言编写,-windows socket ,C_S communication
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:2871297
    • 提供者:yaojinsong
  1. os

    0下载:
  2. 该程序为操作系统进程调度模拟,用c语言开发,算法为短作业优先,其中预留了其他算法的接口。-Operating system process scheduling simulation algorithm for short operating priority
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-20
    • 文件大小:50227
    • 提供者:恩恩
  1. zuoyediaodu

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:33187
    • 提供者:付柄银
  1. FCFS

    0下载:
  2. 使用C++语言来实现了操作系统的先来先服务算法,可以随时输入和阻塞进程,还可以将已经阻塞了的进程唤醒-failed to translate
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:3512668
    • 提供者:哈哈
  1. Shell

    0下载:
  2. 用C语言编写一个简单的shell程序,清晰易读、设计优良.使用Linux下的软件开发工具,学习使用POSIX/UNIX系统调用、对进程进行管理和完成进程之间的通信,理解并发程序中的同步问题.-A simple shell program written in C language, legible, well-designed software development tools under Linux, learning to use the POSIX/UNIX system call, t
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:33763
    • 提供者:linyu
  1. code

    0下载:
  2. 本程序是采用C语言作为设计语言,以命令提示符界面作为运行界面,可适用于win9x/Me/2000/XP/Vista系统平台,对操作系统进程管理功能进行模拟的程序。-This program is the use of the C language as a design language as a running interface to the command prompt interface, applicable to win9x/Me/2000/XP/Vista platform sim
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:4513
    • 提供者:djy
  1. processaproach

    0下载:
  2. 基于TQ2440的LINUX程序源码,进程间通信测试程序,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-TQ2440 Linux program source code, inter-process communication test procedures, C language, cross-compiler for arm board procedures available in the linux environment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-24
    • 文件大小:4021
    • 提供者:黄锐
  1. processtoFile

    0下载:
  2. 基于TQ2440的LINUX程序源码,进程间调用样式,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-Based on the TQ2440 the Linux program source code, process invocation style, C language, cross-compiler for arm board procedures available in the linux environment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:1721
    • 提供者:黄锐
  1. geekos-0.3.0

    0下载:
  2. 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统核心内容分别设计了7个难度逐渐增加的项目供教师选择-A C language development of the operating system, Linux or UNIX environment, students can be functional expansion under Windows using C
  3. 所属分类:OS Develop

    • 发布日期:2017-11-06
    • 文件大小:594498
    • 提供者:cy
  1. process_scheduling

    0下载:
  2. 这段代码是实现操作系统进程调度源代码,采用C语言进行编写-This code is to achieve the operating system process scheduling source code, using C language to write
  3. 所属分类:OS Develop

    • 发布日期:2017-11-26
    • 文件大小:5806
    • 提供者:lantian
  1. process

    0下载:
  2. 模拟操作系统进程5状态:就绪、运行、挂起、中断、退出,用C语言编写。-Simulated operating system five states
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:177503
    • 提供者:康馨
  1. procSchdule

    0下载:
  2. 计算机操作系统关于进程的c语言算法,经验证正确-Computer operating system on the process algorithm c language, certified correct
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:1003
    • 提供者:mm
  1. os

    0下载:
  2. 使用java语言或C++语言编程实现模拟操作系统进程调度子系统的基本功能;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;掌握各个调度算法的特点。-Using java language or C++ programming language operating system simulation process scheduling subsystem basic functions achieve a first-come, first-served, the time s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:899780
    • 提供者:jasonzjx
  1. LvFQ-OS

    0下载:
  2. 参照orange操作系统那本书,实现了一个简单的操作系统,底层功能由汇编实现,上层用c语言,包括进程管理,文件管理,内存管理Orange light of the operating system that book, achieving a simple operating system, the underlying function implementation by the assembly, the upper with the c language, including proces
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:324847
    • 提供者:行唐县城
  1. LvFQ-OS

    0下载:
  2. 参照orange操作系统那本书,实现了一个简单的操作系统,底层功能由汇编实现,上层用c语言,包括进程管理,文件管理,内存管理Orange light of the operating system that book, achieving a simple operating system, the underlying function implementation by the assembly, the upper with the c language, including proces
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:324943
    • 提供者:theac
  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-17
    • 文件大小:19245
    • 提供者:摆放花草
  1. ProcessManage

    0下载:
  2. C#语言先写的获取当前的所有进程的程序,然后显示出来-C# language first write access to all current process procedures, and then displayed
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:44753
    • 提供者:lixiao
  1. shedular

    0下载:
  2. C 语言写的 schedular 模仿Minix 结构中的进程调度执行队列进程。采用双链表。-Written in C language schedular Minix structure mimics the process of scheduling the execution queue process. Double-linked list.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:fu
  1. process-manage

    0下载:
  2. 操作系统进程调度算法,这个是我做课程设计时写的C语言实现的代码-Operating system process scheduling algorithm, this is what I do write curriculum design of the C language code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:188858
    • 提供者:Ray
« 1 2 ... 12 13 14 15 16 1718 19 20 21 »
搜珍网 www.dssz.com