CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Exponentiation a

搜索资源列表

  1. Project1

    1下载:
  2. This project requires you to write a program that imitates a simple desk calculator. Your calculator must be able to accept an infix expression which at least includes (, ), +, -, *, /, %, and ^ (exponentiation operator, a^b = ab ). If the expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39.54kb
    • 提供者:云从龙
  1. multiplication

    0下载:
  2. 这是一个VC里面编写的信号相乘,数乘,以及指数运算。主要应用于信号与系统的学习。-This is written inside a VC signal multiplied, multiplication, and exponentiation. Signals and systems are mainly used in the study.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:赵萌萌
  1. ACM-Exponentiation

    0下载:
  2. Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many computer systems.
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-26
    • 文件大小:519kb
    • 提供者:马军
  1. dev_bin

    0下载:
  2. Fast exponentiation calculation, the program includes: binary expansion successive squares the product of the squares for which the corresponding bit is a binary Development
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:611byte
    • 提供者:feriel
  1. Tjisuannh

    0下载:
  2. 本程序的主要功能在于中缀表达式的计算,其中运算符有加,减,乘,除,乘幂基本运算符,,运算数为实数之间运算,并可以实现循环计算..完成基本操作是进行字符处理,栈的使用. -The main function of this program is the infix expression evaluates operators add, subtract, multiply, in addition, the exponentiation operator, the operand is a r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1.6kb
    • 提供者:认可
  1. calculator

    0下载:
  2. 简单计算器,可以实现⑴正弦sin⑵余弦cos⑶正切tan⑷开平方sqrt⑸反正弦arcsin⑹反余弦arccos⑺反正切arctan⑻常用对数lg⑼自然对数ln⑽e指数exp⑾乘幂函数∧-A simple calculator, you can achieve of ⑴ sine sin ⑵ the cosine cos ⑶ tangent tan ⑷ open square sqrt ⑸ anyway chord arcsin ⑹ inverse cosine arccos ⑺ arctang
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:2.68kb
    • 提供者:吴建豪
  1. Calculator

    0下载:
  2. 计算器 实现了度数和弧度的转换 多种运算功能(数字运算、三角运算、开方运算、倒数运算、阶乘运算、对数、指数运算等) 运算结果保留到小数点后六位数字 可以键盘输入进行四则运算-Six-digit calculator degrees and radians converted to a variety of computing functions (number crunching, trigonometric, square root operation, countdow
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:3.39mb
    • 提供者:狄恒
  1. ACM-Exponentiation

    0下载:
  2. Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many computer systems.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:519.09kb
    • 提供者:凝聚了
  1. main

    0下载:
  2. 问题描述   中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E*—FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算),可以处理圆括号(),
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.41kb
    • 提供者:yyz
  1. C-JISUANQI

    0下载:
  2. 本程序的编写基础是Tubro C2.0汉化版,它在tubro c的原有基础上实现了多汉字的支持方便了我们的使用。生成的程序可移植性强兼容性好稳定!现在只实现了加、减、乘、除、求幂、求模,求平方根,求Sin,求Cos,求Log10,以及一个时钟原代码。这个系统是基于软件发展的生命周期来研制的,它可以直接输入数学表达式,不需要任何转换,就可以直接输出数学四则运算的结果。但是,每次只能运算一个表达式。不能运算多个表达式。在程序里面在添加一组选择函数即可。本论文主要介绍了本课题的开发背景,开发的过程和所
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:111.65kb
    • 提供者:远航
  1. 1111

    0下载:
  2. c语言实现从左至右二进制幂算法a的n次方-From left to right binary exponentiation
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:685byte
    • 提供者:sukuiyi
  1. calculator

    0下载:
  2. 一个用C#写成的简易计算器程序,除了简单地加减乘除功能外,还可进行开方、幂运算、 三角函数、十进制转二进制等功能,功能还是挺强大滴!-A C# written in simple calculator program, in addition to simple arithmetic functions, but also for prescribing, exponentiation, trigonometric functions, decimal binary transfer funct
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:49.78kb
    • 提供者:周钟青
  1. Exponentiation

    0下载:
  2. Exponentiation Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many computer systems. This problem requires t
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:140.88kb
    • 提供者:张立超
  1. Convert-infix

    0下载:
  2. 问题描述   中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E* FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:王乐
  1. 幂计算

    0下载:
  2. C++语言编写,实现了正整数的乘法,加法和幂计算,使用字符串计算任意正整数的正整数次幂(Written in C++, which implements multiplication, addition, and exponentiation of positive integers, and uses a string to evaluate positive integers of any positive integer)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:Calvin1
搜珍网 www.dssz.com