搜索资源列表

  1. BITTREE

    0下载:
  2. 这是关于二叉树的建立,各种遍历方法,和输出的算法,包括递归和非递归的-This is the binary tree on the establishment of various traversal methods, algorithms and output, including recursive and non- recursive
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:许广伟
  1. ssbds_dgxj

    0下载:
  2. 一个改进的递归下降分析程序,实现算术表示式的翻译,形成三地址的中间代码,非常有参考价值.-a decline improved recursive analysis procedures, arithmetic expressions translation, formed three addresses of the intermediate code, very useful.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:337920
    • 提供者:
  1. ssbdxqz

    0下载:
  2. 一个利用递归下降分析方法,实现算术表达式的值,是一个非常值得参考的程序,是学习编译原理的首选.-a decline in the use of recursive analysis method, the value of arithmetic expressions is a very worthwhile reference to the procedures, compiler theory is the study of cho
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:160768
    • 提供者:
  1. ljbds_dg

    0下载:
  2. 一个本人修改的实现逻辑表达式的分析的编译程序,采用递归下降分析法,生成三地址代码,是学习编译原理的好帮手.-a revised Logical Expressions of the compiler, using recursive drop analysis, Generation 3 addresses code, compiler theory is the study of good helper.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:156672
    • 提供者:
  1. pl0.ok1

    0下载:
  2. 经过修改的PL0编译程序源码,对于编译原理初学者来说,是一个不错的参考程序,有利于递归下降方法的理解,包括词法分析,语法分析和语义生成,并可以在虚拟机上执行。-revised PL0 compiler source code, compiler theory beginners, is a good reference procedures, it dropped recursive method to the understandin
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1192960
    • 提供者:
  1. HANUOTA

    0下载:
  2. 本人编写的一个比较经典的C语言递归程序,古老的经典益智游戏。-I prepared a classic comparison of C language recursive procedure, the ancient classical educational games.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:方芳
  1. maopaosuanfa

    0下载:
  2. 通过保存已经计算出来的结果,此方法的时间复杂度仅为O(m^2).如果采用递归编程(大多数人都会首先想到递归方法),则时间复杂度将高达O(k^m). 1.18 -through the depositary has calculated the results, This method of time complexity is O (m ^ 2). If using recursive programming (most peop
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:周伯通
  1. csharpcleanBomb

    0下载:
  2. 扫雷游戏源码我自己写的扫雷代码本人已经调试过没有错误利用递归实现的-mine FOSS game I wrote it myself, I have mine code debugging it is not wrong to achieve the use of recursive
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:759808
    • 提供者:刘虎
  1. CPPBrowseDir

    0下载:
  2. C++目录文件的遍历的通用类采用递归算法-C directory traversal documents generic category used recursive algorithm
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:iunion
  1. 5478

    0下载:
  2. 编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数-prepare you search procedures, functions as follows :
  3. 所属分类:WEB源码

    • 发布日期:2024-05-14
    • 文件大小:13312
    • 提供者:李小飞
  1. mgqj

    0下载:
  2. 这小程序可以巩固数据结构中栈的知识,以及用到的递归算法。-procedures can consolidate data structure Stack knowledge, and use the recursive algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:陈朝熙
  1. AlgOfBezier

    0下载:
  2. 此程序实现了bezier曲线的生成算法,分别利用了递归算法和中点插算法。开发环境为VS2003-this program achieved a bezier curve generation algorithm, namely the use of recursive algorithm and the midpoint interpolation algorithm. Development Environment for VS200
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:427008
    • 提供者:雷恩
  1. doublelink

    0下载:
  2. 我写的二维链表程序(采用非递归算法实现了二维链表程序),大家可以自由使用!如果有更好的算法请给我回复.-I wrote the two-dimensional chain (non- recursive algorithm to achieve a two-dimensional chain procedures), We can freely use! If there is a better algorithm please giv
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:614400
    • 提供者:lllld
  1. Three_Dim_Link

    0下载:
  2. 我的三维链表程序,非递归算法实现,希望各位提出宝贵意见,实际上完全可以从此得出任意多维链表的算法.-3D chain procedures, non- recursive algorithm, hoping to give valuable advice Since then, in fact, can draw arbitrary multi-dimensional chain algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:32768
    • 提供者:lllld
  1. decisionTree1

    0下载:
  2. 解决一系列运筹学问题 运用到了递归方面的知识 适合新手使用-solve a series of operations research problems to the use of recursive knowledge for the novice to use
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:messiah
  1. Folder

    0下载:
  2. 利用递归方法来浏览一个目录下的所有文件夹。-Using recursive method to browse a directory of all folders.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:cfh
  1. Filtering_Digital_MUC

    0下载:
  2. 单片机数字滤波的十种方法:1、限幅滤波法(又称程序判断滤波法)2、中位值滤波法3、算术平均滤波法4、递推平均滤波法(又称滑动平均滤波法)5、中位值平均滤波法(又称防脉冲干扰平均滤波法)6、限幅平均滤波法7、一阶滞后滤波法8、加权递推平均滤波法9、消抖滤波法10、限幅消抖滤波法-SCM digital filtering of the 10 : 1, limiting filter (also known as the judgment
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:281600
    • 提供者:Jawen
  1. fib16

    0下载:
  2. 汇编语言可以用递归计算16位二进制的fibonacci数-assembly language can be used recursive calculation of 16 binary number fibonacci
  3. 所属分类:其它资源

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. diguisuanfa

    0下载:
  2. 基于递归文法的编译课设实现,生成四元式,以及判断是否为该文法-based on recursive grammar compiler Course located realized, four yuan-generation, and judge whether to grant grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:chengning
  1. diguicuangfa

    0下载:
  2. 使用递归算法在指定目录下查找文件.good 我找了很长时间的-use recursive algorithm in designated directories search for documents. I look for good for a long time
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:yaandy
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org