CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编辑器/阅读器 搜索资源 - theory

搜索资源列表

  1. yufall1

    0下载:
  2. 做的很不错的LL(1)文法分析程序,可以作为学习编译原理课程的参考或课设-do very good LL (1) grammar analysis procedures can be compiled as a learning theory courses or courses based reference
  3. 所属分类:编辑器/阅读器

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

    0下载:
  2. 这是一个公式编辑器,实现简单的功能,源于 编译原理 -This is a formula editor, the realization of simple functions, from compiler theory
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:31.52kb
    • 提供者:丁锐文
  1. 语法编辑器SynEdit

    0下载:
  2. 编译原理语法分析器-parser compiler theory
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:484.21kb
    • 提供者:刘辉
  1. 陈意云编译原理全套

    0下载:
  2. 陈意云编译原理全套,是学习编译原理的不错的资料。我看了,不错的-Chen Yi-yun set of compiler theory, compiler theory is the study of good information. I read, good
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:5.58mb
    • 提供者:耀
  1. 编译原理习题精选

    2下载:
  2. 编译原理习题精选,是一本对编译原理初学者挺有用的习题书,书中习题分析详细,讲解明了-compiler theory Featured Exercise is one pair of compiler theory beginners quite the exercises, the book analyzes in detail the questions, explain to understand
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1.73mb
    • 提供者:ddd
  1. 附录I Little C解释程序源代码

    1下载:
  2. Little C解释程序源代码用C语言实现了一个C语言的子集的解释程序,之所以是子集,是由于考虑到本次毕业设计的时间上并不允许将整个C语言的解释程序完成,事实上,若要将整个C语言的解释程序完成,那将不是凭一己之力加上数月可以完成的。为此,结合所学的编译原理和实现技术以及计算理论,本文之实现了C语言自己的解释程序。-C source code using C language of a C language subset of the procedures explained that the r
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:19.15kb
    • 提供者:卞强
  1. 编译原理词法分析器(V2.0)

    0下载:
  2. 编译原理词法分析器(V2.0) 提供了词法分析的所有功能,能完成词法分析的所有任务-compiler theory lexical analyzer (V2.0) provides a lexical analysis of all functions, lexical analysis can be completed all the tasks
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:234.09kb
    • 提供者:林丰
  1. ll(1)语法分析

    0下载:
  2. 此为ll(1)文法的源代码,适应于学习过编译原理的同学,在做课程设计时可以参考-this as (a) the source code for grammar, learning to adapt to the students of compiler theory, the courses do when reference design
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:3.49kb
    • 提供者:林肯
  1. jsllyd.pdf.tar

    0下载:
  2. 计算理论引导,经典书籍,做计算的应该是必看的书了吧-Computational Theory of guidance, classic books, so the calculation should be must-see book now
  3. 所属分类:Editor

    • 发布日期:2017-05-22
    • 文件大小:6.78mb
    • 提供者:黄大为
  1. Graph12

    0下载:
  2. Euler公式来源及其应用,和图论的结合,pdf格式,-Euler formula for the sources and applications, and the combination of graph theory, pdf format,
  3. 所属分类:Editor

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:刘东
  1. GSM-pdf

    1下载:
  2. 这是一个很好的学习GSM理论的初级资料,非常实用,是一家国内知名通信公司内部培训资料-This is a very good learning the theory of primary GSM data, very useful, is a well-known communications company internal training materials
  3. 所属分类:Editor

    • 发布日期:2017-03-30
    • 文件大小:402.93kb
    • 提供者:
  1. CryptographyTheory

    0下载:
  2. 现代密码学理论与实践电子书(PDF格式),对于密码学学习有很大用处-Modern Cryptography Theory and Practice
  3. 所属分类:Editor

    • 发布日期:2017-06-11
    • 文件大小:17.4mb
    • 提供者:朱七七
  1. graphtheory.pdf

    0下载:
  2. 图论,Graph Theory,第二版,Reinhard著。比较经典的书。-Graph Theory, Graph Theory, second edition, Reinhard forward. Comparison of the classic book.
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:1.62mb
    • 提供者:李昂
  1. zhangxinger

    1下载:
  2. 张幸儿版编译原理课后解答,可以帮助了解编译原理这门功课-ZHANG Xing theory compiled version of after-school child answers can help us understand this door homework Compilation Principle
  3. 所属分类:Editor

    • 发布日期:2017-05-02
    • 文件大小:514.48kb
    • 提供者:llm
  1. WordAnalyst

    0下载:
  2. 编译原理里面的一道作业题,一个词法分析器.能分析代码中的各种成分-Compiler theory inside an operating problem, a lexical analyzer. Can analyze the various components of the code
  3. 所属分类:Editor

    • 发布日期:2017-04-07
    • 文件大小:30.52kb
    • 提供者:dlink
  1. Compiler-theory-PPTand-answer

    0下载:
  2. 编译原理与技术,清华大学版的PPT和课后答案。用于学习。-Compiler theory and technology, Tsinghua University, after-school version of the PPT and the answer. For learning.
  3. 所属分类:Editor

    • 发布日期:2017-04-08
    • 文件大小:908.97kb
    • 提供者:萧萧
  1. FELICS

    0下载:
  2. In computer science and information theory, data compression, source coding,[1] or bit-rate reduction involves encoding information using fewer bits than the original representation. Compression can be either be lossy or lossless. Lossless compressio
  3. 所属分类:Editor

    • 发布日期:2017-11-20
    • 文件大小:9.82kb
    • 提供者:sakthivel
  1. Compiler

    0下载:
  2. 编译原理的编译器,主要用于初学者学习使用-Compiler compiler theory
  3. 所属分类:Editor

    • 发布日期:2017-11-29
    • 文件大小:16.57kb
    • 提供者:秦伟男
  1. PCM-2ASK

    0下载:
  2. 通信原理 PCM编码 汉明码编码 2ASK的调制与解调-Communication Theory PCM coded Hamming code to coding 2ASK of modulation and demodulation
  3. 所属分类:Editor

    • 发布日期:2017-11-18
    • 文件大小:2.92kb
    • 提供者:MAX
  1. Classification-with-Baysian-Theory

    0下载:
  2. Classification with Bayesian theory
  3. 所属分类:Editor

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