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

搜索资源列表

  1. Getproxy

    0下载:
  2. this module ll get the proxy server from the registry
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:798
    • 提供者:horya
  1. compile

    0下载:
  2. 编译原理大作业,完成了词法分析,递归下降分析,LL(1)分析,算符优先分析,中间代码生成等-Compiler Construction Principles large operations, completed a lexical analysis, recursive descent analysis, LL (1) analysis, operator priority analysis, intermediate code generation, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:36253
    • 提供者:ddl
  1. HexWorkshop

    0下载:
  2. 最好的HEX编辑修改器,需要的请放心下载,一直收藏着的软件。-The best HEX editorial changes, you' ll need to download please be assured, has been collection of software.
  3. 所属分类:MTK

    • 发布日期:2017-05-04
    • 文件大小:1142498
    • 提供者:qxp
  1. Collision_Detection

    0下载:
  2. 在我的一项使用BSP进行碰撞检测的实验中,人物以胶囊来模拟,房屋内部通过非SOLID 的LEAFY BSP来构造,在使用BSP剔除了大量面片以后,遇到这样一个问题:如何在最后筛选下的三角形面片进行碰撞测试,以确定碰撞发生的时间,法向量等。-Collision detection deals with finding out whether or not we’ll bump into something when we move our ellipsoid though 3d space
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:84784
    • 提供者:babala_234
  1. ll

    0下载:
  2. 电话本软件及源码, 电话本软件及源码-Telephone origin software and source code
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:180658
    • 提供者:李号
  1. CPP_Make_the_to_calculate

    0下载:
  2. 利用以下公式,计算 PI 至小数点后s位 oo --- n L * PI \ (-1) 4 * L L -------- = / [ ------- ( ---------- - -------------- ) ] 4 --- 2n+1 5^(2n+1) 239^(2n+1) n=0 L : 为一大整数 10^s PI : 圆周率-Using the following formula to calculate PI to s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:21237
    • 提供者:ken
  1. hmmbox_4_1

    0下载:
  2. the newer version from HMMbox 3.2 Matlab toolbox for Variational estimation Hidden Markov Models. (Adapted from Hidden Markov Toolbox Version 3.3 01-Apr-99 and Coupled Hidden Markov Toolbox Version 1.1 01-Feb-01 Copyright (c) by Iead Re
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:164536
    • 提供者:iwan
  1. maphmmbox

    0下载:
  2. VARHMMBOX, version 1.1, Iead Rezek, Oxford University, MAR 2002 Matlab toolbox for Hidden Markov Models (Adapted from Machine Learning Toolbox Version 1.0 01-Apr-96 Copyright (c) by Zoubin Ghahramani, University of Toronto) The softwa
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:74502
    • 提供者:iwan
  1. yufa

    0下载:
  2. 语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程-Parser that have been to the pascal language grammar, structure LL (1) analysis table, the preparation of parsing procedure that requires the output to the error message syntax erro
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1951353
    • 提供者:陈美娟
  1. 2410TEST

    0下载:
  2. QT2410开发板的测试代码,包括所有功能的测试演示代码,可以说把这里面的代码搞清楚之后对ARM2410的开发基本上没有问题了。-Test code for QT2410 development board, including test and demo code for all the functions on the board. It is safe to say that if you could understand these codes, you ll have no probl
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3561489
    • 提供者:Simon
  1. LL1

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar using a set top-down analysis techniques. LL (1)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:298638
    • 提供者:biao
  1. ProgramingTheWindowsDriverModel(2nd)

    0下载:
  2. 作者Walter Oney 本书介绍了如何使用Windows驱动模型(WDM)为Microsoft的Windows家族的新成员开发设备驱动程序。-This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introdu
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-12
    • 文件大小:2693100
    • 提供者:闻扬
  1. LLParser(1.2)NET1.1

    0下载:
  2. LL语法分析器,对学习编译原理是一个示例。-LL parser, compiler of learning theory is an example.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:193526
    • 提供者:ding
  1. Chap14

    0下载:
  2. In the first eight chapters, I described most of the features of a full-blown WDM driver suitable for any random sort of hardware device. But you should understand a few more general-purpose techniques, and I’ll describe them in this chapter. In the
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:702597
    • 提供者:Nick
  1. Chap15

    0下载:
  2. Early in the device driver development process, it’s important to devote some thought to how you’ll distribute your driver and how an end user will install your driver and the hardware it serves. MicrosoftWindows XP and Microsoft Windows 98/Me use a
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-08
    • 文件大小:1760805
    • 提供者:Nick
  1. Chap16

    0下载:
  2. The Windows Driver Model assumes that a hardware device can have several drivers, each of which contributes in some way to the successful management of the device. WDM accomplishes the layering of drivers by means of a stack of device objects. I disc
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-23
    • 文件大小:339229
    • 提供者:Nick
  1. choleskyjie

    0下载:
  2. cholesky算法(正定对称矩阵的LL 分解,完整程序)-cholesky
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:853
    • 提供者:wujiajun
  1. CalculateDataForOO

    0下载:
  2. 一个很好的学习资料,好好学习吧,你会学到很多的。-A good learning materials, learn it, you' ll learn a lot.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:22774
    • 提供者:水辰
  1. CalculateDateForSP

    0下载:
  2. 一个很好的学习资料,好好学习吧,你会学到很多的。-A good learning materials, learn it, you' ll learn a lot.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:19357
    • 提供者:水辰
  1. LL1C

    0下载:
  2. LL(1)词法分析源代码C语言版本,实现文法的分析-LL (1) lexical analysis of source code for C language to realize the analysis of grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:169420
    • 提供者:king
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com