CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - short time

搜索资源列表

  1. NachOS-4.1

    0下载:
  2. Nachos的全称是“Not Another Completely Heuristic Operating System”,它是一个可修改和跟踪的操作系统教学软件。它给出了一个支持多线程和虚拟存储的操作系统骨架,可让学生在较短的时-Nachos is the full name of " Not Another Completely Heuristic Operating System" , which is a modification of the operating sys
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:297.39kb
    • 提供者:longjiu
  1. Linuxkernal

    0下载:
  2. 本书对 Linux 操作系统内核全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux的工作机理获得全面而深刻的理解,为进一步学习和研究 Linux系统打下坚实的基础。-This book all of the Linux operating system kernel code for a detailed and comprehensive document of comments and descr iption so that readers can be d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5.07mb
    • 提供者:吴红
  1. Linux-zero-based-junior-tutorial

    0下载:
  2. 如果希望能在短时间里对linux有个全面的理解,并且希望能迅速掌握LInux基本功能,那这本书将是相当不错的选择:Linux零基础初级教程.pdf-If you want to be able to right in a short time have a comprehensive understanding of linux and would like to be able to quickly master the basic functions of LInux, then this
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:221.34kb
    • 提供者:deeper99
  1. wapeq16

    0下载:
  2. wapEQ独立自主的wap手机建站程序的出现可以说是wap手机建站行业的一个里程碑,本系统采用PHP+MYSQL为解决方案, PHP与MySQL的紧密结合使PHP更加优越,速度快、安全性高,也是业内第一款php+mysql的wap整站建站系统。   Wapeq建站系统是目前业内领先的独立手机wap建站系统,具有智能建站及智能管理的双重功能,采用国际领先的所见即所得的可视化建站技术, 一个稍有上网经验、会打字的人,使用我们的"wap手机建站系统"就可以在短时间内建立一个设计精美,功能齐全的wa
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-01-08
    • 文件大小:5.72mb
    • 提供者:邓伟
  1. AHeavilyCommentedLinuxKernelSourceCode

    0下载:
  2. 本书对 Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对 Linux的工作机理获得全面而深刻的理解,为进一步学习和研究 Linux系统打下坚实的基础。虽然所选择的版本较低,但该内核已能够正常编译运行,其中已经包括了 LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的运作机制。书中首先以 Linux源代码版本的变迁历史为主线,详细介绍了 Linux系统的发展历史,着重说明了各个内核版本之间的重要区别和改进方面
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4.76mb
    • 提供者:feel
  1. iptables

    0下载:
  2. 简要介绍iptables 让你短时间内对iptables 有比较深刻的认识!-Brief introduction on iptables iptables for a short time you have a deeper understanding!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:9.33kb
    • 提供者:shen
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8.04kb
    • 提供者:代浩
  1. 111

    0下载:
  2. 统计一段时间内操作系统缺页次数,在Linux环境下实现的-Operating System Statistics short period of time the number of pages in the Linux environment to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1.21kb
    • 提供者:黄参
  1. linuxpk_20091214

    0下载:
  2. linux指令大全!新手可以在极短的时间内掌握各种linux命令!-linux command Daquan! Novice can in a very short period of time to master a variety of linux command!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:567.07kb
    • 提供者:dingkui
  1. Linux-driver-development10

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:462.94kb
    • 提供者:华清远见
  1. sleep

    0下载:
  2. sleep函数的完整实现 1. 实验要求: 1、使用alarm函数实现定时。 2、必须正确处理mysleep函数中的闹钟与调用者可能设置的闹钟之间的关系。例如,如何解决不同的信号处理函数的保存和恢复?如何处理调用者设置的闹钟比mysleep函数中的闹钟早响的问题?如何处理调用进程屏蔽SIGALRM信号? 3、不允许出现任何竟态条件(时间窗口)。 4、总之,mysleep的实现细节应当对调用者透明,也就是说,不论在实现mysleep函数时是否使用了alarm函数,对调用者是否以
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:41.07kb
    • 提供者:cs074163
  1. gzlog

    0下载:
  2. The gzlog object allows writing short messages to a gzipped log file, opening the log file locked for small bursts, and then closing it. The log object works by appending stored data to the gzip file until 1 MB has been accumulated. At that time, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4.01kb
    • 提供者:xingbuiber
  1. Fun-Guidance-C-PP

    0下载:
  2. 该资料主要是趣味性学习C++,让你在趣味中短时间完成学习,提高能力-This information is mainly interesting to learn C++, make fun of you in a short time to complete the study, improve the ability of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-25
    • 文件大小:7.89mb
    • 提供者:aallen.xu
  1. minisocks

    0下载:
  2. Short-time timewait calendar.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.06kb
    • 提供者:wkkeifn
  1. rc80211_minstrel_debugfs

    0下载:
  2. Tests how mmiotrace behaves in face of multiple ioremap iounmaps in a short time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.57kb
    • 提供者:mrgaowou
  1. 《Linux操作系统实用教程全集》教学课件

    0下载:
  2. 《Linux操作系统实用教程全集》是很全面的教学课件,对初学者能在短时间了解运行Linux操作系统(Linux operating system of practical tutorials is a very comprehensive courseware. It can help beginners understand the operation of Linux operating system in a short time.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:12.18mb
    • 提供者:`hzg593
搜珍网 www.dssz.com