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

搜索资源列表

  1. 数据结构中所用的8种排序方法

    2下载:
  2. 本程序集合了数据结构8种主要的排序方法:插入排序、冒泡排序、选择排序、快速排序、希尔排序、堆排序、归并排序、基数排序。-the procedures set of data structure of the eight major sequencing method : Insert ranking Bubble Sort, select, in order of Quick Sort, Hill sequencing, heap sort, merge, in order of ranking
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:76.72kb
    • 提供者:吴晓辉
  1. 各种排序方法比较

    0下载:
  2. 这个程序包括了各种常用内部排序算法在平均排序所需时间上的比较.-this procedure include a wide range of internal sorting algorithm commonly used in the average time required for ordering on the comparison.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.31kb
    • 提供者:丁一
  1. 算式分析器

    0下载:
  2. 使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。-use recursive method formula Analyzer, to set a C-language format with the formula, you can use brackets, Monocular Operators, calculation formula of the calculation results.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.28kb
    • 提供者:赵明
  1. UnionFind

    1下载:
  2. 这是研究生课程计算方法与技术中讲到的UnionFind算法的具体实现代码。-This is the post-graduate courses and technical calculation method described in UnionFind algorithm to achieve the specific code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:孙江萍
  1. Prime

    0下载:
  2. 这是研究生课程计算方法与技术中讲到的Prime算法的具体实现,相信学这个课的同学都会感兴趣的。-This is the postgraduate courses calculation methods and technologies referred to the Prime algorithm to achieve specific, I believe that this course of study students will be interested.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.38kb
    • 提供者:孙江萍
  1. 全排列

    0下载:
  2. 多种方法解决全排列的问题 在vb环境下编写-various methods to solve all problems with the environment in preparation vb
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.71kb
    • 提供者:yy
  1. (-1结束)求树高

    0下载:
  2. 用递归的方法的方法求二叉树的树高,注意输入的节点数据以-1结束。-use recursive methods for the binary tree height, pay attention to input data to the nodes -1 end.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:楚天
  1. 重发求树高的程序

    0下载:
  2. 用递归的方法求二叉树的树高,使用时更加灵活,注意输入的数据以-1结束-using recursive method for binary tree height, use a more flexible, pay attention to input data to the end-1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8kb
    • 提供者:楚天
  1. 数据结构课设

    0下载:
  2. 用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等.-using data prepared by the internal order, the window can choose a variety of sequencing methods, such as fast Pai, bubbling half insert, can also choose the number of original data, the i
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:570.32kb
    • 提供者:susu
  1. 三角网生成

    1下载:
  2. VC++下的不规则三角网生成算法,这是不规则三角网的生长算法,通过建立TIN类,在TIN类内实现一些方法.-VC under the TIN generation algorithm, which is triangular irregular network growth algorithm, through the establishment of TIN category, the category TIN achieve some ways.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:feng
  1. 大数的阶层

    0下载:
  2. 用数组存储一个大数的阶层。输入一个整数n,先求出n!占用的位数。动态开辟bits位数组,用适当方法把n!的值存储到数组里去-storage arrays with a majority of the class. The importation of an integer n, first obtained n! The median occupancy. The median opening bits dynamic group, the use of appropriate means, n
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.16kb
    • 提供者:红苹果
  1. vbC13

    0下载:
  2. 用VB语言实现偏微分方程的解法 包括解边值问题的松弛法、交替方向隐式方法等-VB language PDE solution of the boundary value problems including Xie relaxation method, alternating direction implicit methods
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:刘立立
  1. 分支限界算法求解TSP问题

    3下载:
  2. 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23.2kb
    • 提供者:chen
  1. 几种排序方法的实现

    0下载:
  2. 用 插入排序, 希尔排序 ,冒泡, 快速排序 , 选择排序 ,堆排序, 归并排序 实现对任意随机数序列,并比较各种方法的运行快慢和复杂度-with insertion sort, Hill sequencing, bubbling Quick Sort, select, in order of ranking sculpture, merging order to achieve arbitrary random series, and compare the various methods o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:380.09kb
    • 提供者:陈婷
  1. 四种方法求积分

    0下载:
  2. 四种方法求积分:runge-kutta法,crank_nicolson法,adams法,ab4-am4法,改进型ab4-am4法-four methods for ranking : Runge - Kutta method, crank_nicolson, adams, ab4 - am4, improved ab4 - am4 France
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:叶真
  1. 两种遍历图的方法

    0下载:
  2. 熟悉图的两种常用的存储结构,以及在这两种存储结构上的两种遍历图的方法,即深 度优先遍历和广度优先遍历。进一步掌握递归算法的设计方法。 -familiar with the plans of two commonly used storage structure, and the two storage structures on the two traverse map, that depth-first traversal and breadth priority traversal.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:王茜
  1. 殷人昆:数据结构(用面向对象方法和C++描述)

    4下载:
  2. 殷人昆:数据结构(用面向对象方法和C++描述)-Queensland Yin Dynasty : data structures (using object-oriented methodologies and C described)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.35mb
    • 提供者:merely
  1. 利用复数的输出方法将结果输出

    0下载:
  2. 1. 定义一个复数类Complex,该类有代表实部与虚部的成员变量,有两个构造函数Complex()与Complex(int x,int y)分别完成将成员变量初始化为0及给定值,另有计算复数的加减法及输出复数的三个方法,编程序利用该类完成2+3i与6-8i相加,12+9i与20-8i相减,并利用复数的输出方法将结果输出。,Define a complex number class Complex, the class is represented real and imaginary part
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:3.14kb
    • 提供者:慧慧
  1. 采用LBM方法研究多孔介质内局部非热平衡流动换热

    12下载:
  2. 局部非热平衡流动换热,采用LBM方法研究多孔介质内
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-09-22
    • 文件大小:3.78kb
    • 提供者:muyutong
  1. 清空链表方法

    0下载:
  2. c语言清空链表方法,很简单,易懂,方便初学者研究。
  3. 所属分类:数据结构常用算法

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com