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

搜索资源列表

  1. bochs-2.2.1.win32-src

    1下载:
  2. Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4223629
    • 提供者:王陈
  1. srial-debug

    0下载:
  2. Linux 下串口的通讯调试程序C语言编写的源代码-Linux serial communications debugging C-language source code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8331
    • 提供者:蓝鸥
  1. unix_V

    0下载:
  2. 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:158927
    • 提供者:马克
  1. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. microwindows-0.86.tar

    0下载:
  2. linux的图形界面程序,使用c++编程,在linux下解压使用。-linux graphical interface, the use of c programming, the use of Linux under decompression.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:718136
    • 提供者:马凤伟
  1. HEC-linux

    0下载:
  2. c/c++虚拟机linux版本-c / c Linux version of Virtual Machine
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:293748
    • 提供者:付斌
  1. asn1-2_12

    0下载:
  2. asn格式文件的编译器,可以生成相应的.c,.h文件,该模块在Linux操作系统环境下编译通过-asn format of the compiler can generate the corresponding. C,. H documents, The module of the Linux operating system environment through compiler
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:406705
    • 提供者:威尼
  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. process_attemper

    1下载:
  2. 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:365976
    • 提供者:huiting_liu
  1. linux-源代码

    0下载:
  2. 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very goo
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-21
    • 文件大小:36849565
    • 提供者:苏晟晖
  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-26
    • 文件大小:1024
    • 提供者:Allan
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:300420
    • 提供者:Yang
  1. OS23

    0下载:
  2. Linux C语言编程环境的使用,加深对消息的创建、发送和接收的理解,认识其本质。分析共享存储区的创建,附接和断接 -Linux C language programming environment used to enhance the message creation, sending and receiving understanding, understanding of its nature. Analysis of shared storage area to create,
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1534
    • 提供者:王悟德
  1. Linux

    0下载:
  2. 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:347499
    • 提供者:lutao
  1. air_planes.tar

    0下载:
  2. it is an simulation of the airplane controller written in C.Basic operating systems functions such as fork,dup,system are used for the Linux platform.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:3762
    • 提供者:ahmet
  1. Linux File

    1下载:
  2. C++语言实现Linux操作系统的文件管理系统-C++ language document management system for the Linux operating system
  3. 所属分类:操作系统开发

    • 发布日期:2013-05-25
    • 文件大小:16021
    • 提供者:
  1. 用C语言实现页面置换算法的模拟实验

    0下载:
  2. Linux环境下,用C语言实现页面置换算法的模拟实验,并比较不同算法的置换效率。-Linux environment using C language page replacement algorithm simulation and compare different displacement efficiency of the algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2016-01-25
    • 文件大小:11264
    • 提供者:宋阳
  1. Linux-CourseDesign-version-2.0

    0下载:
  2. Linux下的C语言图书馆管理系统,可以添加管理员,添加读者,读者可限借3本书等功能-C language library management system under Linux, you can add the administrator, add the reader, the reader can borrow only 3 books and other functions.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:7712
    • 提供者:马斌斌
  1. Linuxnhsjysxdsb_jb51

    0下载:
  2. lkd中文版 robert love作品,入门linux开发必备(linux kernel development)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-30
    • 文件大小:38567936
    • 提供者:jesseh
  1. os exercies4

    0下载:
  2. 写一个扩展到linux防火墙,这使得它成为可能 指定允许哪些程序使用哪个传出端口。 更确切地说,用户空间程序和内核 模块。(Write an extension to the linux firewall which makes it possible to specify which programs are allowed use which outgoing port. More precisely, write a user space program and a
  3. 所属分类:操作系统开发

    • 发布日期:2018-11-30
    • 文件大小:10240
    • 提供者:cindy888
« 12 3 »
搜珍网 www.dssz.com