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

搜索资源列表

  1. huishuosf

    0下载:
  2. 深度优先的方式系统地搜索问题的解的算法,递归深度和深度控制-Depth-first way to systematically search the solution algorithms, recursion depth and the depth of control
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-15
    • 文件大小:5775
    • 提供者:刘秀
  1. stackfibnaqi

    0下载:
  2. 斐波那契数列计算的非递归算法 用栈来模拟递归的经典题目-Fibonacci calculation of non-recursive algorithm used to simulate the recursion stack classic topic
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:guangyu
  1. datastruct

    0下载:
  2. 包含了二叉树查找法,递归对半查找法,以及非对半查找法。-This packet includes the programe with to fork lookup and recursion or non-recursion half-and-hanf lookup
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5075
    • 提供者:niwenjuan
  1. sonplayer_3rd_web_2.3.1

    0下载:
  2. 1,增加了歌词搜索的自主性,用户可以选择自定义搜索关键字,也可以自定义是否和歌词文件相关联,这里的关联并不是把歌词写入歌曲文件,而是在程序中建立一种关联,以免每次播放这首歌的时候都去搜索歌词,而是直接去读取关联好的歌词文件. 2,增加了指定歌词的搜索目录,指定歌词的保存目录功能.为了性能考虑,歌词的搜索目录不会往下递归,只搜索设置的那一级目录. 3,歌词的设置更为丰富,很多地方以前是固定的,现在都是可以改变的,并且增加了纵向显示-1, an increase of the auto
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-06
    • 文件大小:1038603
    • 提供者:WANGBENJUN
  1. LyricShowV075_176x220

    1下载:
  2. 1,增加了歌词搜索的自主性,用户可以选择自定义搜索关键字,也可以自定义是否和歌词文件相关联,这里的关联并不是把歌词写入歌曲文件,而是在程序中建立一种关联,以免每次播放这首歌的时候都去搜索歌词,而是直接去读取关联好的歌词文件. 2,增加了指定歌词的搜索目录,指定歌词的保存目录功能.为了性能考虑,歌词的搜索目录不会往下递归,只搜索设置的那一级目录. -1, an increase of the autonomy of the lyrics search, the user can selec
  3. 所属分类:Audio program

    • 发布日期:2017-04-28
    • 文件大小:131846
    • 提供者:WANGBENJUN
  1. 8Queen

    0下载:
  2. 用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:111372
    • 提供者:xiamin
  1. testCopy

    0下载:
  2. 利用递归实现将当前目录下文件(包含文件夹下子目录)复制到指定目录下-with recursion to realize copy files to another directory which is assigned by you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:843
    • 提供者:daisy
  1. prime

    0下载:
  2. 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Centra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:55312
    • 提供者:bingo
  1. tree

    0下载:
  2. 模拟linux下的shell中的目录系统,把目录抽象为一个多叉树,目录的打印比较有创意,虽然和pstree的打印结果很像,程序中用了大量的递归,简化了代码的长度,增强了可读性-Simulation of the shell under linux directory in the system, the abstract for more than one directory-tree, print directory of more creative, though, and print th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1813
    • 提供者:Scott
  1. quicksort

    0下载:
  2. 计算机算法,快速排序算法,使用分治思想,利用递归实现快速排序-Computer algorithms, fast sorting algorithm, the use of sub-rule of thought, the realization of quick sort using recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:47532
    • 提供者:骡子宝
  1. Levinsonsrecursionspiking

    1下载:
  2. 通过Levinson recursion产生脉冲反褶积。-Spiking deconvolution using Levinson s recursion。
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1002
    • 提供者:马龙
  1. ScientificCalculator

    0下载:
  2. DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:97961
    • 提供者:yuwq07
  1. Projects

    0下载:
  2. 一些关于算法的小程序,里面有关递归调用的运用,希望有用!-some programs about algorithms,especially for recursion.hope to help you!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:4011593
    • 提供者:wc
  1. path

    0下载:
  2. 探询路径 问题的提出:编写程序,输出下图的0至n(1<=n&&n>=9)的所有路径。 该题的核心是找出满足一定规律的递归条件,从而设计出递归算法。仔细分析不难发现规律: 0至n的路径由0至n-1的路径,加上n-1至n的路径,以及0至n-2的路径,加上n-2至n的路径这 两部分组成。即欲找0至n的路径,可以转化为找0至n-1及0至n-2的路径,这就可建立递归。-Explore the path Of the problem: the preparation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5791
    • 提供者:颜昌文
  1. heat2

    0下载:
  2. recursion method 解传热方程,作为计算物理的学习小历程很适合-solution of heat transfer equation using recursion method, for computational physics
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1226
    • 提供者:elias chuh
  1. Fibonacci

    0下载:
  2. 递归法实现Fibonacci函数,VC-Fibonacci function with recursion
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:624732
    • 提供者:刘明
  1. ssd7exercise3

    0下载:
  2. 1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (Listing::iterator start, Listi
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:661693
    • 提供者:邹斌
  1. shenyou

    0下载:
  2. 求解数独的深度优先搜索的程序,没有递归,可用于低性能的单片机。-Sudoku Solving the depth-first search procedure, there is no recursion, can be used for low performance microcontroller.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:Kenneth.L
  1. jisuansuanfa

    0下载:
  2. 主要描述递归的概念, 掌握设计有效算法的分治策略。 通过下面的范例学习分治策略设计技巧。-Will describe the concept of recursion to master the design of effective algorithm for sub-rule strategy. Examples of learning through the following sub-rule strategy of design skills.
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:226364
    • 提供者:ky
  1. tigui_tree_structure

    0下载:
  2. The use of recursion, to achieve directory tree structure.
  3. 所属分类:TreeView

    • 发布日期:2017-04-08
    • 文件大小:1834
    • 提供者:king u ming
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com