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

搜索资源列表

  1. Linuxkernel-SourceFile

    0下载:
  2. 0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:110223
    • 提供者:shuaijinyu
  1. jiaowuxinxixitong

    0下载:
  2. 教务信息管理系统源代码,希望各位学习c语言的能够认真研究-academic information management system source code, hoping to learn the language c to seriously study
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-15
    • 文件大小:8787
    • 提供者:文蓉
  1. jinchengchuanjianyuchexiao

    0下载:
  2. 这是我们学习操作系统的时候老师给我们做的创建和撤销进程的实验,用c++做的给大家欣赏一下-This is what we learn from the operating system when the teacher gave us to do the creation and revocation of the process of experiment, using c++ Done to you and admire
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:6067
    • 提供者:侯坚强
  1. c

    0下载:
  2. 一个简单的操作系统,采用微内核结构,具有进程管理,文件系统,内存管理等内容,适合操作系统的入门学习!-A simple operating system, the use of micro-kernel structure, with process management, file system, memory management, etc., the entry for the operating system to learn!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:370927
    • 提供者:sinix
  1. selfwriteOS

    0下载:
  2. 学习C语言是很容易找到老师的,你会被详细告知IDE是什么以及如何使用。但学习操作系统呢?你会发现绝大多数操作系统书籍只讲原理,讲各种各样的算法和策略。如果为了考试你可以把它背下来,但是如果是出于兴趣呢,怕是读了几天就感到索然无味了。本资料是操作系统开发实践的技术资料,对于OS感谢兴趣,想要亲身体验编写OS的实践者以及UNIX,LINUX源代码爱好者都可以在本资料中了解实践所需的知识和思路。-Learning C language is very easy to find a teacher, y
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:22413276
    • 提供者:zhangning
  1. c

    0下载:
  2. C和C++嵌入式系统编程学习资料。 你可以从这本书里学到很多东 西。除了了解如何更有效地使用C和C++你还将会从本书中对常见的嵌人式软 件问题的详细解释,并从本书所提供的源代码中得到益处。本书中包含的高级 主题有存储器检测和验证、设备驱动程序的设计和实现.实时操作系统的内部 机理,还有代码优化技术。 -C and C++ Embedded Systems Programming learning materials. You can learn from this boo
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1445933
    • 提供者:huan
  1. os_source

    0下载:
  2. 用C语言写的迷你型的操作系统,支持ICO,支持鼠标操作,可做为操作系统的例子来学习-Written in C language with the mini-operating system that supports ICO, supports mouse operation, the operating system can be used as an example to learn
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:742523
    • 提供者:kiss
  1. PlatformBuilder_Embedded

    0下载:
  2. 用于WINCE5.0开发,针对开发平台(Platform Builder 和Embedded Visual C++),叙述的很详细,可以借鉴一下!-For WINCE5.0 development, for the development platform (Platform Builder and Embedded Visual C++), described in great detail, you can learn about!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1115491
    • 提供者:冯工
  1. yhjsf

    0下载:
  2. 基于c的银行家算法,供初学操作系统的人学习-Banker algorithm based on c for beginners who learn the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:226206
    • 提供者:翁婷
  1. yinhangjia

    0下载:
  2. 银行家算法的c++源代码是一个不错的学习文件系统的材料-Bankers algorithm c++ source code is a good file system to learn the material
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1392
    • 提供者:cube
  1. 9

    0下载:
  2. 此源代码是用C编写,操作系统中的读者-写者问题,在学习操作系统的时候可以借鉴-This source code is written in C, the operating system the reader- writer problem, the time in learning the operating system can learn
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1127
    • 提供者:梦泽天
  1. 13

    0下载:
  2. c语言,虚拟存储管理器的页面调度,学习操作系统的同学大有帮助- language, virtual storage management, paging, students learn about operating systems go a long way
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7879
    • 提供者:廉吉军
  1. os1

    0下载:
  2. 完成了“进程控制”。 其实验目的是, 1. 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。 2. 了解6个原语,创建进程(C),终止进程(e),唤醒进程(w),阻塞进程(b),调度进程(p),时间到(t) 3. 理解PCB的含义,PCB是进程存在的唯一标志,它记录着进程标识符,处理机状态,进程调度信息和进程控制信息 4. 掌握进程状态的转换 5.了解内存的分配和回收算法。 -Complete process control. Experimen
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3226
    • 提供者:pang
  1. c-open()

    0下载:
  2. 有关C语言fread()函数和fwrite()函数的详细讲解,有助于帮助你了解有关C的文件操作-The C language fread () function fwrite () function explained in detail to help to help you learn more about C file operations
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:80104
    • 提供者:李兵兵
  1. AESymbol

    0下载:
  2. 本文档介绍了AE+C#环境下符号化的使用,图层符号化内部接口的详细介绍及使用,适合初学者学习参考,有兴趣的可以下载-This document describes the AE+C# environment symbolic use of the internal interface layer symbology detailed descr iption and use, suitable for beginners to learn, are interested can download
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2470436
    • 提供者:何阳
  1. bank

    0下载:
  2. 此代码运用C语言,实现了银行家算法。代码简单易懂,是操作系统初学者的必学代码之一。-This code using C language, the banker algorithm. The code is simple and easy to understand, is the operating system for beginners will learn one of the code.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1668
    • 提供者:LYY
  1. FreeOSEK_rel_0_3_0_20090511_beta.tar

    0下载:
  2. osek操作系统,可以学习使用,分享学习(OSEK operating system, you can learn to use, share learning)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-22
    • 文件大小:289792
    • 提供者:车彦锋
搜珍网 www.dssz.com