CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - Give

搜索资源列表

  1. IDAPro

    0下载:
  2. IDA反汇编软件的中文帮助手册,对IDA初步接触者有很大帮助。好不容易找到的IDA的中文帮助手册,希望能给大家带来帮助。-IDA disassembler software, the Chinese help manual for IDA initial contact of much help. IDA finally found the Chinese to help manual, want to give us some help.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:496.27kb
    • 提供者:徐颖
  1. 根据某一LL(1)文法编制调试预测分析程序

    0下载:
  2. 根据某一LL(1)文法编制调试预测分析程序,以便对任意输入的符号串进行分析。 本次实验的LL(1)文法为表达式文法: E→E+T | T T→T*F | F F→i | (E) 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-According to an LL (1) grammar analysis of
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-22
    • 文件大小:7.05kb
    • 提供者:suhuhu
  1. lex

    0下载:
  2. 基于C语言编写的词法分析实验,能够对短语进行分析并给出正确的标志符号。-Based on the C language lexical analysis of experiments, analysis and be able to give the correct phrase glyph.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:279.71kb
    • 提供者:Toby
  1. SHIYAN3

    0下载:
  2. 设计一个C--语言的句法分析器。读入一个C语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,请给出错误信息。-Design a C- language parser. Read into a C language program to determine that the procedure was not a legitimate C- language program. If the program has a syntax and semantic errors
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:206.53kb
    • 提供者:wangqiumei
  1. shat

    0下载:
  2. The aim of this application is to implement scalable mpeg type compression by varying DCT coefficients and finding minimum number of DCT coefficients that can give minimum acceptable quality.. This application only works for gray scale.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4.13kb
    • 提供者:vvMav3rick
  1. threshold-coding

    0下载:
  2. The aim of this application is to implement scalable mpeg type compression by varying DCT coefficients and finding minimum number of DCT coefficients that can give minimum acceptable quality.. This application only works for gray scale.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:32.98kb
    • 提供者:vvMav3rick
  1. zonal-coding

    0下载:
  2. The aim of this application is to implement scalable mpeg type compression by varying DCT coefficients and finding minimum number of DCT coefficients that can give minimum acceptable quality.. This application only works for gray scale.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:29.39kb
    • 提供者:vvMav3rick
  1. test1

    0下载:
  2.   1.1输入输出   程序输入为含有Pascal语言字符串的文件Test.cpp程序在控制台输出为含有二元组<code,String>和错误信息。其中code为单词符号类别标示,String为识别的单词。   1.2大小写不敏感:   程序对大小写不敏感,输出均为小写字符。 1.3注释识别功能:   当程序中出现“/*”时就会放弃对之后字符的识别,直至遇到“*/”,并将/*…*/部分识别为注释输出。   当输入中只有“/*”而没有与之对应的“*/”时输出“E
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1.4kb
    • 提供者:江桥
  1. Lab5

    0下载:
  2. 1) Write a program that tells what coins to give out for any amount of change 1 cent to 99 cents. For example if 86 cents is entered the output will be: 86 cents can be given as 3 quarter(s), 1 dime(s) and 1 penny(s). Coins to be used: 25 cents &g
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:131.14kb
    • 提供者:cbobert
  1. C0compiler_H

    0下载:
  2. C0编译器。buaa的编译大作业。给大家做一个参考,每个人的文法都不一样,不要直接用。可以借鉴一下思路-C0 compiler. buaa compile large operations. Give you a reference, grammar is not the same for everyone, not directly. You can learn about ideas
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1.27mb
    • 提供者:gaomeng
  1. chroma-ansyn

    0下载:
  2. Chroma Feature Analysis and Synthesis Chroma features are an interesting and powerful representation for music audio in which the entire spectrum is projected onto 12 bins representing the 12 distinct semitones (or chroma) of the musical octave.
  3. 所属分类:Compiler program

  1. BianYi

    0下载:
  2. java实现的词法分析器基本功能已经实现了,可以给一段源码给你解释各个词是什么类型-lexical analyzer to achieve the basic functions of java has been achieved, could give some source explained to you what type of individual words
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6.33kb
    • 提供者:邓文斌
  1. lex

    0下载:
  2. compiler lexcial program which used to give the illustration of how the compiler process the data
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:160.34kb
    • 提供者:manikanda
  1. school-fee-enquiry

    0下载:
  2. This mini project is written by my friend in C++ which is simple console application without graphics.This a fee structure program It can be used for following ways:- 1.We can view the fee slip of a student of a class 2.We can also Modify the fee
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:3.78kb
    • 提供者:sash luthor
  1. Hagasha2

    0下载:
  2. Takes double array matrix and give you an exmple of using operators
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:96.03kb
    • 提供者:Elad
搜珍网 www.dssz.com