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

搜索资源列表

  1. xinli

    0下载:
  2. 某心理咨询公司有三个顾员,其编号为1~3,他们上班时间为每天的8~17点,请打出某天他们接待咨询的时间。-a psychological consulting company three LAB, the No. 1 ~ 3, They go to work every day for the 8 ~ 17:00, making Somewhere they receive counseling time.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4006
    • 提供者:张伯泉
  1. Storage-

    0下载:
  2. 该文件为链式储存结构的实验,文件包含了实验报告和代码,其中内容包括了线性表的链式结构的定义,链接存储结构结点的访问方法吗,栈的链式存储结构实现,链式存储结构的队列的特点与实现;栈和队列的简单应用; -Experimental chain storage structure of the file, the file contains the lab reports and code, which includes the definition of the linear chain stru
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:109205
    • 提供者:黎明
  1. lab

    0下载:
  2. 《算法设计与分析》王晓东编著,第一、二、三章上机实验课 - Algorithm Design and Analysis edited by Wang Xiaodong, one, two, three chapters on experimental class aircraft
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:12726
    • 提供者:benson
  1. fiend-translator

    0下载:
  2. 魔王语言解释器,数据结构实验。支持无限多个变量定义(实验要求A.B两个)。支持脱多括号。 如:魔王语言为A(cdA(Bc)),A=nx, b=A(vb)j 翻译后为nxcjcvcbcvcxcncccjcvcbcvcxcncnxcdc -Fiend language translator. A classic data structure course lab.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:187692
    • 提供者:谈子龙
  1. lab

    0下载:
  2. 算法中多种排序,包括插入,合并,希尔,冒泡,快排,以及桶排序的链表实现!-A variety of sorting algorithms, including the insertion, merge, Hill, bubble, quick row, and bucket sort linked list to achieve!
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:10650913
    • 提供者:fcy
  1. T2

    0下载:
  2. 系统基础结构,大学数据结构。作业,用数据结构方法,参照模版写实验报告。-System infrastructure, university data structure. Methods with data structures, not with the database program debugging good teacher acceptance was sought after. Acceptance, the reference template to write lab rep
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1266
    • 提供者:ZN
  1. biaodashiqiuzhibaogao

    1下载:
  2. 数据结构的实验报告:包括了源码,本程序可以对正确的表达式能给出正确结果;对不正确的表达式能指出错误,如少左括号,少右括号等-Data structure lab report: include the source, this procedure can correct expression can give accurate results on incorrect expressions can point out errors, such as less left parenthesis
  3. 所属分类:Data structs

    • 发布日期:2014-11-05
    • 文件大小:7168
    • 提供者:天天向上
  1. lab

    1下载:
  2. matlab进行拓扑排序的程序,在matlab中实现了拓扑排序算法。-matlab for topological sort of the process is implemented in matlab a topological sorting algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:6466
    • 提供者:billhuang
  1. exepermentreport

    0下载:
  2. c语言程序设计实验报告 实验报告必须有以下内容: 1. 实验内容描述与需求分析 2. 概要设计(数据结构、算法设计) 3. 调试、分析与实验结果 4. 总结 -c language programming lab reports lab reports must have the following: 1. experiment descr iption and analysis of requirements 2. Summary of design (data str
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:989
    • 提供者:李晓东
  1. chazhao

    0下载:
  2. 查找的实验报告,用于数据结构与算法课程,包含源码-Find the lab reports, for data structures and algorithms courses, including source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:57835
    • 提供者:aya
  1. shujujiegou

    0下载:
  2. 数据结构实验报告课程设计 任意整数加减法!-Data structure course design lab report any integer addition and subtraction!
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:15424
    • 提供者:muyifeng
  1. EightDigital

    0下载:
  2. 算法求解八数码难题,包括详细设计说明和实验报告-Eight puzzle algorithm, including the detailed design notes and lab report
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:583461
    • 提供者:chenb
  1. 2.3

    0下载:
  2. 2.3 主元素问题(课本2-9) 问题描述:设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。输入数据由文件名为input.txt的文本文件提供。 请设计一个线性时间算法,判断input中的数据是否存在主元素。在实验报告中对算法时间复杂度作出分析。 输入:文件的第1行为数组S中元素个数n;接下来的n 行中,每行有一个自然数。程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到主元素时
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:7469
    • 提供者:陈星风
  1. Lab-Sharp-4

    0下载:
  2. A full adder with non-uniform csa
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:38720
    • 提供者:Babar Jamil
  1. paixu

    0下载:
  2. 实现、对比各种排序方法,包括各种排序算法代码及实验报告-Achieved, compared to various sorting methods, including sorting algorithm code and lab reports
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3857279
    • 提供者:ziying
  1. shujujiegoushiyan8

    0下载:
  2. 数据结构实验,各种排序算法,C++编写的代码和实验报告,带有各种算法的比较和移动次数等。-Experimental data structure, various sorting algorithms, C++ code and lab report writing, with a comparison of various algorithms and mobile number and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1282738
    • 提供者:
  1. Huffman

    0下载:
  2. 霍夫曼编码实验报告,内含源代码,编码原理 -Huffman coding lab report, containing the source code, coding theory
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:430233
    • 提供者:韩苓
  1. waegwr

    0下载:
  2. 数据结构的课程设计 迷宫求解的 实验报告 20页以上-Curriculum design data structures to solve the maze more than 20-page lab report
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:460613
    • 提供者:zhangqingwei
  1. SequentialMappingLinearListOS

    0下载:
  2. 循环顺序表数据结构的功能演示,包括C源代码和详细实验报告-Loop sequence table data structure feature presentation, including C source code and detailed lab reports
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:79680
    • 提供者:DeJun
  1. nidong

    0下载:
  2. 查找算法比较,二分查找,顺序查找,包括实验报告!-More search algorithm, binary search, sequential search, including lab reports!
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:11789
    • 提供者:刘栋
« 12 3 »
搜珍网 www.dssz.com