CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - finite

搜索资源列表

  1. DFAv1

    0下载:
  2. 关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49.48kb
    • 提供者:高晖
  1. quick_sort

    0下载:
  2. 快速排序,实现排序的时间再一般情况下的时间复杂性为nlogn算法实现-Quick Sort and achieve ranking period of time under normal circumstances the complexity of finite algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:52.64kb
    • 提供者:hua
  1. build_grid33

    0下载:
  2. 等边三角形有限元网格生成程序 ,划分画等边三角为小四边形网格 -equilateral triangle finite element mesh generation process, the demarcation of painting equilateral triangle for small mesh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44.96kb
    • 提供者:刘辉
  1. fsm

    1下载:
  2. 一个有限状态机的实现源代码。C语言实现。-a finite state machine to achieve the source code. C language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:28.17kb
    • 提供者:陈文
  1. lineartriangleassemble

    0下载:
  2. 此程序完成有限元计算中的总体合成功能,可用于任何使用有限元的情况-FEM calculation of the overall combined functions can be used for any use of the Finite Element
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:910byte
    • 提供者:任玲
  1. FEM_main

    0下载:
  2. 一阶有限元通用程序,边界条件可变,可以用于机械应力分析,电磁场数值计算等领域。而且可以自编自东剖份程序作为入口。-a finite element analysis program, boundary conditions variable, which can be used mechanical stress analysis, Numerical Calculation of electromagnetic fields. Can be directed and performed in
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:杨越
  1. FSM_Code

    0下载:
  2. This code supplements the tutorial in Finite State Machines
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23.04kb
    • 提供者:李晋江
  1. WinNTL-5_3_1

    0下载:
  2. 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary p
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:746.5kb
    • 提供者:yangmuxiang
  1. openfstwin-1.1

    0下载:
  2. google open fst有限状态机库代码的Win32移植-google open fst finite state machine library code of the Win32 migration
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:693.92kb
    • 提供者:董大凡
  1. segy1

    2下载:
  2. 地震波场数值模拟是研究复杂地区地震资料采集处理和解释的有效辅助手段,地震波场数值模拟的主要方法包括两大类,即几何射线法和波动方程法。有限差分法是波动方程法中非常重要的一种方法,它的主要优点是占用内存小,计算速度快。论文采用高阶交错网格差分技术对一阶速度-应力弹性波方程进行数值求解,并对差分方程稳定性条件、频散问题以及边界条件处理进行了讨论。-Numerical simulation of seismic wave is a effective auxiliary means for studyi
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-05-17
    • 文件大小:327.57kb
    • 提供者:徐伟
  1. ACBM

    0下载:
  2. acbm算法简介,在有限自动机的多模式匹配算法(DFSA算法)的基础上, 在算法中以连续跳跃的思想,给出了另一个更加有效的改进-About acbm algorithm, finite automaton in the multi-pattern matching algorithms (DFSA algorithm), based on a continuous jump in the algorithm to the idea, given the other more effective
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:73.91kb
    • 提供者:gd
  1. QuadTree

    0下载:
  2. 四叉树算法,使用四叉树生成可局部加密的有限元网格-Quad tree algorithm, the use of quadtree generate local refinement finite element mesh
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:24.2kb
    • 提供者:杨萌
  1. trans_matrix_beam3d

    0下载:
  2. a 3d beam finite element method solver
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:
  1. nfa

    1下载:
  2. 把NFA确定化为DFA 的算法,实现将给定的NFA M,确定化为DFA M’,然后将DFA M状态最少化,将给定的DFA M的有限状态集S划分成若干互不相交的子集,使得:任何不同的两个子集中的状态都是可区别的,而同一子集中的任何两个状态都是等价的(要利用Ia函数,但并不需要构造ε-CLOSURE函数,因这是DFA)。输出化简后的DFA M’。 -NFA into a DFA to determine the algorithm to achieve a given NFA M, to det
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.49kb
    • 提供者:王静晓
  1. Discrete-Mathematics-report(2)

    0下载:
  2. 1. 求有限集上给定关系的自反、对称和传递闭包。(有两种求解方法,只做一种为A,两种都做为B) 2. 求有限集上等价关系的数目。(有两种求解方法,只做一种为A,两种都做为B) 3. 求解商集,输入集合和等价关系,求相应的商集。(C) 注意:题目类型分为A,B,C三类,其中A为基本题,完成A类题目可达到设计的基本要求,其他均为加分题,并按字母顺序分数增加越高。 -A demand for a given finite set of reflexive, symmetric
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:757.46kb
    • 提供者:周文俊
  1. MazeDemo

    0下载:
  2. 用有限状态机实现的遍历迷宫求解.最重要的是并演示了求解的过程.-Finite state machine implemented by traversing the maze to solve. The most important and demonstrates the solution process.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.03mb
    • 提供者:sdgsdsdfw
  1. PML

    0下载:
  2. 时域有限差分PML程序,用于计算电磁学!-PML Finite Difference Time Domain for to EM
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:12.7kb
    • 提供者:meanwe
  1. 12

    0下载:
  2. 有限元程序,平面薄壁结构受力分析,平面板杆结构受力分析-Procedures planar thin-walled structures of finite element stress analysis, flat-plate lever structure stress analysis
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:280.53kb
    • 提供者:张君
  1. FSM

    0下载:
  2. Finite state machine
  3. 所属分类:Data structs

  1. Example

    0下载:
  2. matlab有限元分析1D杆结构,2D热扩散问题,2D弹性问题,2D梁受力问题-matlab finite element analysis of 1D bar structure, 2D thermal diffusion problem, 2D elasticity problems, 2D Beams problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:49.05kb
    • 提供者:Shuai
« 12 »
搜珍网 www.dssz.com