搜索资源列表

  1. vc递归程序示范.rar

    0下载:
  2. 一个递归程序
  3. 所属分类:源码下载

    • 发布日期:2024-05-19
    • 文件大小:37617
    • 提供者:
  1. 利用递归实现指定目录下的EXE文件查找.rar

    0下载:
  2. 编程查找指定目录下所有EXE文件,并将其全路径存入Result.txt中,要求用递归
  3. 所属分类:其它

    • 发布日期:2024-05-19
    • 文件大小:51295
    • 提供者:
  1. 磁盘文件递归读取

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

    • 发布日期:2008-10-13
    • 文件大小:877
    • 提供者:王战
  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. 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. 用OPENGL实现的,可以用来实现定点的绘制.用VC环境加上OPENGL实现.非常方便实现逐点递归填充算法.-use OpenGL, which can be used for fixed point mapping. VC environment with OpenGL. Very convenient achieve filled bit recursive algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:46309
    • 提供者:陈传军
  1. 遍历二叉树的4个非递归算法

    0下载:
  2. 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non - recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitabl
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:14259
    • 提供者:赵麟
  1. 层次非递归遍历

    0下载:
  2. 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9624
    • 提供者:emma
  1. JAVA递归

    0下载:
  2. 这是一个递归结构求斐波那契数列中的数列中的前10个数。-This is a recursive structure for Fibonacci series, the series of 10 numbers.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1409
    • 提供者:易杜平
  1. 背包问题递归算法

    0下载:
  2. 背包问题的递归算法,以C语言原代码给出,有需要的朋友 可以下载,不许要帐号,自由下载。-knapsack problem recursive algorithm to the original C language code is given, a friend in need can be downloaded allowed to account, free download.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1022
    • 提供者:王少石
  1. 消除文法左递归

    0下载:
  2. 消除文法左递规算法的实现(此为可执行源代码)-left eliminate grammar rules delivery algorithm implementation (such as executable code )
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:297984
    • 提供者:何浩
  1. 递归下降分析(大作业)

    0下载:
  2. 递归下降词法分析,很不错的一个词法分析器-recursive drop lexical analysis, a very good lexical analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:282624
    • 提供者:an
  1. 八皇后问题的递归方法

    0下载:
  2. 该代码是解决经典问题——八皇后问题的C++实现,算法使用了递归的方法,简单易懂。(This C++ code is used for solving the traditional Eight Queen Problem.The algorithm uses recursive method and it is easy to understand.)
  3. 所属分类:

  1. 递归与分治策略的简单实现

    0下载:
  2. 递归分治策略的简单实现 问题的选取:P43 2.11 循环赛日程表 设有设有n=2^k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表:   (1)每个选手必须与其他n-1个选手各赛一次;   (2)每个选手一天只能参赛一次;   (3)循环赛在n-1天内结束。   按此要求将比赛日程表设计成有n行和n-1列的一个表。   在表中的第i行,第j列处填入第i个选手在第j天所遇到的选手。 其中1≤i≤n,1≤
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:71680
    • 提供者:晓周
  1. 二叉树非递归创建

    0下载:
  2. 用c++编程,二叉树非递归的创建,创建 求深度 查找 求叶子结点数 遍历输出 层次遍历 层次创建(Non-recursive creation of binary tree)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小轩xx
  1. 递归搜索

    0下载:
  2. C语言程序递归例子,文档内列举了数个递归程序事例,并附有c语言代码(An example of C language program recursion)
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:桎梏琛紫
  1. eight queens 递归

    0下载:
  2. 八皇后递归(eight queens)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:243712
    • 提供者:张河东
  1. 单音素语音的递归定量分析

    1下载:
  2. 可以通过CC 方法进行相空间重构,计算嵌入维数和延迟时间,在此基础上,对单音素语音进行递归图和递归定量分析。(The CC method can be used to reconstruct the phase space and calculate the embedding dimension and the delay time. On this basis, the monosyllabic speech is recursiv
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:759808
    • 提供者:小幸运55
  1. 递归

    0下载:
  2. C++ 递归经典题目全套源代码, 部分含注解(C++ recursive classic topic full set of source code, part notes)
  3. 所属分类:

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:zcy1115757
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org