CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - simple compiler

搜索资源列表

  1. Interface_of_Turbo_code_design

    1下载:
  2. 现在广义的Turbo码是指采用级联或乘积编码方法并利用迭代译码方法的编译码方案。迭代译码的基本思想是将一个的复杂的长的译码步骤分解为多个相对简单的迭代译码步骤而且在迭代译码步骤之间信息概率的转移或者是软信息的传递确保几乎没有信息损失。 根据其成员码和级联的方法的不同,Turbo码的分类 .本设计论文提供了Turbo码matlab代码以及界面设计(版权所有,仅供参考!) -now generalized Turbo code refers to the use of the product
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:463982
    • 提供者:唐盛
  1. EasySetupV2.09

    0下载:
  2. EasySetup是一套简单易用的软件封装程序,虽然操作简易可是功能并不会比知名的Installer Shield或者Installer VISE来得逊色多少。您使用EasySetup不仅可以制作出一般应用程序的安装文件,还可以将您的Word、PowerPoint、甚至于网页也给包装起来成为一个具备安装功能的应用程序。EasySetup让您省去繁复的安装文件撰写过程,而改以视觉化的方式来处理所有的安装程序制作,当您在使用个过程中会觉得好像在制作Powerpoint 头影片一般的轻松,只要将所有的
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:711985
    • 提供者:steven
  1. CCS.rar

    0下载:
  2. CCS系统安装与设置 CCS中的编译器、汇编器和链接器选项设置 用CCS开发简单的程序,CCS system installation and setup of CCS compiler, assembler and linker options set up with CCS to develop a simple procedure
  3. 所属分类:软件工程

    • 发布日期:2017-03-21
    • 文件大小:814195
    • 提供者:muerqing
  1. BCB-DLL-Develop

    0下载:
  2. BCB编写DLL终极手册,通过浅显易懂的方式讲述DLL的创建,编译环境为VC++ 6.0-BCB Ultimate DLL manual prepared by simple understandable way about the creation of DLL, the compiler environment VC++ 6.0
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:8570
    • 提供者:hao
  1. TINY

    0下载:
  2. 对一个小编译程序的解释,可以通过学习他来帮助学习编译原理-A simple but contains the contents of a small used compiler, you can learn to help him learn Compilation Principle
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:92128
    • 提供者:吴日晖
  1. KONGQING

    0下载:
  2. 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。--compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:192096
    • 提供者:kongqingzhou
  1. DelphiandMatlab

    0下载:
  2.   简要介绍了 Del phi与 Matlab各自的优缺点 ,较为全面地列举和分析了二者接口编程的几种方式 ,重点讨论了 Del phi调 用 Matlab编译生成的 COM组件的方法和原理 ,实现二者的无缝集成。提供的实现过程和应用实例均说明了该方法简便、 可操作性 强。通过 Del phi和 Matlab的整合 ,可以根据实际需要 ,开发功能强大而且界面友好的软件。-Del phi outlined the advantages and disadvantages of each a
  3. 所属分类:Project Design

    • 发布日期:2017-03-26
    • 文件大小:751911
    • 提供者:llm
  1. SE2-Spec-of-Systems-and-Languages

    0下载:
  2. 第二卷涵盖的基本原则和技术的具体制度和语言。它涉及的建模符号(语用,语义和语法的系统和语言) ,空间造型和简单的时间现象,而且这种专门题目为模块化(包括uml类图), petri网,活出序列图,状态图,和颞逻辑学,其中包括持续计算。最后,本书介绍的技术翻译和编译器开发的功能性,势在必行,模块化和并行编程语言。 -The second volume covers the basic principles and techniques of specifying systems and langua
  3. 所属分类:software engineering

    • 发布日期:2017-06-20
    • 文件大小:32522570
    • 提供者:Hwang
  1. 1

    1下载:
  2. 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟 -!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensiona
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:7304832
    • 提供者:流星雨
  1. C-Sharp-language-lecture-series

    0下载:
  2. C#语言系列讲座 我们知道,C#编译后的PE文件主要由IL代码和元数据组成,元数据为.NET组件提供了丰富的自描述特性,它使得我们可以在代码运行时获知组件中的类型等重要的信息。在C#中这是通过一种称做映射(Reflection)的机制来完成的。先看一个示例,在此首先创建一个简单的类型:-C# language lecture series, we know that the PE file in C# compiler mainly by the IL code and meta data,
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:187488
    • 提供者:mlfg
  1. 04070009

    0下载:
  2. 简单编译器设计,含代码及相关报告,可直接使用-Simple compiler design, including code and related reports can be used directly
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:172677
    • 提供者:林木
  1. 04070016

    0下载:
  2. 简单编译器设计,含代码及相关报告,可直接使用-Simple compiler design, including code and related reports can be used directly
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:192392
    • 提供者:林木
  1. 04070021

    0下载:
  2. 简单编译器设计,含代码及相关报告,可直接使用-Simple compiler design, including code and related reports can be used directly
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:498320
    • 提供者:林木
  1. bianyiyuanli

    0下载:
  2. 简单编译器设计,含代码及相关报告,可直接使用-Simple compiler design, including code and related reports can be used directly
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:95662
    • 提供者:林木
  1. 2012.05.23.Rar

    1下载:
  2. VB学生学籍管理小程序的源代码,实现一些简单的数据添加、修改与删除等功能,主要是通过本程序学习VB操作Access的基础知识。在此注意:测试前需要先打开VB工程,重新设置窗体中Data控件的DatabaseName属性为“学生学籍管理.mdb”所在路径,否则编译运行会报错。-VB Student Management applet source code to achieve some simple data to add, modify and delete functions, mainly
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:34356
    • 提供者:
  1. piaowu

    0下载:
  2. 简单的票务管理系统,c语言编译,简单易学,适合初学者-Simple ticketing management system, c language compiler, easy to learn for beginners
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:12994
    • 提供者:去留无意
  1. Javac_(J2SE)

    0下载:
  2. 描述的是关于编译原理的知识以及简单编译器的制作-Describes the knowledge about the compiler theory as well as the production of a simple compiler
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:27097
    • 提供者:陈熙文
  1. IAR-user-guide

    0下载:
  2. IAR编译器是一款主要针对于单片机和arm系列的编译软件,功能简单实用,对比keil来说有更大的优势-IAR compiler is a main target in the arm series microcontroller and compile software features a simple and practical, it has a greater comparative advantage keil
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1475350
    • 提供者:刘墉
  1. Telecom-Billing-Management-System-in-c-with-sourc

    0下载:
  2. This Mini project is compile in gcc compiler with code::blocks IDE. This project can be a good reference for those student who are doing there school project in c.Architecture of this project is very simple and easy to understand the code. Just file
  3. 所属分类:Software Testing

    • 发布日期:2017-03-29
    • 文件大小:1696
    • 提供者:alaa
  1. huibianyuyan--

    0下载:
  2. 一个简单文法的编译器前端的设计与实现,用C语言实现-Design and implementation of compiler front end of a simple grammar, using C language
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:57754
    • 提供者:郝萌萌
搜珍网 www.dssz.com