CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - main calculator

搜索资源列表

  1. JAVA的计算器

    0下载:
  2. 这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18453
    • 提供者:炸鱼
  1. arithmetic_edwardversion

    1下载:
  2. 本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、—、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8754
    • 提供者:李军
  1. main

    0下载:
  2. 表达式运算(计算器),用栈的方法求表达式的值,包括括号及优先级-Expression operator (Calculator), using the stack method of expression for the value, including the brackets and Priority
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1642
    • 提供者:苏若水
  1. jisuanqi

    0下载:
  2. 该程序实现了计算器的主要功能,对于初学者理解重载等知识点有很大的帮助。-The program implementation of the main functions of the calculator, for beginners to understand, such as heavy-duty knowledge there is very helpful points.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:240470
    • 提供者:朱琳可
  1. Calculator

    0下载:
  2. 这是在MATLAB7.0.1版本上实现的一个简单的模拟计算器的界面和功能的程序,主要给有一定基础的初学者提供参考,希望对大家有帮助。-This is the version at MATLAB7.0.1 on the implementation of a simple analog calculator function interface and procedures, the main foundation for the beginner must have a reference, i
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11430
    • 提供者:朱留路
  1. jisuanqijisuanchengxu

    0下载:
  2. 基于卡西欧5800工程计算器的编程方法及其相关的数学运算,主要应运于道路的放样 -5800 Casio calculator-based programming method works and its related mathematical calculations, the main road should be shipped in the lofting
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:471927
    • 提供者:高建宏
  1. mycal

    0下载:
  2. 这是我完善的上一版本的计算器。主要功能是计算四则运算和三角运算。三角运算为直接的角度计算。程序简单 易懂最最适合初学者参考的了今天上传与大家分享-This is my sound on a version of the calculator. Main function is to calculate the four operations and trigonometric equations. Trigonometric equations for direct calculation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1904400
    • 提供者:韦正丛
  1. Calc

    0下载:
  2. 四则运算计算器 可以计算整数四则运算,例如:7+5*(3+4) (1)按要求在提供的框架程序源程序的基础上对程序进行修改、补充,并调试通过。 (2)修改主程序结构,使程序可以反复运算,直到选择退出为止。 (3)增加文件的输入输出功能,是计算过的式子和结果可以根据需要设置命令存储到文件中,同时也可以直接从文件中输入四则运算的式子,运算后,结果输出到原文件中。-Arithmetic calculator can calculate the integer arithme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:32488
    • 提供者:li
  1. Caculator2

    0下载:
  2. C#写的简单计算器,支持算符优先和普通算法。可在主菜单切换运算模式-C# to write a simple calculator, support for operator precedence and the general algorithm. Operations in the main menu to switch modes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:61319
    • 提供者:陈奕武
  1. caculator

    0下载:
  2. 计算器,其主要功能 (1)实现基本数学运算(加减乘除等),而且要能进行混合运算 (2)实现部分函数功能,如求平方根、求倒数等 (3)能实现小数运算 界面与标准计算器界面类似-Calculator, its main function (1) for basic mathematical operations (addition, subtraction, etc.), but can be mixed operations (2) to achieve partial function feat
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3354781
    • 提供者:张雯
  1. calculator

    0下载:
  2. 用java编程语言实现计算器的基本运算功能,包括加、减、乘、除,以及求负、取余等,主要用到的组件有框架、面板、文本框、按钮和菜单栏等。-Basic computing capabilities of the calculator using java programming language, including addition, subtraction, multiplication, division, and seek negative, remainder, the main comp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3116
    • 提供者:Lillian
  1. Calculator

    0下载:
  2. 用C#语言写的一个小型计算器,主要思想是算符优先分析算符-With C# language to write a small calculator, the main idea is operator priority analysis algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:71350
    • 提供者:李乐乐
  1. Calculator

    1下载:
  2. Qt写的一个计算器,很不错。主要用到的算法有:后缀式表达式求值、部分选主元高斯消去法求阶梯矩阵,(非)线性方程组等、分段求大整数开方、初等相似变换及QR方法计算全部特征值、反幂法求最大特征值、遗传算法求复系数多项式所有根等。-Qt to write a calculator, very good. The main use of algorithm: the postfix expression evaluation, part of the pivoting Gauss elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1591697
    • 提供者:王晓龙
  1. Calc

    0下载:
  2. 主要实现计算器的加减乘除运算,功能比较简单,有兴趣的可以-The main achievement of the calculator arithmetic operations, function relatively simple, interested can look at
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1018115
    • 提供者:冯达
  1. p1

    0下载:
  2. build main calculator in c-build main calculator in c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:11355
    • 提供者:ani
  1. MultifunctionalCalculator

    0下载:
  2. 基于MFC平台,实现多功能计算器,可求解复杂表达式,主要实现为数据结构中链表和数组,对于要熟悉链表和数组的初学者有很帮助。-Based on the MFC platform, to achieve multi-function calculator, can solve complex expressions, the main realization of the data structure for the list and array, to be familiar with the l
  3. 所属分类:Data structs

    • 发布日期:2017-12-15
    • 文件大小:53314560
    • 提供者:王侠
搜珍网 www.dssz.com