CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 计算器程序

搜索资源列表

  1. jisuanqi

    0下载:
  2. 这是一个简单的计算器设计,是用单片机做的,里面有能在keil软件里运行的程序,还有仿真图-This is a simple calculator is designed to do with single-chip, which are able to run keil software program, as well as simulation of Figure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:29877
    • 提供者:郭黎明
  1. caculator

    0下载:
  2. vc源码计算器程序,绝对源码,能够实现计算机的一般功能,便于学习-vc calculator program source, the absolute source, to achieve the general functions of the computer to facilitate learning
  3. 所属分类:Other windows programs

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

    0下载:
  2. vc++编的计算器程序,基本实现了计算器的全部操作。-a calculator program
  3. 所属分类:Other windows programs

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

    0下载:
  2. 非常不错的一款计算器程序,功能强大,可进行科学计数运算。-a very good calculator program. i hope that you can downlaod it.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:3311
    • 提供者:阿林
  1. vbjisuanqi

    0下载:
  2. vb编写的简单计算器程序,适合vb入门者看看,-vb write a simple calculator program, suitable for beginners vb look
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:5449
    • 提供者:李明
  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. mfc

    0下载:
  2. 本程序设计的是一个简单的计算器,可以实现一些常用的四则运算和科学计算。-The program design is a simple calculator, you can achieve some common four operations and scientific computing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:44830
    • 提供者:刘晨曦
  1. Jsp

    0下载:
  2. 是一个小型的房屋贷款计算器程序,完成房屋的公积金和商业贷款-Is a small mortgage calculator program
  3. 所属分类:Applet

    • 发布日期:2017-03-30
    • 文件大小:1859
    • 提供者:朱萌萌
  1. calculator

    0下载:
  2. 这个一个用java编写的计算器程序,改程序能实现基本的四则运算-The one with the calculator program written in java, changing procedures to achieve the basic four operations
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:5422
    • 提供者:
  1. 55875587Calculator

    0下载:
  2. MFC做的计算器程序,可以实现加减乘除。平方,立方等功能-MFC to do calculator program can be achieved subtraction multiplication and division. Square, cubic and other functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:42927
    • 提供者:郭建荣
  1. ex6.stat.mem.triF

    0下载:
  2. 自己写的qt计算器程序;带记忆,统计计算等功能-Their own calculator program written in qt with memory, statistical calculations and other functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1498222
    • 提供者:reyoung
  1. Javacalculator

    0下载:
  2. 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换-Through JAVA calculator program designed GUI interface, users can turn
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3068
    • 提供者:李瑞
  1. scan_claculater

    0下载:
  2. 简单的计算器程序,利用常用的数据结构进行扫描,改变优先级,再计算-simple scan and calculate program
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:8455
    • 提供者:wanglongtao
  1. calculator

    0下载:
  2. 科学计算器程序,由java语言编写,算法是基于编译原理对输入表达式进行求解。-Scientific calculator program written by java, algorithm is based on principles of compiling the input expressions to solve it.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:53763
    • 提供者:曹芹
  1. 22222

    0下载:
  2. 1. 所设计的复数计算器可以进行+、-、*、+=、*=、>=、<=、==、!=运算,其中>=、<=是针对复数的模进行; 2. 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部并正确赋值。 3. 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的运算。 4. 设计记录功能,可以记录下不同用户使用计算器的情况,记录以文件形式保存在计算机内,程序运行时要求输入用户名,显示该用户以前的记录。用
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:353141
    • 提供者:kejianping
  1. advancecalc

    0下载:
  2. 刚开始学习QT编写的计算器 程序,新手参考。-A new calculator program based on QT, just a reference.
  3. 所属分类:Other systems

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

    0下载:
  2. 基于matlabGUI的的计算器程序,可实现与windows自带计算器相同的功能-The calculator matlabGUI program
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:20658
    • 提供者:SDP
  1. LCD1602calculate

    0下载:
  2. 51 单片机的基础上运用4x4键盘和lcd1602完成的计算器程序-51 4x4 single chip based on the use of keyboard and lcd1602 calculator program completed
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:79062
    • 提供者:天下第二
  1. Computer

    0下载:
  2. VC++6.0实现的一个小小计算器程序,实现加、减、乘、除等功能,为初学者了解对话框编程很有帮助-VC++6.0 to achieve a small calculator program, to achieve addition, subtraction, multiplication, division and other functions, very helpful for beginners to understand dialog programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2260058
    • 提供者:水滴
  1. calculator

    0下载:
  2. 基于STC89C52计算器程序,工程文件可直接运行,含有详细注释,特别是适合单片机初学者-very good
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:73534
    • 提供者:力王
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com