搜索资源列表

  1. New Recursive Algorithms MDCT

    0下载:
  2. IMDCT优化算法的研究2-IMDCT Optimization Study 2
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:126748
    • 提供者:蝌蚪文
  1. 经典汉诺塔问题c语言版

    1下载:
  2. 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code an
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8707
    • 提供者:苏辉
  1. migong-c

    0下载:
  2. 迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!-maze algorithm! Through recursive algorithm! To find the optimal path to complete the maze exports to search!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2827
    • 提供者:张建波
  1. 二叉树1212

    0下载:
  2. 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以-establish binary tree, sequence, the preorder (with the recursive and non - recursive method can be
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1830
    • 提供者:速度风
  1. 算式分析器

    0下载:
  2. 使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。-use recursive method formula Analyzer, to set a C-language format with the formula, you can use brackets, Monocular Operators, calculation formula of the calculatio
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:18720
    • 提供者:赵明
  1. searchfiles

    0下载:
  2. 源码简介:采用递归查询文件的例子,可以查询指定目录下的符合条件的文件,可以搜索文件中的字符串-source profiles : recursive query document examples can be specified directory inquiries eligible documents, document search string
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20141
    • 提供者:asdf
  1. ExpressCalculate

    0下载:
  2. 数值计算,表达式求值, 如计算3 + 2 * ( 3 + 2) / 5 + 8 + Sin( pi() / 180 * 30 ) + 1 + 2 ^ 10, 可自定义函数, 采用递归算法-numerical calculation, in the expression evaluates, as calculated 3 2 * (2) / 5 8 Sin (pi () / 180 * 30) 1 2 ^ 10, - defined f
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:57186
    • 提供者:凌有生
  1. 树跟二叉树

    0下载:
  2. 本程序是实现二叉树跟树的常用算法,都是尽量用非递归来编写的。关于二叉树的都可以从键盘动态输入,关于树的就不可以,原因是树的结构问题,在程序中,树的建立用到动态左孩子/右孩子建立-this program is a binary tree with the tree is commonly used algorithm, as possible, to use non - recursive prepared. On the binary
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:25871
    • 提供者:吴昊
  1. c_parser-0.2.5.tar

    0下载:
  2. This a recursive descent parser for C99. The output from the parser should be a parse tree.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18502
    • 提供者:eemcc
  1. 10种软件滤波方法的示例程序

    1下载:
  2. 限副滤波,中位值滤波法,3、算术平均滤波法,4、递推平均滤波法(又称滑动平均滤波法)-vice limited filtering, and the median value filter, 3, the arithmetic average filter, 4, the average recursive filtering method (also known as the moving average filter).
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5112
    • 提供者:李天华
  1. 磁盘文件递归读取

    0下载:
  2. 递归读取磁盘文件,使用库dirent.h中的相关函数-recursive disk read documents and use the library dirent.h correlation function
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:877
    • 提供者:王战
  1. HORSEJUMPCHESS

    0下载:
  2. 马跳棋盘递归算法(TC实现,并提供示意图),可移植到任何C编译器-Ma checkerboard recursive algorithm (TC achieved, and to provide diagram), and can be transplanted to any C compiler
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1335
    • 提供者:胡安
  1. 5个c程序源代码

    0下载:
  2. 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4900
    • 提供者:张广旭
  1. flist

    0下载:
  2. 一个在unix/linux下遍历目录的程序,它使用递归方式进行实现的.-a unix / linux directory traversal under the procedures it uses recursive manner to achieve.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:957
    • 提供者:周禄均
  1. zhou_compiler

    0下载:
  2. 我的编译原理课程设计。类PASCAL的语法,仿造PL0文法,采用递归子程序法生成中间代码-四元式。没有实现中间代码的优化。-I compiler theory of curriculum design. PASCAL syntax, copy PL0 grammar, using recursive method subroutine code generation middle-4 yuan style. Not achieved i
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:63649
    • 提供者:周伟斌
  1. doc_filter_by_software_c_code_by_zhzzh18

    0下载:
  2. 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -1, limiting filtering method (also known as the filtering proced
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:许海洋
  1. Delphi精选

    0下载:
  2. 基于Delphi的,用于前台产生BOM树状结构的递归过程-based Delphi, prospects for the tree structure generated BOM recursive process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19001
    • 提供者:阿飞
  1. SearchFileLynn

    0下载:
  2. 自己写的一个搜索文件的工具,采用递归搜索,可以选择不同的驱动器,统计文件和文件夹。-himself wrote a document search tool, using recursive search, can choose a different drive, statistics files and folders.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:34930
    • 提供者:吟风
  1. treetable

    0下载:
  2. 用java写得一个treetable实现,可以携带用户自己的数据类。本例带有一个简单得使用例子: 1、导入到Eclipse,把package换成你自己得package 2、运行TreetableMain.java即可 这是本人参考sun公司给出得那个treetable例子写得。重大改进如下: 1、sun公司的例子可能是由于写得较早,里面重写了TreeModel和AbstractTableModel的很多方法。本人改
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:33940
    • 提供者:李振华
  1. DriveBrowser

    0下载:
  2. 枚举所有驱动器的信息,并且可以递归列表子目录的信息。演示CListCtrl的用法-Enumerate all the drive information, which can be recursive list subdirectory information. CListCtrl demonstration of the usage
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:60978
    • 提供者:yf
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org