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

搜索资源列表

  1. CPP-source-word-scanner

    1下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:46256
    • 提供者:邵阳
  1. FinalExperiment

    0下载:
  2. 编译原理综合实验,内容:词法分析器,语法分析器,语气分析器,综合大实验;内附完整代码+测试文件+实验报告。-Comprehensive experimental compiler theory, content: lexical analyzer, parser, tone analyzer, Comprehensive experiments test file containing the complete code++ test report.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:273476
    • 提供者:J_Dark
  1. bianyiqi

    0下载:
  2. 一个简单的C语言编译器,包括词法分析,语法分析和目标代码生成。-A simple C language compiler, including lexical analysis, parsing and target code generation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:175030
    • 提供者:lipeifang
  1. dasdad

    0下载:
  2. 易语言源码,情人节可以哄哄老婆和女友,自己试试,哈哈,我就不多说了。-Easy language source code, Valentine' s Day can fool his wife and girlfriend, for yourself, ha ha, I will not say more.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-28
    • 文件大小:254793
    • 提供者:长大苏
  1. qampsk

    0下载:
  2. QAM PSK 信号的调制星座图代码,实现调制信号的星座图显示和比较-the code of QAM&PSK Signal modulation constellation diagram
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:901
    • 提供者:XIAOCHEN
  1. CP_test_1

    0下载:
  2. 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1698259
    • 提供者:jchen
  1. CP_work_8

    2下载:
  2. 设计一个四则表达式分析软件,其接受从文件或键盘输入的四则表达式(运算对象支持整数和变量),给出该表达式的二叉树表达形式,并在键盘上按后续遍历方式输出该二叉树。 例如,输入a+b*c,输出 a b c * + 提示:参考下列的设计指导: 递归下降分析法实验设计思想及算法 为G的每个非终结符号U构造一个递归过程,不妨命名为U。U的产生式的右边指出这个过程的代码结构: (1)若是终结符号,则和向前看符号对照,若匹配则向前进一个符号;否则出错。 (2)若是非终结符号,
  3. 所属分类:Compiler program

    • 发布日期:2014-05-22
    • 文件大小:152576
    • 提供者:jchen
  1. pudn

    0下载:
  2. 里面包括开发的编译原理的实验报告及源代码,还有计算机网络的的实验及指导,最后还有一个是数据结构的作业原题。-Which includes the development of experimental compiler theory and source code, as well as computer network experiment and guidance, and finally there is a job original title data structure.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1227678
    • 提供者:万飞
  1. Test

    0下载:
  2. C++的一些简单代码,是从essential中写的练习题-C++ some simple code that is written in the exercises from the essential
  3. 所属分类:Compiler program

    • 发布日期:2017-05-21
    • 文件大小:6271666
    • 提供者:zhangmin
  1. sp_codes

    0下载:
  2. this file contains number of spice code for beginners in orcad software 9.2 spice codes , it might be helpful for std ,
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:109334
    • 提供者:mansih
  1. bianyima

    0下载:
  2. 循环码编译码器 运行后在输入信息码字后的四个框中输入四位二进制数用于编码-Cyclic code decoder
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3244
    • 提供者:Dong Xue
  1. DE2_synthesizer

    0下载:
  2. for development of an audio project. this will prove very helpful for de nios ii media code. thanks.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:172913
    • 提供者:aditya
  1. C_code_RTL

    0下载:
  2. C check RTL code 實現LDPC演算法並確認 -C check RTL code to achieve LDPC algorithm and confirm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:27906
    • 提供者:brian
  1. 7730

    0下载:
  2. c code ad7730 applications
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3888
    • 提供者:Ayhan
  1. ASK-and-PSK

    0下载:
  2. This a matlab code for Amplitude shift keying and Phase shift keying -This is a matlab code for Amplitude shift keying and Phase shift keying
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:2127
    • 提供者:ehatisham
  1. KaR_allc

    0下载:
  2. Source code of exercises in K&R C-Ansi book. For beginners or students.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:122300
    • 提供者:Daniel BOUCON
  1. Euler

    0下载:
  2. Euler code in MATLAB. No copy right. Complete source codes.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:979
    • 提供者:naowara
  1. lmx2531

    0下载:
  2. LMX2531 DEFINE THE REGISTER BY USING C CODE
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1471
    • 提供者:daniel
  1. Test-Scripts

    0下载:
  2. 根据CMM的语法规则编写的测试代码,编写CMM编译器的时候可以作为测试代码-According to CMM grammar rules written test code, the compiler when writing CMM can be used as test code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4774
    • 提供者:小邓
  1. wen

    0下载:
  2. 计算机编译原理,对于代码中的文法进行判断,识别代码-Computer compiler theory, the code grammar judgment, identification code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2433
    • 提供者:menghaorun
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 44 »
搜珍网 www.dssz.com