CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - C语言 数据结构

搜索资源列表

  1. exp6

    0下载:
  2. 对一段文本构造哈夫曼树,对所有字符根据其权值编码。对每个结点的左分支编码为0,右分支编码为1。(Constructs a Huffman tree for a text, encodes all characters according to their weights. The left branch of each node is encoded at 0 and the right branch is encoded at 1.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:2938880
    • 提供者:黄花寒
  1. exp9

    0下载:
  2. 有512人参与游戏,从1至512给每人分配一个编号,已知每个人的游戏得分在0~999之间,需要找出游戏参与者的最高分和次高分。让电脑自行产生512个随机整数给各位参与者得分。输出所有参与者及其得分。用顺序查找方法,锦标赛法、通过无序序列建堆和堆调整三种方法取得最高分者和次高分者及其分数并输出。(There are 512 people involved in the game, each assigned a number from 1 to 512, known to each player'
  3. 所属分类:数据结构

    • 发布日期:2017-12-27
    • 文件大小:1620992
    • 提供者:黄花寒
  1. exp2

    0下载:
  2. 设有n个人围成一个圈,分别为他们起名为1,2,…… n,指定一个数m,从第一个人开始报数,报到m时,报m的人出圈,再从他的下一个人重新开始报数,报到m时,报m的出圈,如此下去,直到所有人都出圈为止。当任意给定n和m后,设计算法求n个人出圈的次序。(There are n individuals surrounded by a circle, respectively, they named 1,2,...... N, specify a number of M, from the first p
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:2208768
    • 提供者:黄花寒
  1. 二叉树

    0下载:
  2. 数据结构中的二叉树结构,使用的语言应该是C++(Data structure of the two fork tree structure, the use of language should be C++)
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:1870848
    • 提供者:真人
  1. 严蔚敏《数据结构》的全部代码实现(C语言)

    0下载:
  2. 这是严蔚敏老师数据结构的代码实现,数据结构重算法思想,我个人觉得比较好(This is Yan Weimin teacher data structure of the code to achieve, data structure re-algorithm ideas, I personally feel better)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2865152
    • 提供者:柯珂
  1. 算法:C语言实现

    0下载:
  2. 这是数据结构的C语言代码实现,数据结构重算法思想,C语言实现起来会比较容易上手,适合初学者(This is the data structure of the C language code to achieve, data structure re-algorithm ideas, I personally feel better)
  3. 所属分类:数据结构

    • 发布日期:2017-12-28
    • 文件大小:34206720
    • 提供者:柯珂
  1. 银行业务模拟

    0下载:
  2. 严蔚敏《数据结构C语言版》算法:对银行业务进行模拟(data structure : bank simulator)
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:22528
    • 提供者:123666123
  1. studentguanli

    0下载:
  2. 数据结构链表算法演示,链表的增加删除添加修改侧长度(Data structure linked list algorithm demonstration)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:4847616
    • 提供者:mnfantu
  1. C# 基于CS结构的局域网考试系统源码

    0下载:
  2. C/S模式是一种普遍应用的网络计算模式。传统的C/S模式是两层结构,在这种模式下,网络中的计算机分为两个有机部分:客户机和服务器。服务器只负责各种数据的处理和维护,为各个客户机应用程序管理数据;客户机包含文档处理软件、决策支持工具、数据查询等应用逻辑程序,通过网络使用SQL语言发送、请求和分析从服务器接收数据。(The C/S model is a ubiquitous network computing model. The traditional C/S model is a two-lay
  3. 所属分类:.net编程

    • 发布日期:2018-01-02
    • 文件大小:2672640
    • 提供者:ZZZ先生
  1. 双向链表

    0下载:
  2. 算法框架,实现双向链表,c语言实现,可供学习参考使用(The algorithm framework, two-way linked list, C language, for learning to use and reference)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:2118656
    • 提供者:阿斯达所
  1. Big data structure

    0下载:
  2. 数据结构的入门书籍,简单通俗易懂,非常适合快速学习数据结构相关知识,其中代码主要是以C语言为主,推荐学习。(Data structure of the introductory books, simple and easy to understand, very suitable for fast learning data structure related knowledge, which is mainly based on the C code language, recommended
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:46932992
    • 提供者:violet_gu
  1. 所有程序

    0下载:
  2. 一些基础的数据结构算法的C语言程序实现实现,比如队列、栈等(Some basic data structure algorithms are implemented in C language, such as queues, stacks, etc.)
  3. 所属分类:数据结构

  1. 行编辑

    0下载:
  2. 数据结构 C语言 栈 实现行编辑 严蔚敏版数据结构 C语言 栈 实现行编辑(Data structure, C language stack, current editing)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:190464
    • 提供者:妄想家
  1. ADDTION

    0下载:
  2. 多项式加法,可以去掉和为0的多项式,数据结构作业(Polynomial addition)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:fuhuishan
  1. 线性表的实现

    0下载:
  2. 数据结构线性表顺序表c语言的实现,顺序表表示的是用一组地址连续的存储单元依次存储线性表的数据元素,所以顺序结构的实现一般采用数组的方式来实现,存储空间也采用动态分配的方式。在定义中用一个ElemType * elem表示基地址,int length 表示当前长度,int listsize表示数组的大小。(Linear table data structure to achieve the order form of the C language, the order of the table i
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:橘子精
  1. Huffuman tree

    0下载:
  2. 运用C语言实现经典的压缩算法——赫夫曼编码,供大家学习(Huffman encoding compression algorithm, using C language to achieve the classic, for everyone to learn)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:183296
    • 提供者:Liz Yin
  1. 最大m子段和

    0下载:
  2. 这是一个解析数据结构合算法的经典案例,经过自己的思考而写出新代码,这是基于C语言的(This is a classic parsing data structure cost-effective method, and through their own thinking and write new code, which is based on the C language)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:31744
    • 提供者:桀骜不驯
  1. 最长递增子序列

    1下载:
  2. 这是数据结构和算法设计中的经典案例题,代码不唯一,最长公共子序列源码和动态规划ppt分析(This is a classic case of data structure and algorithm design, the code is not unique, the largest m sub segment and source code and dynamic programming ppt analysis)
  3. 所属分类:数据结构

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

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

    0下载:
  2. ID3算法c语言实现 ID3算法c语言实现()
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:ZIN_315
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com