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

搜索资源列表

  1. shuju

    0下载:
  2. 文章通过对实序列快速傅里叶变换的算法推导及Mallat 算法原理的分析,根据离散小波变换(DWT)算 法结构特征,提出了一种离散小波的快速变换算法,给出了相应的算法步骤。从数学理论上进行了论证,并把该算法 应用到静态图像处理中,得到了很好的快速和重建效果,具有一定的实用价值。 关键词:小波分析;Mallat 算法;快速小波算法 图像处理 中图分类号:TN914 文献标识码:A 1 引言 小波分析是近十多年来迅速发展起来的新兴学科和信号分析理论,是继傅里叶分析方法之后的重
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.76kb
    • 提供者:顶替
  1. 2501425708

    0下载:
  2. 此程序用提升法实现第二代小波变换 %% 我用的是非整数阶小波变换 %% 采用时域实现,步骤先列后行 %% 正变换:分裂,预测,更新; %% 反变换:更新,预测,合并 %% 只做一层(可以多层,而且每层的预测和更新方程不同)-the procedure used to upgrade method is the second generation wavelet transform%% I use a non-integer-order wavelet transform%%
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:刘树春
  1. hdy

    0下载:
  2. 用宏定义的方法实现对距阵的转置,代码简洁,包含了执行步数的计算.-with Acer definition of the method of matrix transpose, concise code, including steps for the implementation of the calculation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.86kb
    • 提供者:yangpeng
  1. 关键路径

    0下载:
  2. (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:叶兆源
  1. huffman 哈夫曼树的构造

    0下载:
  2. 哈夫曼树的构造,假设有n个权值,则构造出的哈夫曼树有n个叶子结点。 n个权值分别设为 w1、w2、…、wn,则哈夫曼树的构造规则为:   (1) 将w1、w2、…,wn看成是有n 棵树的森林(每棵树仅有一个结点);   (2) 在森林中选出两个根结点的权值最小的树合并,作为一棵新树的左、右子树,且新树的根结点权值为其左、右子树根结点权值之和;   (3)从森林中删除选取的两棵树,并将新树加入森林;   (4)重复(2)、(3)步,直到森林中只剩一棵树为止,该树即为所求得的哈夫曼树。-Huff
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:126.65kb
    • 提供者:huang
  1. BMalthorithm

    0下载:
  2. BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:160.66kb
    • 提供者:richard
  1. 73462716jindan

    0下载:
  2. 数据结构科重要程序。通过C语言实现。能正常运行。但需要帐户才能下载。请见谅。-Data Structure Branch of key steps. Through the C language. To normal operation. However, the need to account to download. Please forgive me.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.92kb
    • 提供者:李东的
  1. tuserch

    0下载:
  2. 图的结构,及相关操作:建立,及遍历应用。在网络中有不少作用。-Graph structure, and related steps: set up, and the traversal application. In the network have a lot of role.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.99kb
    • 提供者:black_soil
  1. abinarytree

    0下载:
  2. 求二叉树树高,和把由前序和中序构建树,又后序遍历这两步放在同一个递归中完成的两个程序。-Binary tree for tree height, and put by the former sequence and in order to build a tree traversal sequence after another on these two steps completed by the middle of the same two recursive procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:692byte
    • 提供者: 魏康康
  1. string

    0下载:
  2. 在VC6.0环境下,用C实现串的基本操作:初始化串、求串长、比较两串大小、测试串是否为空、取子串、统计串中某子串个数等。文件中不仅包含源码 ,还包含一组测试结果。-At VC6.0 environment, using C string realize the basic steps: initialization string, and string length, comparing two strings of size, to test whether the string is emp
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:8.82kb
    • 提供者:shuiyeshan
  1. Stack

    0下载:
  2. 简单模拟栈的操作:包括栈的初始化,压栈,栈顶元素弹出以及取栈顶元素;采用C实现-Analog stack easy steps: including the stack initialization, push, pop elements as well as the Top-Top-check elements implementation using C
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:805byte
    • 提供者:yangxh
  1. InorderTraversal

    0下载:
  2. 中序遍历的递归算法定义:  若二叉树非空,则依次执行如下操作: (1)遍历左子树; (2)访问根结点; (3)遍历右子树。 -Traversal of the definition of the recursive algorithm: If the tree is not empty, then followed by the implementation of the following steps: (1) traverse the left subtree
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:898byte
    • 提供者:zong
  1. xds

    0下载:
  2. 数据结构的经典问题,修道士与野人过河 求解步骤 源码-Classic problem of data structure, monks and Savage solving steps across the river source
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:高群翔
  1. cynjj

    0下载:
  2. 给定如下元素的数组,根据最大堆的结构,说明对这些数组按递增顺序进行堆排序的步骤,并确定它们所执行的元素比较次数。-Given the following array of elements, based on the maximum heap structure indicates that these arrays are sorted in ascending order of the steps heap sort and identify the elements of the impl
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:535byte
    • 提供者:cheya
  1. conjugate_gradient_method

    0下载:
  2. 1. 程序运行时首先输入要求解第几题,然后输入初始点,即可得到最后结果。从程序运行结果中我们可以看到,采用共轭梯度法所得的结果比采用最速下降法所得的结果更为精确,这是由于:共轭梯度法实质上是对最速下降法的修正,使搜索方向变为共轭方向,即每一步的搜索方向都要对该步的负梯度进行修正。-1. Program run-time solution of the first type the first few questions asked, and then enter the initial poin
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.1kb
    • 提供者:陈卫亮
  1. hanoi

    0下载:
  2. 实现汉诺塔的操作步骤输出,可以设置1,2,3三个塔柱,输出结果为用1,2,3表示的操作-Tower of Hanoi the steps to achieve the output, you can set 1,2,3 3 Pylon, the output result of the operation that used 1,2,3
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:656byte
    • 提供者:刘进锋
  1. Prim

    0下载:
  2. 计算机程序设计的思路及方法,并提出了该算法的参考程序-the computer programming for gaining the section area of the highway subgrade, and discussed the programming steps and methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:836byte
    • 提供者:毛秀环
  1. data_arrange

    0下载:
  2. 数据结构排序算法,透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透视投影变换是令很多刚刚进入3D图形领域的开发人员感到迷惑乃至神秘的一个图形技术。其中的理解困难在于步骤繁琐,对一些基础知识过分依赖,一旦对它们中的任何地方感到陌生,立刻导致理解停止不前。-Data structures sorting
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:83.62kb
    • 提供者:robin
  1. convert

    0下载:
  2. 输入二叉树的前序表达式,转换为后序表达式,并打印转换步骤和结果-Enter the first order binary tree expression, converted to the order of expression, and print results of conversion steps and
  3. 所属分类:Data structs

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

    0下载:
  2. 有一只电子老鼠被困在如下图所示的迷宫中。这是一个12*12单元的正方形迷宫,蓝色部分表示建筑物,白色部分是路。电子老鼠可以在路上向上、下、左、右行走,每一步走一个格子。现给定一个起点S和一个终点T,求出电子老鼠最少要几步从起点走到终点-Have an electronic mouse trapped in the maze as shown below. This is a square of 12* 12 unit maze, the blue part of that building, t
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.36kb
    • 提供者:clare
« 12 3 »
搜珍网 www.dssz.com