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

搜索资源列表

  1. celiang

    0下载:
  2. 给出测量软件的c++源码,有图片作为示例。-Given the measurement software, c++ source code, there are pictures as an example.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-09
    • 文件大小:16401785
    • 提供者:wangfei
  1. spi

    0下载:
  2. SPI是英文Software Process Improvement的缩写,中文意思是软件过程的改进。它是CMM(还有其他能力模型)中的一个重要概念,-SPI Software Process Improvement is the English abbreviation for the Chinese meaning of software process improvement. It is the CMM (capability other models) is an important
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:4428
    • 提供者:xiongzhuo
  1. CMMI-knowledge-summary--

    0下载:
  2. 介绍CMM的基础知识,让大家对CMM有个基本的了解-CMM describes the basics so that we can have a basic understanding of CMM
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:14528
    • 提供者:Hayden
  1. cmm1.1Chinese

    0下载:
  2. 本集包括有关SEI 提出的CMM 的叁篇重要文献。第一篇是“软件能力成熟度模型1.1 版”;第二篇是“能力成熟度模型的关键实践1.1 版”;第三篇是“软件过程成熟度提问单”。-This set includes the SEI' s CMM' s Triple articles important documents. First is the " Software Capability Maturity Model Version 1.1" is secon
  3. 所属分类:software engineering

    • 发布日期:2015-04-07
    • 文件大小:705536
    • 提供者:COFFEE
  1. cmm1.1_en_2

    0下载:
  2. 本集包括有关SEI 提出的CMM 的叁篇重要文献。第一篇是“软件能力成熟度模型1.1 版”;第二篇是“能力成熟度模型的关键实践1.1 版”;第三篇是“软件过程成熟度提问单”。-This set includes the SEI' s CMM' s Triple articles important documents. First is the " Software Capability Maturity Model Version 1.1" is secon
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:663344
    • 提供者:COFFEE
  1. CMMI1.1_en_cn

    0下载:
  2. 本集包括有关SEI 提出的CMM 的叁篇重要文献。第一篇是“软件能力成熟度模型1.1 版”;第二篇是“能力成熟度模型的关键实践1.1 版”;第三篇是“软件过程成熟度提问单”。-This set includes the SEI' s CMM' s Triple articles important documents. First is the " Software Capability Maturity Model Version 1.1" is secon
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4897926
    • 提供者:COFFEE
  1. the-lexical-analysis

    0下载:
  2. 可以对cmm语言进行简单的词法分析,附实验报告-Can do the simple lexical analysis of the cmm language
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:785028
    • 提供者:qiu
  1. IntroCMM

    0下载:
  2. Introduction to CMM, describing the model
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:370157
    • 提供者:aurelio
  1. LexicalAnalyzer

    0下载:
  2. CMM词法分析器,用java实现!解释器构造中的词法分析部分。-CMM lexical analyzer, using java to achieve! Interpreter structure in lexical analysis part.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:8596
    • 提供者:Chen Bing
  1. lexical

    0下载:
  2. 这是编译原理作业,用java语言编写的一个cmm语言词法分析器-the cmm lexical is writen with java
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:16229
    • 提供者:霰雪鸟
  1. CMMCompiler

    0下载:
  2. CMM语言(c-minus-minus)语言的解释器。相对于一些基本的程序而言,本系统具有以下几个特点: 1.基本功能: 支持int,real等简单类型,支持相应简单数组; 支持while,if,else语句; 基本数值运算:+,-,*,/; 2.语句拓展 支持char,string等类型,同时支持相应类型数组,与常量声明; 完全支持for,break ;switch(case,default)continue等语句; 支持 ,++,--,+=,-=,*=,/=等
  3. 所属分类:Compiler program

    • 发布日期:2017-05-28
    • 文件大小:10824966
    • 提供者:Emperor
  1. CMMinterpreterjava

    0下载:
  2. 编译原理课程设计 CMM解释器完整java源代码 包括词法分析,语法分析和语义分析以及界面设计的源代码-Principles of curriculum design CMM compile a complete java source code interpreter, including lexical analysis, parsing and semantic analysis of source code and interface design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:27151
    • 提供者:melodyofsea
  1. CMMinterpretercs

    0下载:
  2. 编译原理课程设计 CMM解释器完整Csharp源代码 包括词法分析,语法分析和语义分析以及界面设计的源代码-Compiler theory of curriculum design CMM Csharp interpreter source code, including the complete lexical analysis, parsing and semantic analysis of source code and interface design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:56831
    • 提供者:melodyofsea
  1. CMMinterpretercpp

    1下载:
  2. 编译原理课程设计 CMM解释器完整C++源代码 包括词法分析,语法分析和语义分析以及界面设计的源代码-Compiler theory of curriculum design CMM interpreter complete C++ source code, including lexical analysis, parsing and semantic analysis of source code and interface design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:14847
    • 提供者:melodyofsea
  1. Yu

    0下载:
  2. 用ANTLR开发的CMM语言语法分析器的文法源文件。使用需ANTLR环境-ANTLR parser source file,grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:756
    • 提供者:yusiran
  1. Interpretor_java_MyEclipse

    0下载:
  2. 完美地实现了对CMM源程序的词法分析、语法分析和语义分析(即程序的运行)-Lexer Analysis,Syntax Analysis,and processing of CMM source codes
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:139135
    • 提供者:panchen
  1. JSQFinal

    0下载:
  2. 编译原理课程设计,CMM 是一种经过简化的 C 语言,CMM 解释器是一个 CMM 语言 的集成开发环境,经过词法、语法和语义的分析,通过递归下降子程序法对 CMM 语言 进行解释执行。此解释器可以实现几种基本数据类型的表达式计算、隐式转换和强制转 换,循环语句的控制,多维数组的处理,函数调用和重载,变量作用域限制等功能。IDE 能够进行代码自动缩近、语法高亮、撤销重做、括号匹配、错误检查标记、函数定位、 快速注释、输出语法树等。 -CMM is a programming
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:229436
    • 提供者:
  1. SMDKV210_WinCE6.0_CMM_UsersManual

    0下载:
  2. 三星S5PV210 WinCE 6.0 CMM用户手册。-Sumsang S5PV210 WinCE6.0 CMM UsersManual
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:322830
    • 提供者:LiuYang
  1. CCMMnalyzerm

    0下载:
  2. Java写的cmm词法分析器(源代码)及javaacc学习心得文档 ,经测试可直接使用。 -The cmm lexical analyzer written in Java (source code) and javaacc learning experience document, has been tested directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:201345
    • 提供者:包裹
  1. CMM

    0下载:
  2. 系统的介绍软件开发成熟模式的概念,对于程序员走向高层起关键作用。-Systematic introduction to the concept of software development maturity model, the programmer toward high-level play a key role.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:16408
    • 提供者:杨乐
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com