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

搜索资源列表

  1. Calculator

    0下载:
  2. Simple line-oriented calculator program. The class can also be used to create other calculator programs.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1526
    • 提供者:wendahe
  1. 数学表达式计算器

    0下载:
  2. 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China. The Calculato
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34370
    • 提供者:李海生
  1. Calculator

    0下载:
  2. 本程序是用java编写的类似与windows下的计算器程序!是继承于jpanel类编写而成的!实现了很多功能!-This procedure is written in Java similar with Windows of the calculator program! In jpanel class is inherited and compiled! Realized many function!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3536
    • 提供者:原海南
  1. Calculator

    0下载:
  2. 一个JAVA写的功能完整的计算器,包括标准型和科学型,跟Windows带的几乎一样,是学习写计算器的一个帮助。-JAVA write a full-featured calculator, including the standard type and science-based, with almost identical to Windows belt, is learning to write a calculator to help.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:295265
    • 提供者:djbz
  1. calculator

    0下载:
  2. 计算器设计(运用词法分析&语法分析方法):1、为每种可能识别出来的合法单词创建一个类,类的属性包括该单词的各别码及值。 2、构建异常类,以实现计算器的容错性能。 3、构建一个词法分析类,用之提取单词。 4、构建表达式中各单词间的优先关系表。 5、构建一个语法分析类,对表达式进行规约。此类调用词法类获取单词,查询优先关系表进行规约操作。 6、构建一个计算类,调用语法分析类以实现计算。 7、构建一个GUI类,设计好操作界面,并内置计算类,以实现界面操作计算功能。 -Cal
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:41326
    • 提供者:熊涛
  1. calculator

    0下载:
  2. 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替-Such has the following characteristics: 1. To sup
  3. 所属分类:

    • 发布日期:2017-11-10
    • 文件大小:24263
    • 提供者:温馨
  1. Calculator

    0下载:
  2. 这是基于窗口类在MFC下编写的一个多功能计算器,很实用,代码很清晰可供大家分享-This is based on the window class in MFC, prepared a multi-function calculator, very useful, the code is very clear for everyone to share
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2075664
    • 提供者:王涛
  1. 20080405_9a428821385c382c2511qbZ6dSFYrYC3

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculators, in fact, in my opinion much better than using Windows system calculator. Main features are support for polynomial computing,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:69114
    • 提供者:陈 波
  1. calc

    0下载:
  2. A class that implements a simple RPN calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:993
    • 提供者:puneet
  1. calculator

    0下载:
  2. 我自己编的基于对话框的计算器,希望给你带来帮助-A calculator based on the dialog class . I hope that it would give you some help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:34950
    • 提供者:hhfa
  1. JAVA-calculator

    0下载:
  2. JAVA计算器,NETBEANS开发。算法较容易理解。功能简单实用,适合初学者研究。-JAVA calculator, NETBEANS development. Algorithm easier to understand. Function is simple and practical study for beginners.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:123480
    • 提供者:陈恒
  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. 程序主要包括两个类,Calculate和CalculatorFrame。其中Calculate类的功能是进行计算,它利用CalculatorFrame中的数据计算出结果,显示在界面上。CalculatorFrame 是初始化界面,以及响应用户的操作。另外还有一个是测试类Calculator类用于启动计算器。-Procedures will include two classes, Calculate and CalculatorFrame. Calculate the class in whic
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:4136
    • 提供者:陈志明
  1. calculator-class

    0下载:
  2. 同一个界面实现计算器跟用户登录功能: 1、在用户没有登录成功时,计算器控件的按钮变成灰色。用户登录成功方能使用计算器; 2、用户登录界面的验证码由随机数函数产生; 3、计算器跟用户登录界面均有数据重置功能。-Implement the same interface with the user login function calculator: 1, the user is not logged in successfully, the calculator button on th
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:42932
    • 提供者:周一新
  1. calculator

    0下载:
  2. 计算器课设,用于开发计算器,供做课设的同学使用-Calculator class set for the development of calculator, do the lesson for students to use established
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1285945
    • 提供者:侯杰
  1. calculator

    0下载:
  2. 一个简单的计算器,课堂作业,功能与界面有待改善。-A simple calculator, class assignments, function and interface to be improved.
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:981
    • 提供者:lynn
  1. calculator

    0下载:
  2. 用C++写的计算器类,运用面向对象的方法和思想,文件中包含说明文档-The written with C++ Calculator class, use of object-oriented methods and ideas, the file contains documentation
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:1367040
    • 提供者:周超
  1. OC-Calculator

    0下载:
  2. OC写的一个关于三角函数的计算器功能 关于分类以及协议, Programming in OC书上的 chapter11中的第四题-The functions sin(), cos(), and tan() are part of the C Standard Library (as scanf () is). These functions are declared in the system header file math.h, which is automatically impo
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-30
    • 文件大小:153812
    • 提供者:徐传佳
  1. jisuanqi

    0下载:
  2. 实现计算器类以及相关函数函数。 2、完善计算器类的检查函数,增加对输入的合法性检查,包括滤掉所有非法输入及处理左右括号不配对的输入。 3、编制应用程序测试这个计算器(The calculator class and the related function function are implemented. 2, improve the checking function of the calculator class, increase the validity of the input, i
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:691200
    • 提供者:占喜666
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com