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

搜索资源列表

  1. compiler

    3下载:
  2. 这是一个简单的c编译器,可以实现词法分析,语法分析,语义分析,并能输出四元式,界面不是很好看,但功能可以很好的实现。-This is a simple c compiler can achieve lexical analysis, syntax analysis, semantic analysis, and output quaternion type, interface is not very good looking, but the function can be realized.
  3. 所属分类:Compiler program

    • 发布日期:2015-03-18
    • 文件大小:13.5kb
    • 提供者:wang
  1. Compiler

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

    • 发布日期:2017-03-30
    • 文件大小:573.02kb
    • 提供者:陈新杰
  1. PL0

    0下载:
  2. 这是一个用C++ Builder 6 开发的PL0编译器,图形化界面的,易学易用-This is a C++ Builder 6 developed PL0 compiler, graphical interface, easy to learn and use
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:572.34kb
    • 提供者:william
  1. lexical-analysis

    0下载:
  2. C语言词法分析器,实现了对单个C语言文件分词的功能,输出结果以图形界面显示。-C language lexical analyzer, the word of a single C-language file, the output is displayed in a graphical interface.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:10.28mb
    • 提供者:
  1. Canbus_v3

    0下载:
  2. The purpose of this project is a simple and easy to use USB <> CAN bus interface. Heart of the circuit is an Atmel AVR ATmega162 microcontroller which controls the Communication between FTDI FT245BM USB to parallel converter and Philips
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:32.01kb
    • 提供者:nabilos
  1. Interface-Stepper-Motor

    0下载:
  2. Code is written in hi tech c plat form in MPLAB compiler.Program to Interface Stepper Motor with PIC18F4550 Micro controller-Code is written in hi tech c plat form in MPLAB compiler.Program to Interface Stepper Motor with PIC18F4550 Micro controller
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:95.08kb
    • 提供者:new emerald
  1. oval

    0下载:
  2. This a used c++ Prepared to deal with 4 sets of 10-story elevator elevator dispatching system, mfc prepared interface, simple operation, powerful-This is a used c++ Prepared to deal with 4 sets of 10-story elevator elevator dispatching system, mfc pr
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:Anton
  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
    • 文件大小:45.17kb
    • 提供者:邵阳
  1. CPP

    0下载:
  2. This application is developed to implement Steganography through all media. After embedding the secret file/message in the cover file, there cannot be any proportionate distortion noticed in the cover file. The steganographic file will seem exactly a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:27.27kb
    • 提供者:Mike
  1. CODEOfflineJudge_1.00_Bet

    0下载:
  2. 1. 图形用户界面,使用鼠标即可以完成所有操作,直观易用,当然,也有键盘快捷键; 2. 在有标准输入和标准输入数据的情况下,无需联网即可提交代码进行判题; 3. 具备所有Online Judge的核心判题功能,如编译代码、内存限定,时间限定,获取代码长度等; 4. 支持一道题目对应多个文件的测试方式,并支持显示每组测试文件的测试结果,计算正确率; 5. 可以打包并加密测试数据,使用加密后的数据可以正常判题,但不显示标准输出; 6. 拥有出题模式,在有标准输入数据和标程的时候可
  3. 所属分类:Compiler program

    • 发布日期:2017-06-16
    • 文件大小:23.64mb
    • 提供者:ftx
  1. c-minus-(2)

    0下载:
  2. 这是一个实现了界面的编译器,用C++写的,具有可操作的界面。是我的一个毕业设计。- 这是一个实现了界面的编译器,用C++写的,具有可操作的界面。是我的一个毕业设计。 ON划词翻译ON实时翻译 This is an implementation of the interface compiler, written in C++, with the operation of the interface. Is one
  3. 所属分类:Compiler program

    • 发布日期:2017-05-14
    • 文件大小:3.16mb
    • 提供者:
  1. cifafenxiqi

    0下载:
  2. 词法分析器c++版,无可视化界面,只有基本的分析程序-Lexical analyzer c++ version, no visual interface, only the basic analytical procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:961byte
    • 提供者:郑浩明
  1. lcd

    0下载:
  2. PIC C CCS program designed to the managment of a lcd display using PIC18F2620. Has an interface of 4 bits, And display a regular message. Easy to configure it and commented by line
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:37.03kb
    • 提供者:cesare
  1. enc28j60

    0下载:
  2. *** *** *** *** *** *** *** ** * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have set modeline in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * http://www.gnu.org/licenses/gpl.html * * Based on th
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3.51kb
    • 提供者:vk
  1. swiprolog-cPP-0.1.0.tar

    0下载:
  2. creating prolog graphical interface by c-creating prolog graphical interface by c++
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:69.09kb
    • 提供者:john
  1. Complier

    0下载:
  2. 基于c#的语法和词法分析器,有简单的界面-Based on c# syntax and lexical analyzer, there is a simple interface
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:126.59kb
    • 提供者:喻沛孚
  1. lab1

    0下载:
  2. 任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。在两个强大工具的帮助下,编写一个能进行词法分析和语法分析的程序是一件相当轻松愉快的事情。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和各模块之间的接口对于整个实验来讲相当重要。 -The ta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:18.16kb
    • 提供者:沈大川
  1. lab2

    0下载:
  2. 任务是在词法分析和语法分析程序的基础上编写一个程序,对C 源代码进行语义分析和类型检查,并打印分析结果。与实验一不同的是,实验二不再借助已有的工具,所有的任务都必须手写代码来完成。另外,虽然语义分析在整个编译器的实现中并不是难度最大的任务,但却是最细致、琐碎的任务。因此需要用心地设计诸如符号表、变量类型等数据结构的实现细节,从而正确、高效地实现语义分析的各种功能。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:27.28kb
    • 提供者:沈大川
  1. Grammar

    0下载:
  2. C++实现语法分析器,完整的源代码以及整齐的运行界面。-C++ achieve parser, complete source code and run neat interface.
  3. 所属分类:Compiler program

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