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

搜索资源列表

  1. CPPds

    0下载:
  2. C++列,顺序表,散列表,图,树,等常见的数据结构,可以下载去用。-C++ columns, sequential tables, hash tables, graphs, trees, and other common data structures that can be downloaded and used.
  3. 所属分类:Data structs

    • 发布日期:2017-12-13
    • 文件大小:9665
    • 提供者:张小贱
  1. 约瑟夫问题

    0下载:
  2. 使用C语言实现约瑟夫问题,很适合学习数据结构入门级的(Using the C language to implement the Joseph problem)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:497664
    • 提供者:qin淡墨
  1. file

    0下载:
  2. 将图的数据写入文件并构造邻接矩阵,求出单源点到其他顶点的最短路径(The data of the graph is written into the file and the adjacency matrix is constructed, and the shortest path from the single source point to the other vertex is found)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:111黎黎
  1. HuffmanTree

    0下载:
  2. 实现了哈夫曼树的创建,编码,译码,打印哈夫曼树等功能(To create the Huffman tree, encoding, decoding, tree printing and other functions)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:164864
    • 提供者:outsider
  1. Graph

    0下载:
  2. 对图表的储存,深度遍历,广度遍历,文件操作的源代码(For chart storage, depth traversal, breadth traversal, file operation source code)
  3. 所属分类:数据结构

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:wei_sheng
  1. 箱子装载

    0下载:
  2. 运用多种数据结构完成箱子装载问题,包括二叉树算法,DBS树等(Use a variety of data structures to complete box loading problems, including two fork tree algorithm, DBS tree and so on)
  3. 所属分类:数据结构

  1. 书店图书销售管理信息系统实验报告

    0下载:
  2. 提供简便的书店图书系统,基于数据结构与C的基础上编写(Provide a simple Bookstore Book System)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-13
    • 文件大小:209066
    • 提供者:弟弟666
  1. C++

    0下载:
  2. 基本的c++教程,详细讲解c++语言的一切语法,数据结构知识。适合大多数c++初学者使用。(Basic c++ tutorial, explain in detail all the syntax of c++ language, data structure knowledge. Suitable for most c++ beginners.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-21
    • 文件大小:5997568
    • 提供者:Cason
  1. 约瑟尔

    0下载:
  2. C实现约瑟尔算法环圆桌算法,附带源码,数据结构用C语言表示(Heuristic algorithm the data structure is represented in C language)
  3. 所属分类:系统编程

    • 发布日期:2017-12-25
    • 文件大小:6144
    • 提供者:Yearn
  1. 运动会分数统计

    0下载:
  2. 用C++语言实现对大学运动会的简单分数统计,并给出一些简单功能选择。(Address book management system)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:小小小华
  1. 二叉树遍历

    0下载:
  2. 二叉树遍历,数据结构采用visual studio(traversal of binary tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:923648
    • 提供者:snRNA
  1. delete

    0下载:
  2. 删除数组中小于某个特定值的所有函数,或删除大于某个特定值的所有函数,或删除某一指定范围内的所有元素,用二叉树实现(Delete all functions in the array that are less than a particular value, or delete all functions that are larger than a particular value, or delete all elements within a specified range, with a
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:13312
    • 提供者:whay
  1. tree

    0下载:
  2. 输入任意树并存储,实现前序、中序、后序遍历(Enter any tree and store, to achieve pre-order, in order, after the sequence traversal)
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:39936
    • 提供者:whay
  1. 线性表1.0

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

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

    0下载:
  2. 符号处理是一类非数值性问题,一元多项式就是符号处理的一类实例。一个一元n次多项式的一般形式如下: Pn(x)=p1xe1+p2xe2+…+pmxem 其中 p1,p2,…, pm为各项的系数,非零; e1,e2,…, em 为各项的指数,满足0?e1 ?e2 ?... ?em 现要求在计算机中存储这样的多项式,并能对它们进行处理,如:加法、减法、乘法等等。(The operation, representation, input, etc of a polynomial)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:小慧hui
  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 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com