搜索资源列表

  1. 软件滤波算法

    0下载:
  2. 十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法) -filtering software filtering algorithm limits Vice median filtering method arithmetic average recursive filtering average filtering method (also know
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2867
    • 提供者:汤瑞
  1. (-1结束)求树高

    0下载:
  2. 用递归的方法的方法求二叉树的树高,注意输入的节点数据以-1结束。-use recursive methods for the binary tree height, pay attention to input data to the nodes -1 end.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:楚天
  1. 重发求树高的程序

    0下载:
  2. 用递归的方法求二叉树的树高,使用时更加灵活,注意输入的数据以-1结束-using recursive method for binary tree height, use a more flexible, pay attention to input data to the end-1
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8196
    • 提供者:楚天
  1. RecureDicoperation

    0下载:
  2. 递归实现目录及以下的文件的拷贝,删除,移动等操作的C++ 源代码-recursive directory and the following copy of the document, delete, mobile operators such as the C source code
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:张大力
  1. 递归查找文件

    0下载:
  2. 递归查找文件: 有助于dephi初学者学习递归算法和window文件结构-recursive search documents : dephi help beginners learn recursive algorithm and the structure of the document window
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:201457
    • 提供者:阿议
  1. 电院五子棋(PLAEEI)

    0下载:
  2. 一款自主开发的五子棋程序,乃无禁手算法,为本人参加校挑战杯的作品,获三等奖。该程序棋力强劲,在QQ中的战绩目前为: 积分:43 赢:44 输:27 平:2 胜率:60% 曾和网上四五款无禁手的五子棋程序对弈,十盘中一般能胜七八盘!先手基本没负过! 采用了递归算法预测下一步,不过由于是为了应付学校的挑战杯,代码写的不是很规范,递归算法也不完美,之后由于学习时间很紧张,也没时间改进,今天把源代码公布出来,和大家一起学习探讨
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:957276
    • 提供者:王凯兵
  1. 实验7 二叉树 北京师范大学数学科学院

    0下载:
  2. 自创的算法,输入表达式,建立二叉树的程序,然后输出前缀中缀后缀表示法,利用的对表达式的分割与递归实现输入,同时这也是一个完整的波兰式转换程序,相当稳健-own algorithm, the importation of expression, the establishment of the binary tree and then output the suffix prefix which is made up of the met
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4212
    • 提供者:李铭璜
  1. Windows资源管理器

    0下载:
  2. 本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, an
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:29466
    • 提供者:唐堂
  1. FindFiles

    0下载:
  2. 绝对牛X的多线程文件查找程序,该程序能够多线程同时递归子目录,快速找到相应的文件-absolutely cattle X multithreading documents tracing procedure, the program also can be multi-threaded recursive subdirectory, quick to find corresponding documentation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:49074
    • 提供者:李喻辉
  1. pagewalker

    0下载:
  2. PageWalker是一个能够递归跌代asp.net页面控件的树型结构。可以用来遍历访问页面控件层次。 -PageWalker is a recursive or to substituting pages Asp. Net Control tree structure. Traverse visit can be used to control page level.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33769
    • 提供者:真实
  1. GrammarTest直接读

    0下载:
  2. 本程序实现pascal语言的语法分析,采用递归向下的分析方法。值得新手一看。-the program pascal language syntax analysis, the use of recursive downward analysis method. Newcomers worth a look.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13508
    • 提供者:yszhang
  1. unix下目录递归查询(shell)

    0下载:
  2. shell对指定目录下的指定文件类型进行递归查询所要的内容-shell of a designated directory specified file types recursive query as to the contents
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:935
    • 提供者:陈飞飞
  1. 递归枚举模板

    0下载:
  2. 递归枚举模板 问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时: //  abcba 满足条件 //  abcbc 不满足条件 //输入:n p //输出:所有满足条件的字串及总数-recursive template Problem descr iption : n generation length of the string a
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1290
    • 提供者:qew
  1. 火车调度

    1下载:
  2. 这是一个VC编写的火车调度程序,实际上是数据结构栈的应用,同时设计到递归的应用。-This is a VC prepared by the train scheduling procedures, data structure is actually the application stack, recursive design to the application.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:王小雪
  1. lisp

    0下载:
  2. 这是一个lisp程序,主要实现lisp里面的递归调用.和trace功能-This is a lisp procedures main lisp inside the recursive call. And the trace function
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29216
    • 提供者:小月
  1. dg.java

    0下载:
  2. 这是一个用java做的编译原理重要的语法分析,是用递归做,-This is a java do with the important principle of compiler syntax analysis is done using recursive,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2400
    • 提供者:dsa
  1. 零件切割问题

    0下载:
  2. 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is requi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:叶黎
  1. FLch5RMLeg2

    0下载:
  2. 用matlab仿真的递推极大似然法辨识程序,可用来进行系统辨识,很好用-simulation using Matlab Recursive maximum likelihood method identification procedures, which can be used for system identification, good use
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1302
    • 提供者:孙鹏飞
  1. qg

    0下载:
  2. 递归与分治算法的应用.零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? -recursive algorithm with the partition of the application. Parts mutilation given a width of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3606
    • 提供者:赵小美
  1. combtang

    0下载:
  2. 这是一个生成组合序列的程序,而且是非递归的,代码非常精简,速度很快,序列是字典序的.-This is a combination of sequence generation process, but also non - recursive, code very concise, very fast, is the sequence of lexicographic.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:826
    • 提供者:唐海浪
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org