CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - getting

搜索资源列表

  1. shellsort111

    0下载:
  2. 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.97kb
    • 提供者:乐乐
  1. ID3

    0下载:
  2. 此编码是一个数据挖掘的决策树各种算法。以作为入门提示-this code is a decision tree data mining algorithms. As a portal to suggest-This code is a decision tree data mining of various algorithms. Getting Started as a prompt-this code is a decision tree data mining algorithms. As
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:6.17kb
    • 提供者:陈少杰
  1. DateStructureC

    0下载:
  2. 数据结构入门教程 清华大学严蔚敏教授很经典的书-Data Structure Getting Started tutorial Tsinghua University, Professor Yan Weimin classic book
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7.49mb
    • 提供者:
  1. EXTENDS

    0下载:
  2. C++入门实例,对继承与组合的初步应用。可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。 请为每种图形设计一个类,这些类之间的关系可能是继承或者组合。  每个类需要能保存该图形对象的参数,改变参数的方法以及在屏幕上用字符打印该图形的方法。  程序根据用户的选择产生一个新图形的对象,为该对象设置参数并打印。 -C++ Getting Started ex
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5.25kb
    • 提供者:周子
  1. Primsuanfa

    0下载:
  2. 用prim算法求带权图的最小生成树,最小生成树的边集合存在mst数组中-With prim algorithm for getting the right plan with the minimum spanning tree, minimum spanning tree of the edge set of the array there mst
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:245.41kb
    • 提供者:刘月
  1. aa

    0下载:
  2. 根据所给的全国地图建立相应的数据存储,使用Dijkstra算法求任意两点间的最短距离.-According to the established national map of the corresponding data storage, using the Dijkstra algorithm for getting the shortest distance between any two points.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:4.92kb
    • 提供者:wanfheng
  1. main

    0下载:
  2. 数据结构与算法 求集合A B的对称差-Collection of data structure and algorithm for getting the symmetric difference of AB
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:920byte
    • 提供者:张君权
  1. ATmega128_cn

    0下载:
  2. New Year s Day is one of important days for many people in the world during the year. Most people spend the New Year s Day in hotels. January 1st is considered as the New Year s Day. Most companies, shops, school, and government offices are closed du
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:2.48mb
    • 提供者:彭波
  1. New-Text-Document-(2)

    0下载:
  2. 用Dijkstra算法求单源最短路径 输入参量ma是距离矩阵 输出参量是一个三行n列矩阵,每列表示顶点号及顶点到源的最短距离和前顶点-With a single-source Dijkstra shortest path algorithm for getting the input parameter ma is the output parameter from the matrix is a matrix of three rows of n columns, each colum
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:605byte
    • 提供者:hua
  1. Dynamic

    0下载:
  2. 求最长公共自序 列,动态规划算法求最长公共自序 列,动态规划算法 -Preface to seek the maximum demand up to the public from the public sequence, dynamic programming algorithm for getting up to the public from the sequence, dynamic programming algorithm for getting the longest sequen
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:318.11kb
    • 提供者:chen
  1. LongestSubSequence

    0下载:
  2. 用动态规划算法求最长公共子序列,并将结果输出到文件中-Using dynamic programming algorithm for getting the longest common subsequence, and the results output to a file
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:
  1. VC

    0下载:
  2. 关于C语言的入门程序,包含将三个数按从小到大的顺序排列、比较数的大小等程序,快来看一看瞧一瞧喽-Getting Started on the C language program, including the three numbers by the order from small to large, more the size of the number of procedures, come take a look take a look around myself ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2.28kb
    • 提供者:tingting
  1. jiecheng

    0下载:
  2. 用数据结构算法求n!(n为大数),使用数据结构的链表表示方法-Algorithm for getting the data structure used n! (N is large numbers), using the linked list data structure representation
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5.09kb
    • 提供者:demo
  1. Recursive-reverse-the-output-string

    0下载:
  2. 递归反向输出字符串,非常基本的程序,值得刚开始接触C语言的人学习。-Recursive reverse the output string, and a very basic program, it is worth just getting started with the C language learning.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:203.88kb
    • 提供者:
  1. 2chashu

    0下载:
  2. 最简单易学的二叉树例子,适合刚开始接触数据结构的同学!-The simplest example of a binary tree to learn, just getting started with a data structure suitable for the students!
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.28kb
    • 提供者:诚毅韬世
  1. Address-Book

    0下载:
  2. 数据结构最经典的应用例子—通信录的实现。利用了链式结构的链表,适合开始接触数据结构的同学-Application data structure classic example- recorded communications implementation. Students take advantage of the chain structure of the list for getting started with data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.73kb
    • 提供者:诚毅韬世
  1. graph_lin

    0下载:
  2. 数据结构以及算法实现 图的创建 深搜、广搜、最短路-(1).print the graph. (2).print the sequence of vertex names getting Depth-First Search. (3). print the sequence of vertex names getting Breadth-First Search. Dfs Bfs dijkstra
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:林冬慧
搜珍网 www.dssz.com