CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - recursive

搜索资源列表

  1. Three_Dim_Link

    0下载:
  2. 我的三维链表程序,非递归算法实现,希望各位提出宝贵意见,实际上完全可以从此得出任意多维链表的算法.-3D chain procedures, non - recursive algorithm, hoping to give valuable advice Since then, in fact, can draw arbitrary multi-dimensional chain algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33164
    • 提供者:lllld
  1. decisionTree1

    0下载:
  2. 解决一系列运筹学问题 运用到了递归方面的知识 适合新手使用-solve a series of operations research problems to the use of recursive knowledge for the novice to use
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:989
    • 提供者:messiah
  1. Filtering_Digital_MUC

    0下载:
  2. 单片机数字滤波的十种方法:1、限幅滤波法(又称程序判断滤波法)2、中位值滤波法3、算术平均滤波法4、递推平均滤波法(又称滑动平均滤波法)5、中位值平均滤波法(又称防脉冲干扰平均滤波法)6、限幅平均滤波法7、一阶滞后滤波法8、加权递推平均滤波法9、消抖滤波法10、限幅消抖滤波法-SCM digital filtering of the 10 : 1, limiting filter (also known as the judgment filtering procedures) 2. the m
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:282019
    • 提供者:Jawen
  1. fib16

    0下载:
  2. 汇编语言可以用递归计算16位二进制的fibonacci数-assembly language can be used recursive calculation of 16 binary number fibonacci
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1042
    • 提供者:徐攀
  1. diguisuanfa

    0下载:
  2. 基于递归文法的编译课设实现,生成四元式,以及判断是否为该文法-based on recursive grammar compiler Course located realized, four yuan-generation, and judge whether to grant grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5939
    • 提供者:chengning
  1. diguicuangfa

    0下载:
  2. 使用递归算法在指定目录下查找文件.good 我找了很长时间的-use recursive algorithm in designated directories search for documents. I look for good for a long time
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2267
    • 提供者:yaandy
  1. lldiguisuanfa

    0下载:
  2. 递归算法的java语言介绍和实现,内容详细-recursive algorithm on the java language and the achievement, detailed
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:114564
    • 提供者:贾毅
  1. ReBEL_0-2-6

    0下载:
  2. ReBEL is a Matlabtoolkit of functions and scr ipts, designed to facilitate sequential Bayesian inference (estimation) in general state space models. This software consolidates research on new methods for recursive Bayesian estimation and Kalman
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:489335
    • 提供者:薛斌
  1. GenerateTree

    0下载:
  2. 一棵很漂亮的树,利用递归实现的。 .net源码。还可以自动生长呢-a very pretty tree, the use of recursive achieve. . Net source. Growth can also automatically!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45372
    • 提供者:马么错
  1. 8huanghouVC

    0下载:
  2. 软件简介: 那个老掉牙的问题,八皇后问题,老归老,但我很喜欢,并试图用各种方法来实现求解,出乎意料的是,同样的算法,非递归实现的速度竟然比递归实现慢!下面是当时关于算法一些说明,是用Java实现的,不过用C还是J在思想上都是一样的, -software Profile : that long-standing problems, 8 Queen's problems and old to the old, but I like and and trying to use vario
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:103825
    • 提供者:大海
  1. fractaltreecanfly

    0下载:
  2. Fractal程序,内含摇曳的递归分形树源代码。双击Debug下的tree.exe文件,程序运行;双击tree.dsw文件,进入编辑环境。-Fractal procedures, see the intron recursive fractal tree source code. Double-click the Debug tree.exe documents, operating procedures; Double-click tree.dsw documents, editing env
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1998423
    • 提供者:lishiwei
  1. DTW111

    0下载:
  2. 语音识别,根据DTW的原理,用递归的方法实现了DTW-speech recognition, according to the principle DTW using recursive method of DTW
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:979
    • 提供者:hekuan
  1. Souce

    0下载:
  2. 从文本文件中提取数据,使用了递归算法循环整个目录中的文件-text files from the extracted data, the use of recursive algorithm cycle of the entire document directory
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:18545
    • 提供者:杜海涛
  1. hanota

    0下载:
  2. 这个程序的实现可以明确递归方法的使用,理解结构化编程的概念。-the realization of this procedure recursive method can clearly understands the use of structured programming concepts.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1408
    • 提供者:sunzhanjun
  1. Viterbi_Algorithm

    0下载:
  2. 卷积码的Viterbi译码算法仿真程序 要求:递归卷积码,归零处理-Convolutional Codes Viterbi decoding algorithm simulation program requirements : recursive convolutional codes and zeroing treatment
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:3650
    • 提供者:牛兰奇
  1. sydgscwj

    0下载:
  2. 因为删除文件夹时如果里面有文件夹就不能删除掉,这是一个利用递归删除文件夹中的多重文件夹中的文件-because delete the file folder if there are folders can not be deleted, This is a recursive delete the file folder of multiple folders of documents
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:上网的小鱼
  1. hanoiother

    0下载:
  2. 汉诺塔的非递归算法,有人有兴趣的话可以-HANOR non - recursive algorithm, people who are interested in the case can look at
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:190916
    • 提供者:suntian
  1. vcforimagedivision2

    0下载:
  2. vcforimagedivisionVC实现区域生长法的递归算法-vcforimagedivisionVC regional growth law recursive algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1561
    • 提供者:邹磊
  1. fenzhisuanfa

    0下载:
  2. 分而治之方法与软件设计的模块化方法非常相似。为了解决一个大的问题,可以: 1) 把它分成两个或多个更小的问题; 2) 分别解决每个小问题; 3) 把各小问题的解答组合起来,即可得到原问题的解答。小问题通常与原问题相似,可以递归地使用分而治之策略来解决。-divide and rule method and the modular software design methods are very similar. In order to solve a big problem, it may :
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:39759
    • 提供者:john
  1. kalmanfiler

    1下载:
  2. 卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filtering C program Kalman filter is
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:966
    • 提供者:于军相
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com