CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 算法 数据

搜索资源列表

  1. 数据结构综合1

    0下载:
  2. 数据结构课程学习过程中的一些算法,例子,相信对大家的学习很有帮助-data structure courses learning process of some algorithm, for example, we believe that the right learning helpful
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:295795
    • 提供者:小马
  1. CProgram

    0下载:
  2. 实现了很多的数据结构算法,适合与想学习数据结构编程的读者。-achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:266968
    • 提供者:lilong
  1. Graphtsinghua

    0下载:
  2. 清华殷人昆版数据结构(c++版),图的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure (c version), graph algorithms debug all success.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:38238
    • 提供者:李海涛
  1. PQueue

    0下载:
  2. 清华殷人昆版数据结构c++版,优先队列的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure c version, all the priority queue algorithm debugging success.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9941
    • 提供者:李海涛
  1. BSTtsinghua

    0下载:
  2. 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8965
    • 提供者:李海涛
  1. parkstation

    0下载:
  2. 数据结构停车场管理问题的仿真算法程序,cpp实现的-data structure of the car park management simulation algorithm procedures to achieve the cpp
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:张康
  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:32601
    • 提供者:张涛
  1. 数据结构简单例子实现

    0下载:
  2. 数据结构实现的简单例子,适合初学者学习
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2009-10-30
    • 文件大小:3645
    • 提供者:solider12
  1. 斐波那契堆实现迪特斯特拉算法

    0下载:
  2. 数据结构:斐波那契堆实现迪特斯特拉算法 VC6实现 已编译通过
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2010-11-11
    • 文件大小:8912
    • 提供者:ruccsca
  1. tree

    0下载:
  2. 最小生成树 算法 利用二叉树原理生成最小生成书 数据结构实验-Principle of minimum spanning tree algorithm uses a binary tree data structure generated experimental Smallest Book
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:134033
    • 提供者:杜鹃
  1. Josephe2

    0下载:
  2. 数据结构中经典的约瑟夫问题的解决算法。简单易懂-Data structure in the classical algorithm to solve the problem of Joseph.
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1370416
    • 提供者:王冰华
  1. prim

    0下载:
  2. 数据结构课程设计,prim算法求最小生成树,给出了所有可能的生成树-Data structure course design, prim algorithm for minimum spanning tree, has given all the possible spanning tree
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1698
    • 提供者:张心健
  1. developerkit

    0下载:
  2. 俄罗斯人写的一个人检测的算法,里面DX来捕获数据-Russians write a detection algorithm, which to capture data DX
  3. 所属分类:Console

    • 发布日期:2017-05-18
    • 文件大小:5326506
    • 提供者:yangyang
  1. LinkList

    0下载:
  2. 用C++的模板类实现了链表数据结构,里面包括了节点的删除、新增等简单算法-C++ template class, a linked list data structure, which includes the node to delete, add simple algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:211230
    • 提供者:Lisa
  1. spfa

    0下载:
  2. 求单源点最短路径效率最高的算法,包括2个样例程序和测试数据。-For single-source shortest path algorithm for the highest efficiency, including two sample procedures and test data.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:61610
    • 提供者:ly
  1. sort

    0下载:
  2. 数据结构实验,各种排序算法的实现,运用模板的设计方法-Experimental data structure, the realization of various sorting algorithms, using a template design method
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:jdk_1_ok
  1. imodelorder

    0下载:
  2. 同时辨识模型阶次和参数算法,用模型计算出仿真数据,再用模型阶次的辨识方法,辨识模型的阶次和参数-At the same time, model order identification algorithm and parameters, calculated by model simulation data, and then model order of the identification method, identification of model order and parameter
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:44022
    • 提供者:miaomiao
  1. ORDER

    0下载:
  2. 按阶次递推用F检验法判断模型阶次的算法 用模型计算出仿真数据,再按模型阶次递推算法的辨识方法,辨识模型的阶次和参数 -By order recursive F-test used to determine model order of the algorithm with the simulation data model, and then the recursive algorithm for model order identification method, identifica
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:15723
    • 提供者:miaomiao
  1. GA

    0下载:
  2. 本程序运用了遗传算法,解决了以数组为数据结构的最优路径选择问题。-This procedure using genetic algorithm, to solve the array data structure for the selection of the optimal path.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:3006
    • 提供者:怀义
  1. linked

    0下载:
  2. 链表的顺序存储结构,算法与数据结构的第一个实验,符合实验要求,程序中有注释-List the order of the storage structure, algorithm and data structure of the first experiment, in line with the experimental requirements, procedures in the Notes
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1583
    • 提供者:娜娜
« 12 3 4 5 »
搜珍网 www.dssz.com