CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - linux a

搜索资源列表

  1. Linux服务器配置教程

    0下载:
  2. 这是一个中小型企业服务器配置的方案,内含大量代码命令的解析.-this is a middle/small enterprise server configuration scheme, including plenty of command parse source code.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:62.29kb
    • 提供者:剑锋
  1. Linux内存管理模拟器

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

    • 发布日期:2008-10-13
    • 文件大小:4.48kb
    • 提供者:罗鹏魁
  1. mod-linux-0.11

    0下载:
  2. Linux 0.11 代码在不做修改的情况下,很难在现在的环境下这接编译通过(除非你能的到 10 几年前 Linus 用的那个版本的 gcc 什么的)。所以要对代码作少量修改(说说是少量花了好几小时的,主要是一上来不熟 gcc 的内嵌汇编)。比起linux0.01,linux0.11更加完善,更加接近操作系统的要求,内核小有利于学习linux-0.11 Linux code does not modify the circumstances, In the present difficult c
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:119.37kb
    • 提供者:zuozaior
  1. 使用linux文件系统调用(新手必须)

    0下载:
  2. 刚刚学习操作系统得新手们可以好好看看这个程序.-just learning platforms is a good novice can look at this procedure.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:张纬
  1. 一个新的Linux设备驱动程序

    0下载:
  2. 这是一个我经过研究学习,理解了别人得程序,感觉很不错的源程序.-This is a research study I read, understand others in the process, I feel very good source.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10.11kb
    • 提供者:张纬
  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
    • 文件大小:35.14mb
    • 提供者:苏晟晖
  1. a

    0下载:
  2. PASCAL语言的词法分析程序,用C++语言编写,开发环境为LINUX.包含源程序的输入文件和分析后的输出文件-PASCAL language lexical analysis procedures using C language, development environment for Linux. Includes input source document and analyze the output files
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:白天
  1. 是一个渗透测试的系统,类似于Linux

    0下载:
  2. 是一个渗透测试的系统,类似于Linux,功能很强大,很实用,我也是刚刚装机的-Is a penetration test system, similar to Linux, very powerful, very practical, I have just installed the
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-26
    • 文件大小:114.29kb
    • 提供者:jennifershi
  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. pcmtest

    2下载:
  2. pcm音频播放测试程序,pcm格式的完整理解-pcm audio player test procedure, pcm format, a complete understanding
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:
    • 文件大小:1.1mb
    • 提供者:quguoping
  1. Linux_Assembly_programming

    0下载:
  2. linux环境下的汇编语言的书籍,很难得书啊 大家来下载吧-linux environment assembly language books, a rare book ah you to download it
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2.09mb
    • 提供者:chan
  1. systemtest

    1下载:
  2. 本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。 所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:9.9kb
    • 提供者:
  1. flex-2.5.4a-1

    0下载:
  2. flex,词法自动生成工具,他可以在极短时间内帮助产生编译器的词法c源程序-flex, automatically generated lexical tools in a very short time he can help the compiler generate c source of lexical
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.15mb
    • 提供者:cs
  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
    • 文件大小:339.35kb
    • 提供者:lutao
  1. lab1

    0下载:
  2. Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:2.74kb
    • 提供者:陈忠俊
  1. OCR

    0下载:
  2. a pdf about open suse linux
  3. 所属分类:Editor

    • 发布日期:2017-04-06
    • 文件大小:178kb
    • 提供者:hamid1233
  1. uCOS-II

    0下载:
  2. uclinux源码,一个最精简的嵌入式操作系统,是学习嵌入式的好资料-uclinux source, one of the most streamlined of the embedded operating system, is a good learning embedded information
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1.63mb
    • 提供者:zhou
  1. linux-0.00

    0下载:
  2. Linux 0.00的源代码,够经典吧,可以拿来做操作系统开发的框架-The source code for Linux 0.00, classic enough it can be used as a framework for operating system development
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:2.52mb
    • 提供者:承运全
  1. linux--os

    1下载:
  2. os实验源代码,共八个。。 有文件管理、内存管理、进程通信-os experiment source code, a total of eight. . There are document management, memory management, process communications and so on. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:40.28kb
    • 提供者:齐齐哈维
  1. Linux

    0下载:
  2. 一本linux 的好书,从简单到精通,让你更容易掌握linux-A linux books, from the simple to the proficient, allow you to more easily grasp linux
  3. 所属分类:OS Develop

    • 发布日期:2017-11-17
    • 文件大小:7.47mb
    • 提供者:justar
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com