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

搜索资源列表

  1. 线性表1.0

    0下载:
  2. 线性表c#语言实现,其中包括顺序存储结构和链表存储结构,对数据结构线性表的理解更加深刻。(Linear table c# language implementation)
  3. 所属分类:C#编程

    • 发布日期:2017-12-24
    • 文件大小:60416
    • 提供者:97.28
  1. ConsoleApplication5

    0下载:
  2. 使用克鲁斯卡尔算法和普里姆算法,使用图形化函数graph.h画出效果图,音频背景部分需自行添加,采用按键监听,直接使用键盘对应按键选择操作(Using the Kruskal algorithm and prim algorithm, using graphical graph.h function to draw renderings, the need to add the background audio part, adopts the key to monitor, directly
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:38713344
    • 提供者:~追梦~
  1. 赫夫曼编码实现

    0下载:
  2. 赫夫曼编码实现代码,对于数据结构初学者有较大的借鉴意义(Huffman encoding code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:43008
    • 提供者:海职院
  1. 新建文本文档

    0下载:
  2. 一、循环队列的基础知识 1.循环队列需要几个参数来确定 循环队列需要2个参数,front和rear 2.循环队列各个参数的含义 (1)队列初始化时,front和rear值都为零; (2)当队列不为空时,front指向队列的第一个元素,rear指向队列最后一个元素的下一个位置; (3)当队列为空时,front与rear的值相等,但不一定为零; 3.循环队列入队的伪算法 (1)把值存在rear所在的位置; (2)rear=(rear+1)%maxsize ,其中maxsize代表数
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:刘祥
  1. TextPuzzle

    0下载:
  2. 课后习题2-3 章部分习题的个人实现,部分习题多种方法解决(Data Structure Text Puzzle in C)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:267264
    • 提供者:羁幻
  1. 教务管理系统

    0下载:
  2. 教务管理系统是一个使用Client/Server技术、面向学校教务处用户的多模块信息管理系统。它采用了当前流行的C/S结构,可以突破了原先教务系统使用的局限性,实现多机同时工作统一数据库。因而就可在多地域、任意时间段来访问教务系统中的数据,大大加强了系统数据共享的能力。另外采用了以上流行和标准的网络技术也极大地提高了系统的可移植性。 教务管理系统特点(The educational administration management system is a multi-module infor
  3. 所属分类:C#编程

    • 发布日期:2017-12-24
    • 文件大小:675840
    • 提供者:ly202017
  1. 8数码

    0下载:
  2. 8数码问题,图形界面使用Qt Creator 4.2.2 (Community)(Eight digital problem)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:45056
    • 提供者:雾萌萌i
  1. 15349069_卢健圳_猴子选大王解题报告V1

    0下载:
  2. c++数据结构,链栈入门,经典问题猴子选大王解题思路(C++ data structure, the introduction of chain stack)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:520192
    • 提供者:luigisysu
  1. arrList

    0下载:
  2. 数据结构与算法-顺序表,vc++6.0,张铭版(Data structures and algorithms - arrList, vc++6.0, Zhang Ming)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:240640
    • 提供者:NOTHING95
  1. c二叉查找树

    0下载:
  2. 二叉树查找算法,是c数据结构的内容比较难做我做了很长时间才做出来(Two tree search algorithm, C data structure is more difficult to do, I have done a long time to do it)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:452608
    • 提供者:tianyudizhua
  1. minspantree

    0下载:
  2. 最小生成树的程序实现,参照清华大学数据结构一书(The minimum spanning tree program, referring to the data structure of Tsinghua University book)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:5654528
    • 提供者:miss情
  1. 0下载:
  2. 实现了图的创建,遍历,输出以及广度深度的遍历。(The creation, traversal, output and breadth and depth traversal of the graph are realized.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:2869248
    • 提供者:抹油先生
  1. 通讯录

    0下载:
  2. 利用链式结构体进行编写通讯录,通过对链节点的操作来进行增删改查(Write a address book by using a chain structure)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:199680
    • 提供者:晓之亚寒
  1. HashTable

    0下载:
  2. 线性哈希表的简单实现。哈希表,是根据关键码值(Key value)而直接进行访问的数据结构(Simple implementation of linear hash table)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:2042880
    • 提供者:易凡达
  1. 练习题1.6

    0下载:
  2. 数据结构与算法分析课后题,要用的可以看看(c++ njsndjajdsjoiajoijs)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3346432
    • 提供者:Willmin
  1. 链表

    0下载:
  2. 学习数据结构的链表操作,并编程用链表分别实现两个链表中数据的合并,并排列大小。(Learning the chain table operation of the data structure, and programming the combination of data in two linked lists with the chain table, and arrange the size.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:VINCERXC
  1. 顺序表

    0下载:
  2. 学习数据结构的顺序表的操作,并编程用顺序表分别实现两个顺序表中数据的合并,并排列大小。(Learning the operation of the sequence table of data structure, and programming the merging of data in two sequential tables with sequence tables, and arranging the size.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:VINCERXC
  1. 1-1

    0下载:
  2. 描述   教练员 A、B 和 C 将要从编号为1到n的队员中挑选自己的队员。为公平起见,每个教练都根据自己的喜好程度将队员排序;你负责根据以下规则为他们分配队员。   你拿到的数据是 a、b、c 三个数组,表示三个教练对队员的喜好程度排序,每个数组都是数字 1 到 n 的一个排列,下标越小表示教练越喜欢该队员(例如教练 A 最喜欢编号为 a[0] 的队员,其次是编号为 a[1] 的队员)。你的分组规则是,从还未被分配的队员中找一个教练A最喜欢的队员分到 A 组;然后,在未分配的队员中分配
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:936960
    • 提供者:关林
  1. Seq

    0下载:
  2. 数据结构线性表及相关操作,包括线性表的创建、删除,链表的创建、删除等(Data structure of linear tables and related operations.)
  3. 所属分类:Windows编程

  1. BTree

    0下载:
  2. B树底层实现,c++代码,参考数据结构与算法(c++版)(Implementation of B tree bottom)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:keel
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 38 »
搜珍网 www.dssz.com