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

搜索资源列表

  1. Calculator.rar

    0下载:
  2. 用MFC做的计算器源码,本计算器程序在vs2005中编译通过。具有普通计算器具有的所有功能。,MFC to do with source code calculator, the calculator program in VS2005 compiler through. Ordinary calculator with all the features.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:3019218
    • 提供者:彭泉鑫
  1. WindowsApplication1

    0下载:
  2. 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器,能分析用户输入的表达式是否正确,支持括号运算、浮点运算、简单的四则运算、复杂的表达式运算、进制之间的相互转换等。操作简单,界面清晰。-Design of the expression calculator based on the compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:84775
    • 提供者:周某某
  1. calculator

    0下载:
  2. 本程序是算术表达式计算程序,通过输入表达式达到计算的目的(编译原理中的词法分析、算符优先分析,可代替目前普遍使用的计算器)。-This procedure is the arithmetic expression program, by entering the expression to achieve the purposes of the calculation (the compiler of the principle of lexical analysis, operator pri
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:303966
    • 提供者:caipan
  1. Calculator

    0下载:
  2. lpc2106做的计算器,包括浮点数显示功能,Proteus仿真的硬件,Keil编译的软件,可进行接连运算-lpc2106 calculator to do, including the floating-point display, Proteus simulation hardware, Keil compiler software, can be successively computing
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:127744
    • 提供者:屈力倩
  1. ConExpress_MyCalculator

    0下载:
  2. C#计算器,利用编译原理,图形界面,类似于查询分析器-C# calculator, the use of compiler theory, graphical interface, similar to Query Analyzer
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:548802
    • 提供者:ruancongyang
  1. Calculator

    0下载:
  2. 一款不错的计算器程序,用C++编译,MFC图形界面。适合于学习C++以及MFC类库的新手学习研究。-A good calculator program, using C++ compiler, MFC graphical interface. Suitable for learning C++ and MFC class library novice study and research.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:264417
    • 提供者:lili
  1. Calculator

    0下载:
  2. 包含JAVACC学习笔记 JAVACC对小型计算器的代码说明 以及小型计算器实现的.jj文件 及生成的java class文件-particularized in the Chinese descr iption~
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:252354
    • 提供者:吕楚晴
  1. calculator

    0下载:
  2. 这个C++基于编译原理的一个源程序,可实现简单的整数运算。-The C++ compiler theory based on a source, enables a simple integer.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1181
    • 提供者:陈丽娟
  1. Calculator

    0下载:
  2. 一个简单的编译器实现!欢迎下载!学习讨论.-To achieve a simple compiler! Welcome to download! Study and discussion.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:14454
    • 提供者:dou
  1. calculator_yacc

    0下载:
  2. 使用yacc+flex实现科学计算器 包括括号,取反等。 带有寄存器 开发环境为ubuntu+yacc+flex+gcc 附有实验报告可以参考-Use of yacc+ flex to scientific calculators, including brackets, inverted and so on. Register with the development environment for ubuntu+ yacc+ flex+ gcc with a test rep
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:815859
    • 提供者:3feng
  1. Calculator

    0下载:
  2. 一个简单的计算器,是在Xcode上实现,用Objective-C编译。-A simple calculator is in Xcode to achieve, in Objective-C compiler.
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-01
    • 文件大小:698487
    • 提供者:gaoli
  1. calculator

    0下载:
  2. 一个简单的计算器,用51单片机做的,用到矩阵键盘,四位数码管。在keil下编译生成HEX文件,附上在proteus中的仿真文件。-A simple calculator, to do with the 51 single-chip, used in the matrix keyboard, four LEDs. In keil compiler generated HEX file, attached to the simulation in proteus file.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:42564
    • 提供者:吴程序
  1. Calculator

    0下载:
  2. 2位数加法运算,遥控计算器,LCD1602显示,编译环境keil4-2 digit addition operation, remote control computer, LCD1602 display, the compiler environment keil4
  3. 所属分类:SCM

    • 发布日期:2017-12-09
    • 文件大小:19659
    • 提供者:陈东
  1. calculator

    0下载:
  2. 基于javascr ipt的计算器,在html环境下编译-Javascr ipt calculator html compiler environment
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-30
    • 文件大小:2321
    • 提供者:刘杨
  1. calculator

    0下载:
  2. 用c语言编写的可以在嵌入式环境下运行的科学计算器,在交叉编译环境下编译后,就能在嵌入式linux下运行-C language scientific calculator that can run in the embedded environment, compiled cross-compiler environment, you can run in the embedded Linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-08
    • 文件大小:7296
    • 提供者:sherrytonger
  1. calculator

    0下载:
  2. codegen.py编译算式并在pyc文件下生成bycode。pyc可以直接在终端运行,输入算式得到结果。-A compiler for equation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:15227
    • 提供者:Yuxin Pan
  1. antlr-calculator

    0下载:
  2. 一个用antlr写的简单四则运算的编译器,eclipse中可以运行,编译原理-With antlr write a simple arithmetic compiler, eclipse can run, compiler theory
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:28095
    • 提供者:小邓
  1. calculator

    0下载:
  2. VB编译的模仿window自带计算器的计算器小程序。功能较简单,供初学者学习-VB compiler comes imitation window calculator calculator applet. Function relatively simple, for beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2360965
    • 提供者:龙诗东
  1. Compile-the-calculator

    0下载:
  2. 这个C程序用来实现计算器功能。程序主要用编译原理进行处理编写。-This C program used to implement the calculator function. The main principles of the program are processed by the compiler to write.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:225242
    • 提供者:点点
  1. pic-Calculator

    0下载:
  2. 基于PIC18单片机 PICC编译器实现计算器功能-PIC18 microcontroller based calculator function to achieve PICC compiler
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1777
    • 提供者:王小利
« 12 3 »
搜珍网 www.dssz.com