CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 算法 数据结构

搜索资源列表

  1. 66666

    0下载:
  2. 创建一颗线索二叉树,主要利用了数据结构的知识和递归算法,最后能够遍历整颗树的信息-Creating a threaded binary tree, the main advantage of the knowledge and recursive data structures algorithms, and finally be able to traverse the whole tree information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:158959
    • 提供者:zhigang
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5305
    • 提供者:王跃
  1. QQCrack

    0下载:
  2. 提供腾讯QQ2005贺岁版登录口令加密算法及其VC源码:QQ2005贺岁版的ewh.db的数据结构分析、加密算法的分析,并且给出解密的算法和实例。-Tencent QQ2005 Hesuiban login password provided encryption algorithm and its VC Source: QQ2005 Hesuiban the ewh.db data structure analysis, encryption algorithm and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:71999
    • 提供者:房天
  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. gdsl-1.4

    0下载:
  2. 用C语言实现的通用数据结构算法,封装了大部分算法,功能很实用。可以在linux下和windows编译。-General with the C language data structure algorithms, encapsulates most of the algorithms, function very useful. Under linux and windows can be compiled.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1379510
    • 提供者:黄健
  1. cunchuguanli

    0下载:
  2. 1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。 2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。 -1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1790
    • 提供者:pearl
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. kt

    0下载:
  2. 实现骑士游历问题。 骑士游历问题是一个经典的数学问题。其思想在电路图的设计及图像加密等方面都有帮助,如果能将骑士游历问题算法通过计算机语言程序化将对其在其他领域中的应用有极大帮助。通过研究骑士游历的规则对问题进行数学模型抽象,通过研究骑士游历的方向与可到达情况,将骑士的空间移动抽象成数学表达式,进而映射到程序中所需对应的数据结构形式,最后通过利用JAVA语言得以实现骑士游历问题中骑士游历过程的动态图形演示。 -Knight traveled to achieve the problem. Kni
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:4053
    • 提供者:蒋立
  1. DES

    0下载:
  2. DES算法的加密和解密。使用C语言实现,我的数据结构课设。-DES Programing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3753
    • 提供者:朱丰
  1. safe_suanfa

    0下载:
  2. 进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行安全性算法检查,如果安全就满足进程的请求,将请求的资源分配给它,否则不能分配资源给它。-Process resource requests, first determine whether a reasonable request and the current number of available resources it can meet the request
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:15512
    • 提供者:太假了
  1. linuxsy4

    0下载:
  2. 操作系统实验4 理解动态异常存储分区资源管理,掌握所需数据结构和管理程序,了解各种存储分配算法的优点和缺点。-Experiment 4 of the operating system to understand the dynamic abnormal storage partition resource management with the necessary data structures and management procedures, understand the advantag
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:61497
    • 提供者:林辉
  1. cPlusDS

    0下载:
  2. c++版的数椐结构,自己用过,很好用,常用的数据结构都有,还有经典算法的例子,在学校时就学的这个-noted in the structure of c++ version number, used their own, easy to use, the examples of commonly used data structures have classical algorithm to school when the school this
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2810667
    • 提供者:dongdong
  1. poly

    0下载:
  2. 多项式的表示,运算 相加 数据结构算法 程序设计,多项式相减-Polynomial representation, computing the sum of the data structure design program, polynomial subtraction
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1275
    • 提供者:吴国祥
  1. heapsort

    0下载:
  2. 堆排序的算法, 堆的建立,筛选,数据结构排序算法 -Heap sort algorithm, the establishment of the heap, filtering, data structure sorting algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1243
    • 提供者:吴国祥
  1. shellsort

    0下载:
  2. 希尔排序增量序列,本程序采用5,3,1序列,希尔排序,数据结构与算法-Hill sorting incremental sequence, the program uses a 5,3,1 sequence Hill, sorting, data structures and algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1301
    • 提供者:吴国祥
  1. HeapSort

    0下载:
  2. 在Visual C++环境下实现算法与数据结构中堆排序,采用面向对象的思想编程实现-Heap sort algorithm and data structure in Visual C++ environment, using the idea of ​ ​ object-oriented programming to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:264660
    • 提供者:ba
  1. graph

    0下载:
  2. 关于数据结构中图的一些算法,包括Dijkstra、Floyd-Warshall等-About some algorithms about graph, including Dijkstra, Floyd-Warshall
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:3349
    • 提供者:niezan
  1. Tree

    0下载:
  2. 数据结构中树的一些算法,包括AVL tree,Search tree, Threaded tr-some algorithms about tree, including AVL tree,Search tree, Threaded tree
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49337
    • 提供者:niezan
  1. Backtracking-algorithm

    0下载:
  2. 回溯算法的介绍,解决怎样实现皇后问题。属于c++数据结构问题-Backtracking algorithm introduced queens problem solve how to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:91136
    • 提供者:zqx
  1. Clanguage-data-structure

    0下载:
  2. 关于C语言数据结构和算法的一些例子,很好用-about data structure using c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:262430
    • 提供者:liaojian
« 1 2 34 5 6 »
搜珍网 www.dssz.com