CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shujujiegou

搜索资源列表

  1. shujujiegou6

    1下载:
  2. 把矩形定义及其运算设计成一种抽象数据类型,其数据部分包括矩形的长度和宽度,操作部分包括初始化矩形的尺寸、求矩形的周长和面积。-shujujiegou c++
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:585796
    • 提供者:baozi
  1. graph

    0下载:
  2. 图的操作,一个关于数据结构的图的操作,是学习c语言的源码-tu de chaozuo,yige guanyu shujujiegou de guangyuutu de chaozuo
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1696
    • 提供者:yeshaohua
  1. shujujiegou

    0下载:
  2. 这个是数据结构的上机作业,希望多大家有帮助,其中有八皇后,深度搜索等算法-This is the data structure operations, more than help, of which eight queens, depth search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:25100
    • 提供者:小风
  1. shujujiegou

    0下载:
  2. 数据结构程序,队列程序,好使的,经过了测试,如果有用,就下了吧。-shu ju jie gou , bian cheng
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:63538
    • 提供者:赵一鹏
  1. shujujiegou

    0下载:
  2. 数据结构经典教程,处理电子商务信息必不可少的好东西哟-Classic data structure tutorial
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:675127
    • 提供者:何铈
  1. kechengsheji--shujujiegou

    0下载:
  2. 目的:通过编写教学计划编制程序,便于老师制定教学计划。 要求: (1)输入参数包括:学期总数,一学期的学分上限,每门课的课程号、学分和直接先修课的课程号。 (2)允许用户指定下列两种编排策略之一:一是使学生在各学期中的学习负担尽量均匀;二是使课程尽可能地集中在前几个学期中。 (3)若根据给定的条件问题无解,则报告适当的信息;否则将教学计划输出到用户指定的文件中。计划的表格格式自行设计。-Objective: teaching plans by writing pro
  3. 所属分类:Education soft system

    • 发布日期:2017-05-02
    • 文件大小:952915
    • 提供者:胡维维
  1. shujujiegou

    0下载:
  2. 1、 用户键盘输入一个中缀表达式,回车表示结束;如果该中缀表达式正确,那么在字符界面上输出其后缀表达式,其中后缀表达式中两相邻操作数之间利用空格隔开;如果不正确,在字符界面上输出表达式错误提示。 2、 四则运算表达式求值。将中缀表达式转换为后缀表达式,计算并输出结果。利用二叉树后序遍历来实现表达式的转换,同时使用栈来求解后缀表达式的值。 3、 测试数据 - a student can learn it so ,a hope we can share it together
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:24453
    • 提供者:jack
  1. shujujiegou

    0下载:
  2. 数据结构中的各种算法,在VC6.0中运行-In data structures, all kinds of algorithm, in VC6.0 operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9743010
    • 提供者:Eura
  1. shujujiegou

    0下载:
  2. 本程序用的是顺序栈,用地址连续的存储空间依次存储栈中的元素,并记录当前栈顶数据元素的位置,这样的栈称为顺序栈。-This procedure is the order of the stack, contiguous storage space in order of elements in the storage stack, and record the current stack location of the data elements so that the stack is call
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:13749
    • 提供者:李文杰
  1. shujujiegou

    0下载:
  2. 这是数据结构的学习的PPT,很详尽,是关于数据结构(C语言版)的课本的知识-This is the data structure of the PPT study, detailed knowledge of textbooks on data structures (C-language version)
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3939315
    • 提供者:watvh
  1. shujujiegou

    0下载:
  2. 大二毕业设计数据结构课程设计-迷宫 数据结构课程设计-迷宫-Data structures course design- maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:211891
    • 提供者:黄勇
  1. shujujiegou

    0下载:
  2. 数据结构课件,内容详细,适合初学者或是自学者使用!-Data structures courseware, detailed, suitable for beginners or self-learners to use!
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13035714
    • 提供者:肖晓
  1. shujujiegou

    0下载:
  2. 数据结构 顺序表 链表 二叉树的源代码.课设的作品-Order table of the data structure linked list binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3840
    • 提供者:zzsheldor
  1. shujujiegou

    0下载:
  2. 四、已知一个单向链表,试给出复制该链表的算法。-Known to a singly linked list, the test is given a copy of the list algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:111896
    • 提供者:ztt
  1. shujujiegou

    0下载:
  2. 数据结构的试题样板,易于掌握和学习数据结构相关的只是框架和体系-Questions of data structure model, easy to learn and study the data structures related to the framework and system
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:985210
    • 提供者:石宏磊
  1. shujujiegou

    0下载:
  2. 数据结构实验 数据结构实验,可以作为参考学习-The data structure of the experimental data structure experiment, you can learn as a reference
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:199537
    • 提供者:kaixinzhaos
  1. shujujiegou

    0下载:
  2. 循环队列的基本应用以及操作,java语言实现-Basic application of the circular queue operation, java language to achieve
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:3104
    • 提供者:zhao
  1. shujujiegou

    0下载:
  2. 基本的宿舍信息资源管理系统,是有关链表的课程设计,适合于进出较弱的同学。-It is about dorcumentory of
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:746318
    • 提供者:单倩
  1. shujujiegou

    0下载:
  2. 数据结构课程设计完整C和C++代码(猴子吃桃、综合排序)-Data structures course design complete C and C++ of code (monkeys eating peaches, order)
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4417
    • 提供者:xiamuzsy
  1. shujujiegou

    0下载:
  2. 一本很经典的数据结构书籍《数据结构(C语言版)》.严蔚敏_吴伟民.-A classic data structures book data structure (C language). " Yan Wei Min _ WU Weimin.
  3. 所属分类:software engineering

    • 发布日期:2017-06-19
    • 文件大小:28268409
    • 提供者:邹琴
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 »
搜珍网 www.dssz.com