CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - c program

搜索资源列表

  1. os_example

    0下载:
  2. 验证进程同步的信号量方法的C程序-certification process synchronization signal quantity of C Program
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5.86kb
    • 提供者:张洪川
  1. MyIE_Code

    0下载:
  2. 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:375.82kb
    • 提供者:hhh
  1. reader-writer-program

    0下载:
  2. 这是操作系统经典并发程序,用C++语言实现-This is classic operating system with procedures, with C language
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:639.39kb
    • 提供者:yuxi
  1. C-os

    0下载:
  2. 用C语言设计一个有 N个进程并行的优先级调度程序的源代码-C language design is a process of parallel N-priority scheduling of a program's source code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:21.5kb
    • 提供者:武键
  1. philosopher.c

    0下载:
  2. 哲学家问题的解决,对于并发程序以及多线程的一个简单的解决-philosopher solve the problem, and for the concurrent program in a multithreaded simple solution
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-15
    • 文件大小:2.52kb
    • 提供者:汗颜
  1. 基于AT89C51单片机的电子万年历C语言程序

    0下载:
  2. 基于AT89C51单片机的电子万年历C语言程序,并带有调时功能.-Electronic calendar based on AT89C51 microcontroller C language program, and with the tune when the function.
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-21
    • 文件大小:1.79kb
    • 提供者:钟建敏
  1. 经典的理发师问题,用C语言实现

    0下载:
  2. 经典的理发师问题,用C语言实现,程序实现了几个进程之间的相互调度关系,预防死锁。,Classic barber problem using C language, the program realize a number of the process of scheduling the relationship between the prevention of deadlock.
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-21
    • 文件大小:10.18kb
    • 提供者:王栩
  1. 使用Linux下的图形库

    0下载:
  2. 编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行。-Write a C program, using the graphics library under Linux, sub-window displays three concurrent processes running.
  3. 所属分类:操作系统开发

    • 发布日期:2016-01-27
    • 文件大小:1kb
    • 提供者:Allan
  1. jiguanguan

    0下载:
  2. 这是一个籍贯管理系统,可用于C++程序设计-This is a place of origin management system, can be used in C Program Design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:6.9kb
    • 提供者:太阳
  1. C

    0下载:
  2. 这是操作系统实验时所编写的一个模拟进程调度用c++语言所编写的一个小程序-This is the operating system during the preparation of the experimental simulation of the process of scheduling a c++ language used by a small program to prepare
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.43kb
    • 提供者:金鑫
  1. main

    0下载:
  2. 作業系統RR排程方法,使用c程式來表示cpu bound & io bound (學校作業)-RR operating system scheduling methods, the use of c program to that cpu bound & io bound (school work)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.67kb
    • 提供者:sean
  1. c

    0下载:
  2. 操作系统 此法分析程序 程序进行扫描过程中将其分解为各类单词的词法分析方法-Analysis of the operating system this program will be scanning process procedures for all types of the decomposition of the lexical analysis of words
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2.12kb
    • 提供者:h
  1. file

    0下载:
  2. 基于消息驱动的菜单是在8位单片机上动行的,能在较少的时间内完在菜单系统设计-This is very good to design C Program.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2.73kb
    • 提供者:kbw5200
  1. mymenu

    0下载:
  2. C语言菜单开发,在原代码中自定义菜单,支持二级菜单的开发,很有实用价值-c program source for memu code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2.98kb
    • 提供者:lish
  1. DesignandImplementationofJobschedulingsimulationpr

    0下载:
  2. 先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:57.12kb
    • 提供者:willism
  1. rr28

    0下载:
  2. program to implement Round-Robin CPU scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1.17kb
    • 提供者:naveen
  1. bankerRR28

    0下载:
  2. a c program to implement Bankers Algorithm for deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:naveen
  1. Os_cpu_a

    0下载:
  2. UCOSII在XC164芯片上的移植程序中所要修改的其中一个文件。-In the XC164 chip UCOSII transplant program in which you want to modify a file.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4.12kb
    • 提供者:tianyouguo
  1. shellprompt

    0下载:
  2. c program to implement shellprompt of linux
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:984byte
    • 提供者:surajschoudhari
  1. linuxC

    0下载:
  2. C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
  3. 所属分类:OS Develop

    • 发布日期:2017-05-17
    • 文件大小:4.32mb
    • 提供者:yanlg
« 12 3 4 5 »
搜珍网 www.dssz.com