CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - data structure and

搜索资源列表

  1. JCHENG

    0下载:
  2. 设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间(Alltime) 将PCB块联接在一个单链表(数据结构)中,并在屏幕上显示其内容-n design process procedures, which each process control block PCB include : process (ID), the process priority (Priority), the p
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1995
    • 提供者:姚紫欣
  1. 数据结构算法与应用C__语言描述

    0下载:
  2. 数据结构算法与应用C__语言描述,数据结构是专业程序员不得不看得教程,建议在成为codefans之前,对数据结构和操作系统远离多把握一些-algorithm and data structure Application C__ language, data structure is a professional programmer to see the guides, as recommended in codefans before the data structure and operat
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11776142
    • 提供者:韶华
  1. Linux_Kernel_CN(1)

    0下载:
  2. 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1200471
    • 提供者:陈彬
  1. libcstl-1.0.1.tar

    0下载:
  2. libcstl是使用C语言编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现。-libcstl is the use of C language, a common data structure and used algorithms library, which mimic the interface and the SGI STL to achieve.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1356434
    • 提供者:王晓
  1. unix

    0下载:
  2. Vnode和Inode数据结构及缓存以及观察VFS文件系统cache的实验报告-Vnode and the data structure and Inode cache and observation VFS file system cache of the Experimental Report
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:12531
    • 提供者:Ivan
  1. cjingdian2

    0下载:
  2. C++资料程序设计——C++语言描述(影印版)习题的答案 【作  者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba-C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-20
    • 文件大小:33600175
    • 提供者:代永勇
  1. AKAE_train_code

    0下载:
  2. 任务间的同步 事件和事件控制块——描述事件的数据结构 信号量及其使用 消息邮箱及其使用 消息队列及其使用-Synchronization between tasks and event control block event- the event describing the data structure and its use semaphore messages using the message queue and the mailbox and its use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:691079
    • 提供者:
  1. Linux2.6_kernel_acl_data_struct_and_implements

    0下载:
  2. 本文对Linux2.6内核的ACL机制的数据结构和实现进行分析,包括有抽象标准层面上的ACL数据结构以及其在EXT4具体文件系统层面上的数据结构。本文还将着重分析Linux中对节点的访问权限检查算法以及ACL访问控制机制在其中的位置与作用。本文最后将以Open系统调用为例说明ACL总体控制流程。 -This paper makes an analysis on ACL s data structure and implements on Linux 2.6 kernel, which inc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:553666
    • 提供者:tan
  1. C_ONE.pdf

    0下载:
  2. Basic of C and Linux Environment. Intro Part One. Require basic programming knowledge such as data structure and basic programming logic.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:244555
    • 提供者:JEIXA
  1. QPFvirtual-table-structure

    0下载:
  2. QPF虚表结构 , MATH函数虚表结构, 函数表结构及THIS指针 使用文档 源码资料-QPF virtual table structure, MATH virtual function table structure, table structure and function pointer to use the document source data THIS
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:40710
    • 提供者:chel
  1. CauTrucDuLieuVaGiaiThuat

    0下载:
  2. about Data Structure and Algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1194131
    • 提供者:cuong
  1. cstl-1.0.0

    0下载:
  2. 使用ANSI C编写的通用的数据结构和常用算法的库, 它模仿STL的接口形式, 包括序列容器,关联容器,容器适配器,迭代器,函数,算法等.CSTL为C编程中的数据管理提供了方便易用的程序库.包括详细使用手册-Written in ANSI C, a common data structure, and a library of commonly used algorithms, which mimics the interface in the form of STL sequence cont
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:1438351
    • 提供者:zhang
  1. c-Senior-courseware

    0下载:
  2. 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2535408
    • 提供者:
  1. main

    0下载:
  2. 题目7 页面置换 一、实验目的 1、对页面置换做进一步的理解。 2、了解页面置换的任务。 3、通过编程掌握页面置换算法及缺页率。 4、了解Belady现象和抖动现象。 二、实验内容及要求 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:834
    • 提供者:haolei
  1. ip_vs

    0下载:
  2. IP Virtual Server data structure and functionality definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:10989
    • 提供者:trplyy
  1. zfcp_reqlist

    0下载:
  2. Data structure and helper functions for tracking pending FSF requests.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1462
    • 提供者:janzanbq
  1. ip_vs

    0下载:
  2. IP Virtual Server data structure and functionality definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3346
    • 提供者:kmmyfei
  1. ip_vs

    0下载:
  2. IP Virtual Server data structure and functionality definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2970
    • 提供者:rpcgyl
  1. p6

    0下载:
  2. IP Virtual Server data structure and functionality definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4178
    • 提供者:xongfotk
  1. test

    0下载:
  2. IP Virtual Server data structure and functionality definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4827
    • 提供者:tonjiyd
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com