搜索资源列表

  1. nqueens-recursion-backtracking-n^n

    0下载:
  2. n皇后问题的递归回溯实现, 状态数:n^n-n queens problem of recursive backtracking implementation, the number of states: n ^ n
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:221184
    • 提供者:jory
  1. totalarrange-recursion-backtracking

    0下载:
  2. 在排列树上递归回溯搜索全排列问题的全部解-Recursive backtracking search tree in the arrangement of the whole array of all solutions of the problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:178176
    • 提供者:jory
  1. compiling

    0下载:
  2. 编译原理实验:词法分析、语法分析、语义分析,包含代码和报告、构建分析表、消除左递归、语法分析、流程图-Compiler Principle Experiment: lexical analysis, syntax analysis, semantic analysis, including code and reports, construction of the table, to eliminate left-recursion,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:3873792
    • 提供者:xiedanfeng
  1. Fullarray

    0下载:
  2. 3种求解全排列的方法,递归,迭代等,VC++6.0编译通过。-Three kinds of methods of solving the full array, recursion, iteration, etc., VC++6.0 compile.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:楠楠
  1. recursion

    0下载:
  2. Chapter two of Data Abstraction and Problem SOlving with C++ by Frank M Carrano
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:1533952
    • 提供者:bibs
  1. happy

    0下载:
  2. 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:happyjack
  1. kalmanintroduction

    0下载:
  2. In his 1960 famous publication (“A new approach to linear filtering and prediction problems”, Trans.ASME J. Basic Engineering., vol 82, March 1960, pp 34-45), Rudolf Kalman based the construction of the state estimation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:104448
    • 提供者:mohamed
  1. DiTuiGaoXiaoLv

    0下载:
  2. 习惯了使用递归,但时间和空间都不是很好,而递推则解决了这个问题,递推不仅能节省时间,空间也是很不错的哦!-Accustomed to the use of recursion, but time and space are not very good, but recurrence is to solve this problem, recursive not only save time, space is also very goo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:古月
  1. RecursionEnumerator

    0下载:
  2. 递归式枚举,通过递归,广度深度进行枚举。-Recursive enumeration, by recursion, breadth of depth of enumeration.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:gowhere
  1. wish

    0下载:
  2. this sample simulation from omnet++ . how to use recursion in this coding sample-this is sample simulation from omnet++ . how to use recursion in this coding sample
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:514048
    • 提供者:emi
  1. leftrec

    0下载:
  2. program on left recursion
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Sindhu
  1. BinaryTree

    0下载:
  2. 这是个二叉树的数据结构的各项操作。有二叉树的拷贝,计算树高,树叶等。特别要注意的是用非递归算的。-Binary Tree is not recursion
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:liaoyulin
  1. RayTrace

    0下载:
  2. 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:564224
    • 提供者:wangge
  1. homework1

    0下载:
  2. 组合问题递归求解。求n个数取r个数的所有组合结果-Recursion to solve combinatorial problems. N r number of requirements to take the number of results for all combinations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1136640
    • 提供者:Squidward
  1. recursively

    0下载:
  2. In my experience. teaching students to use recursion has always been a difficult task. When it is first presented, students often react with a certain suspicion to the entire idea. as if they had just been exposed
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:1222656
    • 提供者:goku
  1. FileFind

    0下载:
  2. 我初学多线程编程,查找文件用的递归方法。不怎么支持深递归-I am beginner multi-threaded programming, recursive method used to find files. Not very deep recursion support
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:pumo
  1. DataStructuresAndAlgorithms(JAVA)

    0下载:
  2. 此书从介绍JAVA基础到数据结构与算法基础,并结合JAVA给予实例演习,从线性表,链式表,栈与队列,递归,讲到树,图,并以JAVA实例演习各种查找,排序算法.实为一本难得的好书,现与大家共同分享.-From the introduction to the book based on JAVA based data structures and algorithms, and give examples with JAVA exercis
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1648640
    • 提供者:陈红华
  1. EightQueensProblem

    0下载:
  2. 在8*8的国际象棋盘上放置八个皇后,使其不能互相攻击,用递归法求出所有布局-8* 8 placed on the international chess board eight queens, so that it can not attack each other, all the layout obtained by recursion
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:leona
  1. derangementsRecursion

    0下载:
  2. A derangement Recursion written in Python
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Jenny Liu
  1. My_fft1

    0下载:
  2. This function calculates discrate fourier transform for vector using the "Fast" method . (recursion )-This function calculates discrate fourier transform for vector using the "Fast" method . (recursion )
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Eti
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »

源码中国 www.ymcn.org