CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Data Structures

搜索资源列表

  1. pca

    0下载:
  2. 主成分分析(Principal Copmponent Analysis,简称PCA)是一种常用的机遇变量协方差矩阵对信息进行处理、压缩和提取的有效方法。主成分分析,这种方法可以有效的找出数据中最“主要”的元素和结构,去除噪音和冗余,将原有的复杂数据降维,能够发掘出隐藏在复杂数据背后的简单结构。-PCA (Principal Copmponent Analysis, abbreviated PCA) is a commonly used covariance matrix Opportunity
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:845
    • 提供者:李莲英
  1. fucai

    0下载:
  2. 数据结构,安徽大学李炜老师,模拟福利彩票。-Data structures, Anhui University, Li Wei teacher, simulated welfare lottery.
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:1044
    • 提供者:高婧
  1. shuzuhebing

    0下载:
  2. 数据结构,c语言编写的数组合并情况,两种,一种不删重复,一种删重复。-Data structures, c language array merger situation, two, one does not delete the duplicate A delete duplicates.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:1245
    • 提供者:高婧
  1. s6

    0下载:
  2. 数据结构 在图G中求一条从顶点i到顶点s 的简单路径。 实验目的: 1、掌握图的各种存储结构,尤其熟练掌握邻接矩阵和邻接表存储结构; 2、熟练掌握图的深度优先遍历和广度优先遍历算法; 3、在遍历算法的基础上设计其他应用算法。 -Data structures and seek a graph G from vertex i to vertex s simple path. Experiment: a master chart of the various storage
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1338
    • 提供者:hank
  1. recursion

    0下载:
  2. 数据结构中的递归与非递归的实现与区别以及动态规划的思想。-Recursive data structures and non-recursive and differences as well as the realization of the idea of ​ ​ dynamic programming.
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:118100
    • 提供者:张张
  1. structure-project

    0下载:
  2. 数据结构的课程作业 订票系统、多项式计算器-Data structures course work booking system, polynomial calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:8096827
    • 提供者:鸡鸡
  1. chap1

    0下载:
  2. 跟数据结构相关的小代码!适合初学者学习使用-Data structures associated with small code! Suitable for beginners learning to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:1866168
    • 提供者:杨佳婷
  1. shujujiegou

    1下载:
  2. 北京邮电大学大二上学期数据结构实验报告以及代码-Beijing University of Posts and sophomore year, and code data structures lab report
  3. 所属分类:Other systems

    • 发布日期:2014-11-05
    • 文件大小:5078016
    • 提供者:王瑶
  1. banksystem

    0下载:
  2. 该代码为模拟银行业务,用于学习数据结构课程时,熟悉队列的使用-The code for the simulation of banking, data structures for learning courses, the use of familiar queue
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:471235
    • 提供者:肖肖
  1. huffman-tree

    0下载:
  2. 数据结构,树,哈弗曼树。带权路径长度最小的二叉树-Data structures, trees, Huffman tree. Minimum weighted path length binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1351
    • 提供者:TKD
  1. LNode

    0下载:
  2. 可实现 数据结构中的链结构,具有逆序功能-Data structures can be achieved in the chain structure, a reverse function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:155319
    • 提供者:
  1. KMP

    0下载:
  2. KMP算法程序,基于C++,可用于数据结构实验及教学-KMP algorithm procedure, based C++, data structures can be used for experimental and teaching
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:503141
    • 提供者:smileagle
  1. play

    0下载:
  2. 用MFC实现的数据结构完整的演示系统,可以模拟所有的数据结构相关知识的原理。比其他的系统更加具体和形象,是学习数据结构相关知识的必备工具。-MFC with a complete demonstration system data structures, data structures can simulate all the principles of relevant knowledge. More specific than the other systems and image data
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2503956
    • 提供者:徐阳阳
  1. a

    0下载:
  2. 10个自行车租赁点的需求量和拥有量及相关位置为依据,建立调度运行成本最小的目标函数,采取C++编程的方法求解最优调度方案。 针对该调度问题,分析自行车拥有量超过或者少于需求量的不同租赁点,并假设自行车缺少的租赁点不向外调度自行车,只接受拥有量大于需求量的租赁点的自行车调入,在定义相关常量、初始化相关数据结构的基础上,使用递归算法,求解主函数使得调度成本最少,即 。先计算任意调配方案及每个多车的租赁点在调配后剩余车辆,并根据租赁点剩余数值计算最小花费,若此花费大于记录的最小花费,证明此种调配不
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1009
    • 提供者:ziyi
  1. tree

    0下载:
  2. 二叉树的表达式实现,可用于数据结构的练习和作业-Binary expression, which could be used for exercises and operations data structures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:15214
    • 提供者:吕晨阳
  1. GDUFS_tourist-map

    0下载:
  2. 数据结构广外导游图,遍历图,增加删除地点,C++语言编写-Wide outside the tourist map data structures, graph traversal, increasing delete locations, C++ language
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4666
    • 提供者:程蒲云
  1. sjjg

    0下载:
  2. 分类讲解、使用实例详解讲解数据结构---C;适合想学习数据结构的朋友-Classification explain, explain using examples explain the data structure--- C suitable for learning data structures friend
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:198134
    • 提供者:tang
  1. bingchaji

    0下载:
  2. 并查集(简单实现) 将有间接关系或者直接关系的节点放入一个集合,该集合有一个根 采用路径压缩,未采用启发式合并(让深度较小的树成为深度较大的树的子树) 近似于:时间复杂度O(1) 空间复杂度O(n)-Data Structures
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4791145
    • 提供者:高手
  1. main

    0下载:
  2. 读文件、写文件、链表实现多项式的加减乘,数据结构-Document reading, writing documents, list polynomial addition and subtraction, multiplication, and data structures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1817
    • 提供者:M_K
  1. list

    0下载:
  2. c++数据结构,c++链表的实现,实现链表全部功能-c++ data structures, c++ linked list implementation, to achieve all of the features list
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:298881
    • 提供者:李全程
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com