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

搜索资源列表

  1. 排序算法演示

    0下载:
  2. 各种常用的排序算法的演示程序, 以顺序表作为存储结构~~~~ 欢迎大家指正-A demo for different sort arithmetic,use qlist as store type. welcome ues and question
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.12kb
    • 提供者:*
  1. 数据结构算法演示swf

    1下载:
  2. 用FLASH动画演示常用数据结构和算法,使深奥变为简单.建议下载.-with Flash animation demo commonly used data structures and algorithms, so esoteric become simple. Recommended download.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:405.28kb
    • 提供者:老妖
  1. 8数码hot

    0下载:
  2. 8数码问题,我本科毕业设计,vc6.0制作,可动态演示!-eight digital, I graduated design, vc6.0 production, dynamic demo!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:27.67kb
    • 提供者:赵刚
  1. RBTree

    0下载:
  2. 使用VS.NET开发的数据结构红黑树可视化图形界面演示。可以进行节点的添加及删除。-use VS.NET development of the data structure RED-BLACK TREE visual graphical interface demo. The nodes can be added and deleted.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:96.1kb
    • 提供者:阿赫
  1. 集合的交并差

    0下载:
  2. 一个实现演示界面的,实现两个集合的交\\并\\差C语言程序-a demo interface, and achieving the two pools pay \\ and \\ poor C Programming Language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.48kb
    • 提供者:gao
  1. 清华大学计算机教程之-数据结构

    0下载:
  2. 清华大学计算机系必修课程之一,文件是chm格式的,做的非常不错,教学结构编排的很好,每个html页都很精美,从不同符号和表达式的色彩字体等细节中就可以体现出编排制作者的严谨,还有Flash动画演示;你会发现学习就是一种享受,可谓不可多得的学习资料-computer department of Qinghua University compulsory curriculum, the document was chm format, but has done very well, Teaching
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.84mb
    • 提供者:夺夺
  1. juigon

    0下载:
  2. 九宫问题(八数码)求解过程动态演示 用VC++编程实现,可以直观地看到演示效果!-JiuGongTu (Digital 8) solution process dynamic demonstration with VC + + programming, visual effects demo to see!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.91kb
    • 提供者:陈相普
  1. Gramham-CH

    2下载:
  2. Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:70.85kb
    • 提供者:王晓光
  1. QIQIAO

    0下载:
  2. 本函数是智力拼图问题演示程序,程序最多可以将6*8大小的矩阵分成15个模块,每个小模块的大小不能超过4*4大。并允许 手动编辑。该程序计算所有的可行方案并显示出组合拼接的所有结果。本程序在初始的时候已经给了一个11模块的划分形式,要演示按回车即可。 -intellectual puzzle problem demo program, most procedures can be 6 * 8 matrix size of 15 is divided into modules, each m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:26.54kb
    • 提供者:vegern
  1. Demo2

    0下载:
  2. 链队列的操作及普里姆算法的演示,便于理解算法。-chain operation and Primbetov algorithm demo, easily comprehensible algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.86kb
    • 提供者:陈斌
  1. Sterren_ASe_Explorer

    0下载:
  2. A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。-A * algorithm demo program, they can set up obstacles and terrain, single-step demonstration of the A * search algorithm road course. Includes source is studying A * algorithm for the best tools.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:380.74kb
    • 提供者:river
  1. factShow

    0下载:
  2. 数据结构的代码演示程序,利用栈的原理,将级数fact递归问题的执行过程以直观的形式演示出来。-data structure code demo program using the stack principle, Recursive series fact of the implementation process in the form of visual presentation out.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41.82kb
    • 提供者:znb
  1. DEMO(sort)

    0下载:
  2. 实现各种内部排序。包括冒泡排序,直接插入排序,Shell排序,快速排序,堆排序,并比较排序的比较次数和移动次数。主要是C语言。-achieve internal order. Including bubble sort, direct insertion sort, Shell sort, quick sort, heap sort, and compare the ranking of number and mobile number. C is the main language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.54kb
    • 提供者:张某某
  1. binaryTreeDelphi

    0下载:
  2. 在故障事件关联中使用的binary tree.包含一个简单的demo演示。效率还可以。-fault in the incident related to the use of binary tree. Includes a simple demonstration of the demo. Efficiency can be.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:176.99kb
    • 提供者:gao
  1. td

    0下载:
  2. 二维点集合聚类的图像化演示程序 用它可以很直观的看到聚类的整个过程-2D point set of images of the cluster demo program can use it directly to see the whole process of clustering
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:45.17kb
    • 提供者:谢树生
  1. addwww

    0下载:
  2. 平衡二叉树的操作演示 平衡二叉树的操作演示-balanced binary tree operation and demonstration of the operation of a balanced binary tree demo
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:106.84kb
    • 提供者:adwa
  1. 演示程序

    0下载:
  2. 一个数据结构演示程序,很强大的!!也很好看-a data structure demo program, a very strong! ! Also very good! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.05mb
    • 提供者:正请和
  1. bet2

    0下载:
  2. DEMO程序,实现了对一个指定的目录中的文件和目录的遍历操作。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.78kb
    • 提供者:shengwei
  1. algorithm-demo

    0下载:
  2. 一个帮助理解数据结构中算法过程的demo.-A data structure to help understand the process of algorithm demo.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.38mb
    • 提供者:elisa
  1. Data-Structures-and-Algorithms-Demo

    0下载:
  2. 数据结构和算法演示,以flash和用户互动的方式展示数据结构的基本特性。-Data Structures and Algorithms Demo
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:966.43kb
    • 提供者:波兮
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com