CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - level

搜索资源列表

  1. C语言文件管理

    0下载:
  2. 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.3kb
    • 提供者:葛林
  1. 等级证书考试管理系统

    0下载:
  2. 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:245.66kb
    • 提供者:郑章孝
  1. sorting

    0下载:
  2. 高级算法里的排序讲义ppt。sorting- In high-level algorithm arrangement printed lecture ppt. Sorting
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:105.71kb
    • 提供者:陈西
  1. ostang

    0下载:
  2. 这是我上个学期操作系统的课程设计,做了一个多级文件系统,用文件模拟磁盘,基于i节点结构,功能超强,希望对大家有用。-This is my last semester of courses operating system design and a multi-level file system, disk using simulated document, based on i node structure, function superpower, we hope that the right
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.46kb
    • 提供者:唐海浪
  1. 国际大学生程序设计竞赛题解

    0下载:
  2. 要想看看自己的编程水平有多高。除了开发项目和做出象样子的软件以外,还有一个很好的办法就是参加比赛.而国际大学生程序设计竞赛题解,为你提供了检验自己的一个很好的挑战。里面不仅有大量的例题,还有各种算法的分析和与实例的结合。是提高英文和编程能力的绝对好书了-To look at our own programming level is very high. In addition to development projects and to make the software look like t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.79mb
    • 提供者:srgr
  1. 层次非递归遍历

    0下载:
  2. 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.4kb
    • 提供者:emma
  1. 9二叉树

    0下载:
  2. 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.37kb
    • 提供者:李扬
  1. 数据结构实验程序

    0下载:
  2. 包括插入法查找树生成程序、树的队列法层次遍历、用链式栈对树中序遍历、制作二插查找树的镜像副本-including the insertion procedure generation search tree, the tree traversal level cohort method, using chain stack of tree traversal, interpolation search produced two mirror copies of the tree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.02kb
    • 提供者:王荣枫
  1. c++cast

    0下载:
  2. 这是一个C++的比较简单的例子,使用于初学者,建议入门级的人看看.-This is a C relatively simple example, beginners to use, the proposed entry-level people to see.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.72kb
    • 提供者:亿摆
  1. elcshuiping

    0下载:
  2. 产生水平地震波的小程序,希望对作地震分析的同仁有用处!-level of seismic waves generated by small program, and I hope to make seismic analysis of the usefulness of us!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.52kb
    • 提供者:小脚丫
  1. newmatrix

    0下载:
  2. 最新收集得老外写的一个矩阵类,功能相当的强大,比以前的源码水平提高了不少,源码中有相当详细的英文注释,简单明了!-collected in the latest foreigner to write a matrix of type, quite powerful, the source than the level a lot, a significant source of detailed notes in English, simple!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.16kb
    • 提供者:孟耀伟
  1. BinaryTree111

    0下载:
  2. 用C++写的寻找公共祖先,实现树的先序后序中序层次遍历,内有实验报告可以参阅。-C wrote for the public ancestors, the first realization of the tree sequence after sequence traversal sequence level, there are experimental report can be found.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25.71kb
    • 提供者:caohan12
  1. humantree

    0下载:
  2. 这就是所谓的哈夫曼编码的代码,我自己编的,编的不好还多请教,这是个学生级别的代码!嘿嘿!-This is the so-called Huffman coding code, I developed the addendum to the more bad advice, This is a student-level code! laughter!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.74kb
    • 提供者:kerry
  1. fractions_compositor

    0下载:
  2. 写一个程序,列出在0和1之间的所有分母不大于N的最简分数,下面是N=5时的情况: 0/1 1/5 1/4 1/3 2/5 1/2 3/5 2/3 3/4 4/5 1/1 总共有11个分数! 还需要进行排序。-write a procedure set out in the 0 and 1 denominator between all the N is not greater than the most simple level, Below is N = 5:00 of : 0 /
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.63kb
    • 提供者:刘华
  1. SortTree

    0下载:
  2. 创建一棵二叉排序树,并采用中序遍历和层次遍历法输出其顶点序列,主要实验内容如下: 1. 定义二叉排序树的结构BiTree; 2. 编制二叉排序树的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 编制中序遍历函数; 4. 在main()函数中完成二叉排序树的建立,以及中序遍历的输出。(二叉排序树的各个元素从键盘输入,并利用Insert_SortTree()函数进行插入建立); 5. 编制层次遍历函数,并在main()函
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.89kb
    • 提供者:段苛苛
  1. Bastile

    0下载:
  2. XC的儿子小XC最喜欢玩的游戏用积木垒漂亮的城堡。城堡是用一些立方体的积木垒成的,城堡的每一层是一块积木。小XC是一个比他爸爸XC还聪明的孩子,他发现垒城堡的时候,如果下面的积木比上面的积木大,那么城堡便不容易倒。所以他在垒城堡的时候总是遵循这样的规则。小XC想把自己垒的城堡送给幼儿园里漂亮的女孩子们,这样可以增加他的好感度。为了公平起见,他决定把送给每个女孩子一样高的城堡,这样可以避免女孩子们为了获得更漂亮的城堡而引起争执。可是他发现自己在垒城堡的时候并没有预先考虑到这一点。所以他现在要改造城
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:809byte
    • 提供者:shao
  1. Multi-level-queue-algorithm

    0下载:
  2. 采用多级反馈队列调度算法来模拟实现处理机的调度过程,C语言代码,在VC++6.0上调试通过。-Multi-level feedback queue scheduling algorithm to simulate the process of realization of processor scheduling, C language code, debug by VC++6.0.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.29kb
    • 提供者:Wilson
  1. Level-traversing-a-binary-tree-

    0下载:
  2. 层次遍历二叉树(顺序结构) 注意:此代码仅演示层次遍历二叉树(顺序结构),并不考虑诸多细节, 感兴趣的可自行修改-Level traversing a binary tree (order structure) Note: This code only demonstrates the level traversing a binary tree (order structure), does not take into account many details,
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1.23kb
    • 提供者:富宇
  1. level-traversal

    0下载:
  2. 二叉树的层次遍历算法实现 level traversal 依次对树中每个结点均做一次且仅做一次访问。-level traversal
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:18.97kb
    • 提供者:Mori
  1. Design.high.level.VC.sorting.array

    0下载:
  2. VC 编程阵列排序设计 Design of high-level programming VC sorting array code -Design of high-level programming VC sorting array code
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:18.92kb
    • 提供者:yeah
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com