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

搜索资源列表

  1. Left-Recu

    0下载:
  2. Left Recursion Remove Grammer-Left Recursion Remove Grammer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:569
    • 提供者:Dhaval
  1. drawEarth

    0下载:
  2. 通过递归法实现基于正十二面体的线框球,能够操作键盘和鼠标实现球体的放大、缩小和旋转-By recursion method based on frame ball dodecahedron, and able to operate a keyboard and mouse balls zoom and rotation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-03
    • 文件大小:915479
    • 提供者:HuYue
  1. levinsondurbin_FLP

    0下载:
  2. Solve the normal equations using the Levinson-Durbin recursion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1463
    • 提供者:yingdhtm
  1. ir_function_detect_recursion

    0下载:
  2. \file ir_function_detect_recursion.cpp Determine whether a shader contains static recursion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4251
    • 提供者:danggtrr
  1. partial_sum

    0下载:
  2. Problem: there is no 0-element given.Parallel partial sum implementation, two-phase approach,.no recursion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2328
    • 提供者:yengbieru
  1. get_streambuf

    0下载:
  2. Table to maintain a heap profile data inside, i.e. the set of currently active heap memory allocations. thread-unsafe and non-reentrant code: each instance object must be used by one thread at a time w o self-recursion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9231
    • 提供者:puihaigao
  1. preempt

    0下载:
  2. must be macros to avoid header recursion hell.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:770
    • 提供者:tuiliuqin
  1. prom_printf

    0下载:
  2. Printn prints a number n in base b. We don t use recursion to avoid deep kernel stacks.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2509
    • 提供者:suwaojao
  1. sprintn

    0下载:
  2. sprintn formats a number n in base b and puts output to callers buffer. We don t use recursion to avoid deep kernel stacks.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2301
    • 提供者:xoubqmou
  1. 123

    1下载:
  2. 信号为两个正弦信号加高斯白噪声,各正弦信号的信噪比均为10dB,长度为N,信号频率分别为 和 ,初始相位 ,取 , 取不同数值:0.3,0.25。 为采样频率。分别用Levinson递推法和Burg法进行功率谱估计,并分析改变数据长度、模型阶数对谱估计结果的影响。-Signal into two sinusoidal signals applied Gaussian white noise, the SNR of each sinusoidal signals are 10dB, a lengt
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2490
    • 提供者:也均
  1. erchashu

    0下载:
  2. 简单二叉树构建,显示图形,析构和拷贝采用递归。-Simple binary build, display graphics, destructors and copy using recursion.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1974430
    • 提供者:Yin
  1. thr

    1下载:
  2. 利用相关分析法辨识系统的脉冲响应并比较离散、递推、矩阵三种算法结果,包括M序列的生成-Impulse Response Identification system using correlation analysis and comparison of discrete, recursion, matrix three algorithms results, including the M sequence generation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1123
    • 提供者:zhanchi
  1. 4

    4下载:
  2. 《数据结构》 第4次上机题目 (二叉树练习 ) 1. 编程实现书P121 ADT BinaryTree 基本操作20个,用二叉链表结构实现; 2. 二叉树的先序、中序、后序遍历递归(非递归选做)方法,层次遍历。-" Data Structure" on machine 4th title (binary exercises) 1. Programming book P121 ADT BinaryTree basic operations 20, with binary
  3. 所属分类:Data structs

    • 发布日期:2016-11-27
    • 文件大小:3072
    • 提供者:steve
  1. String-All-Permutation

    0下载:
  2. c++代码,功能为实现字符串的全排列,使用了递归和字典序两种方法-c++ code function to achieve full array of strings, using recursion and lexicographic two ways
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1997951
    • 提供者:yangyang
  1. sum-of-factorial

    0下载:
  2. 利用递归原理,编写的阶乘求和小程序,使用C语言编写。-Based on the principle of recursion ,using C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:541947
    • 提供者:王洁
  1. Hanoi

    0下载:
  2. 汉诺塔小程序,递归的算法编写,使用C语言。-The code of Hanoi, based on recursion, using C language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:417555
    • 提供者:王洁
  1. knapsack

    0下载:
  2. 动态规划的经典实例-0-1背包问题,体会如何巧妙消除递归,代码简洁。-Classic example-0-1 Knapsack problem dynamic programming experience how to skillfully eliminate recursion, concise code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7121
    • 提供者:Kerry
  1. Test-deep

    0下载:
  2. 用于测试在系统下可以使用VB进行最多多少层的递归。-Used for testing the system can use VB for the most number of layers recursion.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1304
    • 提供者:bia30anaa
  1. randGenerator

    0下载:
  2. 伪随机数在计算机软件设计中有很广泛的用途。本程序包含有基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键,最后介绍了利用伪随机数生成技术在MFC中生成基于C/S模式应用程序的随机校验码以及利用一种软件工具ImagePassword产生随机密码。-Pseudo-random number have a ve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:559679
    • 提供者:柳兵
  1. recursion

    0下载:
  2. 最小二乘的递推算法示例程序,可以直接运行,带有注释-Recursive least squares algorithm sample program, can be run directly with comments
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:942
    • 提供者:
« 1 2 ... 14 15 16 17 18 1920 21 »
搜珍网 www.dssz.com