搜索资源列表

  1. acm..

    0下载:
  2. 自相关法求全极点模型参数; 下行递归; 逆Levinson-Durbin递归(模型参数~自相关序列); 平均周期图的Bartlett方法; Blackman-Tukey功率谱估计。-Autocorrelation perfection pole model parameters downward recursion inverse Levinson-Durbin recursion (model parameters
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:jin
  1. Data_Structure_C

    0下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stac
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:679936
    • 提供者:马也凡
  1. Sierpinskiditan

    0下载:
  2. 给定不同的递归深度,通过使用海绵算法,绘制Sierpinski地毯,在三维环境中按照画家算法绘制20个小立方体-Given the different recursion depth, by using the sponge method, drawing Sierpinski carpet, in the three-dimensional environment, according to Painter' s algorit
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-20
    • 文件大小:1978368
    • 提供者:如花
  1. zuidashang

    0下载:
  2. 最大熵是图像阈值分割里常用的一种简单且效果明显的方法。该代码是最大熵算法的快速递推形式。-Maximum Entropy is Image Threshold Segmentation ri common a simple and obvious effect method. The code is maximum entropy algorithm rapid recursion forms.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王家友
  1. DE

    0下载:
  2. 用数组模拟递归函数,实现递归函数的简化算法,具体要求看英文描述。-We all love recursion! Don t we? Consider a three-parameter recursive function w(a, b, c): if a <= 0 or b <= 0 or c <= 0, then w(a, b, c) returns: 1 if a >
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:谢锦明
  1. hanruota

    0下载:
  2. 递归经典例子--汉诺塔程序,用C#写成,可视化界面。-Classic example of recursion- Tower of Hanoi program, written using C#, visual interface.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:65536
    • 提供者:zjt
  1. A_class_of_Linear_ODE_WITH_Finite_Recursion

    0下载:
  2. 求一类常系数线性常微分方程特解的有限递推法-A class of Linear Ordinary Differential Equations with Finite Recursion
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:272384
    • 提供者:shuyi
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:67584
    • 提供者:YuMy
  1. XMLparserforc

    0下载:
  2. 将树形数据结构用于最小化DOM 模型XML 编解码器的开发。在解析XML 文本时,基于Expat 解释器将XML 字符串构造成树 状结构;编码时构造DOM 树结构,采用非递归深度优先法遍历树,将其串行化成XML 串。本编解码器解决了国际化语言关键问题,是 一个通用、高效的工业级XML 应用支撑模块。-This paper designs a DOM liked tree data structure for developing
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:66560
    • 提供者:czhui2000
  1. __xmlParser

    0下载:
  2. XML解析类,轻巧、简单、易用(内含源码、示例程序以及文档说明)-This is a basic XML parser written in ANSI C++ for portability. It works by using recursion and a node tree for breaking down the elements of an XML document.
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:1558528
    • 提供者:wangzhenming
  1. Fractal

    0下载:
  2. 分形算法设计,包括摇曳的分形递归树、摇摆的Sierpinski三角形、万花筒和王冠(Julia集)-Fractal algorithm design, including the fractal recursion trees swaying, rocking the Sierpinski triangle, Kaleidoscope and the crown (Julia set)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1976320
    • 提供者:卜少锋
  1. musicdsp

    0下载:
  2. musicdsp source code archive-Analysis Beat Detector Class Coefficients for Daubechies wavelets 1-38 DFT Envelope detector Envelope Detector class (C++) Envelope follower with different attack and release Fa
  3. 所属分类:Audio

    • 发布日期:2024-05-20
    • 文件大小:826368
    • 提供者:Alan Tang
  1. Practice2

    0下载:
  2. 用普通递归与消除尾递归的方法实现解决汉诺塔问题c#-With general recursion and tail recursion elimination method to solve Tower of Hanoi problem c# implementation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:303104
    • 提供者:Andrew
  1. Fractral4

    0下载:
  2. 初步介绍分形编程,示例中显示了4种分形图案,递归算法简单易懂。-Introduction to fractal programming, the example shows four kinds of fractal patterns, recursion is easy to understand.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:Lu
  1. 2010quicksort

    0下载:
  2. c++用栈代替递归实现的快速排序,快速排序是一种比较节约时间的排序,一般用递归的方法实现,用栈虽然占用空间比递归大,但不要像递归一样把大多的时间浪费在递归的过程中,特别是对数字比较多的排序更有效-Recursive stack instead of using quick sort, quick sort is a kind of sorting to save time, usually with a recursive method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:郑湾州
  1. dashuxiangcheng

    0下载:
  2. 利用分治方法设计实现大整数乘法的递归算法-Using the method of big integer partition design and realize the recursion algorithm square
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:曹萌萌
  1. Levinson

    0下载:
  2. 采用列文逊递推算法求解对称托伯利兹型方程组。其中t存放T型矩阵的元素。b是右端常数向量。x是解向量。n是阶数。-Using Levinson recursion algorithm for symmetric Tuobolizi equations. Where t T-matrix elements of deposit. b is the right end of the constant vector. x is the solu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Shepard
  1. MARYUWA

    0下载:
  2. c语言编写的DSP程序,用Yule-Walker方程,采用levinson递推实现功率谱估计。-c language of the DSP program, with the Yule-Walker equations, levinson recursion to achieve power spectrum estimation.
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zl
  1. zidian

    0下载:
  2. 6-12位密码字典生成程序,递归实现 0-9 a-z A-Z -6-12 bit code dictionary generation procedure, recursion
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:children
  1. Ackerman

    0下载:
  2. 界面实现递归算法和非递归算法计算Aerman函数-Interface to achieve recursion algorithm and non-recursive algorithm Aerman function
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:2694144
    • 提供者:yamalove
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 26 »

源码中国 www.ymcn.org