CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 转换 计算器

搜索资源列表

  1. supercalculator

    0下载:
  2. 超级计算器,可以进行二进制,八进制,十进制,十六进制的转换,是一个不错的工具。-Super calculator, can be binary, octal, decimal, hexadecimal conversion, is a good tool.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:510.84kb
    • 提供者:谢天空
  1. Calculate

    0下载:
  2. 一种可用于二进制转换以及LN,LOG运算的计算器。-Can be used to convert a binary, as well as LN, LOG computing calculator.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:79.58kb
    • 提供者:红魔天空
  1. Calculator_source

    0下载:
  2. 能计算数学函数的计算器 这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。-Mathematical functions to calculate calculato
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:13.82kb
    • 提供者:ian
  1. Cacultor1

    0下载:
  2. 这是一个小型的八进制计算器,可以实现十进制何八进制的转换-This is a small calculator octal, decimal He can octal conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:197.52kb
    • 提供者:zqn
  1. GPAcaculator

    0下载:
  2. 一个简单的GPA学分计算器,采用文件读入方式,将原始分转换为标准分,具体使用方法见说明文件。-GPA credits a simple calculator, using a document read into the way of conversion of the original sub-standard hours, the specific use, see the documentation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:50.23kb
    • 提供者:zhouxueshi
  1. jsq

    0下载:
  2. 科学计算器功能,有加减乘除,平方开方求根,角度弧度计算,2、8、10、16进制间的转换。-Scientific calculator function, calculation, square roots prescr iption, angle radian calculation, 2,8,10,16 between hexadecimal conversion.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:11.25kb
    • 提供者:张相明
  1. zxmsammyjsq

    0下载:
  2. 科学计算器功能,有加减乘除,平方开方求根,角度弧度计算,2、8、10、16进制间的转换。-Scientific calculator function, calculation, square roots prescr iption, angle radian calculation, 2,8,10,16 between hexadecimal conversion.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:11.26kb
    • 提供者:张相明
  1. jisuanqical

    0下载:
  2. vc++ 实现的 计算器 科学计算 ,基本计算 进制转换 课程设计-vc++ achieve calculator scientific computing, the basic calculation of M-ary conversion curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:413.71kb
    • 提供者:caidongyun
  1. Calculator

    0下载:
  2. 本程序为仿照Windows计算器制作,其中基本功能已经达到,不过程序在十六进制与其它进制转换时有点缺陷,有后本人会加以完善。-This procedure is modeled on Windows calculator production, has reached one of the basic functions, but the procedures in the hexadecimal notation conversion with other little shortcoming
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:111.61kb
    • 提供者:姜华
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:32.24kb
    • 提供者:韩非
  1. JinZhiZhuanHuan

    0下载:
  2. 简单的数字进制转化程序,相对WINDOWS自带计算器的优势是可以自动转换整数与小数部分的数值。-Simple transformation of the number of M-ary procedures, the relative advantages WINDOWS own calculator can be automatically converted to an integer and decimal part of the value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5.58kb
    • 提供者:YinWenjie
  1. calculator

    0下载:
  2. 一个功能比较完整的计算器,附带二进制转化(包含小数的转换)-Complete a functional calculator, with a binary transformation (including decimal conversion)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:13.59kb
    • 提供者:lufei
  1. calculator

    0下载:
  2. 设计一个windows附件中所示的计算器  计算double型的“加”、“减”、“乘”和“除”法;(注意小数点的处理)  增加“Backspace”按钮,每按一次删除编辑框最后一个字符;  增加求“倒数”、“sin”、“cos”和“tan”等三角函数;(注意以上运算符是单目运算符,与四则运算并不相同,最好独立为每个按钮设计函数)  增加“%”和“00”按钮,这两个按钮并不是运算符,仅仅是修改编辑框; ᠋
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.56mb
    • 提供者:叶合
  1. kx

    0下载:
  2. 超级科学计算器,暂时不支持八、二、十(但支持十到二)、十六进制转换-Super scientific calculators, do not support the eight, two, ten (but support 10-2), hexadecimal conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.74kb
    • 提供者:wuyongji
  1. WindowsApplication1

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

    • 发布日期:2017-03-30
    • 文件大小:82.79kb
    • 提供者:周某某
  1. myjsq

    0下载:
  2. VB计算器源码,按键操作、数字转换字符、字符转换数字等操作,适合初学者学习研究,老鸟请飘过-VB Calculator Source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:4.84kb
    • 提供者:yixiu
  1. EX_Calculator03

    0下载:
  2. visual c++ 八进制,十进制,十六进制转换计算器程序-visual c++ octal, decimal, hexadecimal conversion calculator program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2.21mb
    • 提供者:赖婷
  1. Calc

    0下载:
  2. 本计算器可以进行简单的四则运算(加、减、乘、除)但仅限于十进制下,还可以进行(八进制,十进制,十六进制)之间的相互转换,八进制最多可以输入19位数,十进制最多可以输入18位数,十六进制最多可以输入14位数,backspace表示退格, clear表示初始化。(This calculator can perform simple arithmetic (add, subtract, multiply and divide) but only a decimal, also can undertak
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:5.44mb
    • 提供者:VIKKI0
  1. 3.1 计算器

    0下载:
  2. 简单的计算器,加减乘除,温度转换,三角函数等功能(Simple calculator, add, subtract, multiply and divide temperature conversion, trigonometric function, etc.)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:208kb
    • 提供者:wowwh
  1. calculator1

    0下载:
  2. 简单计算器,可以完成一些复杂运算。例如简单加减乘除,三角函数,对数,进制转换等(A simple calculator can perform some complex operations.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:87.01mb
    • 提供者:Denhuwen
« 12 3 4 »
搜珍网 www.dssz.com