CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - recursive

搜索资源列表

  1. xitongbianshi.rar

    1下载:
  2. 系统辨识的最小二乘递推算法、辅助变量法、增广最小二乘法及偏差补偿法的matlab程序设计实例。,Recursive least squares system identification algorithm, auxiliary variables, the least square method and the augmented error compensation law matlab programming examples.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1.67kb
    • 提供者:刘悠
  1. TSP

    0下载:
  2. 旅行商问题,两种方法实现,分别是递归回溯和用栈来代替递归的功能的程序-Traveling salesman problem, two methods to achieve, namely, retrospective and the use of recursive stack instead of recursive function procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:8.15kb
    • 提供者:张云
  1. Treetraversalfolderrecursivealgorithm

    0下载:
  2. MFC实现,树型递归算法遍历文件夹。列出文件的大小,类型等属性-MFC implementation, recursive algorithm for tree traversal folder. Documents listed in the size, type and other property
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:25.17kb
    • 提供者:陨石
  1. matlab

    1下载:
  2. 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】模糊神经网络解耦M
  3. 所属分类:其他小程序

    • 发布日期:2013-10-14
    • 文件大小:7.44kb
    • 提供者:jshuska
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Its b
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:3.06kb
    • 提供者:郑阳
  1. recursive-and-reentrant-VI

    0下载:
  2. LabVIEW基础教程,快速学习labview--递归与可重入VI-LabVIEW based tutorials, fast learning labview- recursive and reentrant VI
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:618.76kb
    • 提供者:hong
  1. Recursive-loop

    0下载:
  2. 是学习递归循环用法的很好的几个实例,包括经典的0-1背包问题,8皇后问题,概率问题等等,相信能帮助你更好的理解C中递归循环的实现。-Learning recursive cycle usage of several instances, including the classical 0-1 knapsack problem, the eight queens problem, probability problems, I believe it can help you understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4.19mb
    • 提供者:bob
  1. Recursive-seek-integer-reverse

    0下载:
  2. 用递归的方法把一个数倒序输出例:输入12345输出:54321-Recursive methods to a number of reverse output Example: enter 12345 Output: 54321
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:858.58kb
    • 提供者:liujing
  1. Non-recursive-traversal

    0下载:
  2. 二叉树的非递归遍历完整源代码,对初学数据结构的人非常有用-Non-recursive binary tree traversal complete source code, useful for beginner data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1.22kb
    • 提供者:adu
  1. Maze-recursive

    0下载:
  2. 对于9*9迷宫的路径找寻,利用递归的方法,使得代码短小精悍,易于理解。-For the 9*9 maze path search, using a recursive method, makes the code dapper, easy to understand.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:816.43kb
    • 提供者:yangpengboo
  1. Tower-of-Hanoi-non-recursive

    0下载:
  2. 非递归汉诺塔算法,并带有一片武汉大学的算法描述。-Non-recursive Tower of Hanoi algorithm, and the algorithm is described with a Wuhan University.
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:470.8kb
    • 提供者:Great
  1. Recursive-algorithm

    0下载:
  2. C语言实现递归算法即折半查找法实现,实现数据查找功能!-Recursive algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:816byte
    • 提供者:steve
  1. Recursive-triangle

    0下载:
  2. 三角形的递归算法的实现,简单的算法实现,用vc语言。-Recursive triangle
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:631.62kb
    • 提供者:
  1. recursive

    0下载:
  2. 背包问题是NP完全问题,本程序通过递归法实现了一种优化的背包。-Recursive method to solve the knapsack problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.52mb
    • 提供者:dirk
  1. Recursive-algorithm

    0下载:
  2. 利用VC6.0,采用递归算法,实现置换数组中所有的字母-Recursive algorithm using an array of all the letters replaced,using VC6.0
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:153.46kb
    • 提供者:RanHai
  1. Recursive--bisection

    0下载:
  2. 对数据进行递归分半,包括单独的数据和向量集合,程序运行速度快,易懂,值得推荐-Recursive half of the data, including separate data and vector collection program runs fast, easy to understand, it is recommended
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.48kb
    • 提供者:huahua
  1. Recursive-descent-parser

    0下载:
  2. 此源码是编译原理中对“递归下降法的语法分析器“的设计-This principle is to compile the source code for " recursive descent parser" design
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:216.61kb
    • 提供者:xiaowang
  1. First-root-traversal-non-recursive

    0下载:
  2. 二叉树的非递归先根遍历遍历 二叉树的非递归先根遍历 -Two fork tree of non recursive traversal traversal Two fork tree of non recursive traversal traversal
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7.07kb
    • 提供者:炮灰
  1. Binary-Tree-Recursive

    0下载:
  2. visual studio下的二叉树递归程序,C++,本人编写,实测可用-Binary Tree Recursive procedures under visual studio, C++, I prepared, Found Available
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:912byte
    • 提供者:yishuang
  1. n!---Recursive---stepBYstep

    0下载:
  2. this program could help teachers when teaching the recursive n factor n!
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:371.5kb
    • 提供者:mbk.mbg
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com