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

搜索资源列表

  1. 2_16

    0下载:
  2. 递归分形树的形成,利用递归算法生成分叉树,将这个生成元在每一个层次上不断重画-Recursive fractal tree formation, the use of recursive algorithm to generate bifurcation tree, will the generator on at every level constantly re-draw
  3. 所属分类:Fractal program

    • 发布日期:2017-05-09
    • 文件大小:1866441
    • 提供者:杨明
  1. daodanlanjie

    0下载:
  2. 导弹拦截问题算法的C++语言实现动态分割递归-Missile interception problem algorithm of C++ language implementation, dynamic segmentation, recursive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:745
    • 提供者:luo
  1. winep_code

    0下载:
  2. 这是一个典型的产生式系统的算法题.用的是有界深度优先的递归算法,是用C++Builder4.0写的.这也是人工智能或者程序设计竞赛题中最基本最常用的算法.如果自己动手编程实现了一个这样的题目,那么很多相关的题目也就都一样可以做了,比如"四皇后问题","推箱子问题","传教士和野人问题"等等。   利用深度优先的算法都是不一定能找到最优路径的,而且如果解路径过长的话还可能会搜索失败.如果保证要找到最优路径需要用另一些算法,比如宽度优先算法.无论是哪一种算法,如果问题稍微复杂一点的话,都要解决"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:22689
    • 提供者:kk.h
  1. Recursivemthodtogenerete2Dmaze

    0下载:
  2. 递归法生成2D迷宫,是想学习游戏编程的一个典型例子-Recursive method to generate 2D maze, want to study game programming are a typical example of
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:919
    • 提供者:ciweijsf
  1. intpart

    0下载:
  2. 采用非递归方法实现的整数分拆程序,即把一个正整数表示成所有可能的整数相加的形式。逆序打印结果。-Ways to use non-recursive implementation of an integer spin-off process, that is, to express a positive integer integer into the sum of all possible forms. Reverse print the results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:8184
    • 提供者:李刚
  1. cnr

    0下载:
  2. 只使用加法,不用递归来实现组合数的计算。利用到C(n,r)=C(n-1,r)+C(n,r) 及整个递归过程中的迭代性质(类似杨辉三角的计算)。VC6下编译。安装VC6后点击.dsp文件即可。-Use only addition, not recursive to realize the calculation of the number of combinations. Access to C (n, r) = C (n-1, r)+ C (n, r) and the recursive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3830
    • 提供者:李刚
  1. BaHuangHou

    0下载:
  2. 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:31174
    • 提供者:cl
  1. m12_2

    0下载:
  2. 最小二称递推算法的MATLAB实现范例,思路为在上一次得到结果的基础上,根据新获得数据,对上一时刻的计算结果修正。-Second smallest recursive algorithm that implementation of the MATLAB examples, ideas for the first time to be on the basis of the results, according to newly acquired data, on one occasion to
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1102
    • 提供者:冷强
  1. fgen

    0下载:
  2. fractal generator. program draw on a screen one of the most simole fractal.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-25
    • 文件大小:86056
    • 提供者:oleg
  1. Code

    0下载:
  2. 利用一个递归算法,对用户自行的输入的数据进行加密,并且可以对加密的数据进行反向解码。-via a recursive algorithm, the program can encrypt the data the user input, and can encrypt data on the reverse decoding.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:571112
    • 提供者:Prince
  1. FileToOnline

    1下载:
  2. 上线文件复制工具 对于java开发的系统上线时,要安程序的包结构复制文件到服务器了,特别是局部更新时尤其如此。如果一个个文件按目录结构复制的话,耗时耗力,而且容易出错。本程序可以自动按照程序的包结构生成class文件的目录结构,方便服务器上的文件更新! 本程序支持任意路径格式的文件拷贝(如com.speed.*.*;/com/speed/test.java等) 支持目录递归拷贝,支持文件的拖拽,特别是在eclipse编辑器中拖拽,使用起来极为方便!-On-line file copy
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:252431
    • 提供者:我心飞翔
  1. WebSitesOfDrawCircles

    0下载:
  2. 这是一个用ASP.NET写的一个递归绘制圆的网站,主要是里面的绘图递归算法 -This is an ASP.NET Writing with a recursive mapping round web, the main graphics are inside the recursive algorithm
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-29
    • 文件大小:32075
    • 提供者:woody
  1. 5

    0下载:
  2. 一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2558
    • 提供者:蜗蜗牛
  1. rls

    0下载:
  2. rls递推最小二乘算法-rls recursive least squares algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1027
    • 提供者:ll
  1. house

    0下载:
  2. 利用递归写的马踏棋盘的代码!希望能对大家有帮助!-Writing of the use of recursive code chessboard horse riding! I hope everyone can help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1190
    • 提供者:lantian
  1. FileOper

    0下载:
  2. JAVA操作文件的封装 封装了创建一个文件夹、删除文件、删除文件夹、是否递归删除、copy一个文件或文件夹到指定位置、move一个文件或文件夹到指定位置、压缩文件、过滤文件等等一系列操作-JAVA file package packaging operation to create a folder, delete files, delete folders, whether recursive delete, copy a file or folder to the designat
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1573932
    • 提供者:HB
  1. 2694

    0下载:
  2. poj 2964 逆波兰表达式 递归问题-Reverse Polish expression poj 2964 recursive problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:831929
    • 提供者:刘昊
  1. algorithm

    0下载:
  2. 最小二乘辨识的五种算法:Bayes辨识程序,递推最小二乘,梯度校正最小二乘,增广最小二乘,最小二乘一次完成算法-Identification of the five least-squares algorithm: Bayes identification procedures, recursive least squares, least-squares gradient Calibration, Augmented least squares, least-squares algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6806
    • 提供者:马凯蒂
  1. XMLReadWrite

    0下载:
  2. 一个对简单的XML文件进行的程序,里面包含了对文件的读写和多叉树递归遍历。-A simple XML file for the procedure, which contains the document to read and write and many Recursive quadtree traversal.
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:140028
    • 提供者:小童
  1. speedsort

    0下载:
  2. 快速排序是选一个中间值,程序中使用中间值,然后把比它小的数据放在左边,大的数据放在右边。两边分别递归这个过程。-Quick Sort is the election of a middle value between the value of the use of the procedure, and then put it smaller than the data on the left, the data on the right side. Recursive separately on
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:102852
    • 提供者:Ray
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com