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

搜索资源列表

  1. 计算器fzlk

    0下载:
  2. 很酷的一个计算器代码-a cool calculator code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:风兰
  1. super-calculator

    0下载:
  2. 此计算器是我们期末的实习作业,由两人合力完成,附有详细的源代码说明,界面和windows的几乎一样,功能强大,支持包括%,!(,)等高级运算符,-this calculator is the end of the internship work, completed by two together, accompanied by a detailed statement of the source code, the interface and windows nearly the same a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:74.88kb
    • 提供者:郭佳
  1. Simple_calculator

    0下载:
  2. 这个我做的一款计算器的代码,大家可以参考一下.-I do this one calculator code, we can take a look.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:陈明
  1. calculator 此为在QT 下编的计算器

    0下载:
  2. 此为在QT 下编的计算器 能够实现复数的加减乘除及存储清零等基本功能的源代码-This is a compilation of the calculator in QT can be achieved under the plurality of addition, subtraction and other basic functions of storing clear source code
  3. 所属分类:界面编程

    • 发布日期:2017-03-23
    • 文件大小:50.68kb
    • 提供者:FISH
  1. calculator----qml----2.0

    0下载:
  2. 在Qt上使用QML关联c++做的一个功能较全 的计算器 界面效果不错 有源码和发布版-QML associated with the use of the Qt c++ to do a more full-function calculator interface works well with source code and release
  3. 所属分类:PropertySheet

    • 发布日期:2017-05-26
    • 文件大小:8.69mb
    • 提供者:刘俊晨
  1. CHexInput

    0下载:
  2. qt扩展。用qt写的十六进制输入控件。代码不大,但是比较有用。qt自己是不提供的-qt extension. Qt written in hexadecimal with the input controls. The code is not, but more useful. qt that he is not available
  3. 所属分类:GUI Develop

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

    0下载:
  2. 具有加、减、乘、除、清零五项功能的,基于对话框模式的计算器C++源码-With add, subtract, multiply, divide, cleared the five functions, based on the model of calculator dialog C++ source code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:1.81mb
    • 提供者:zhuyuan
  1. Calculator

    0下载:
  2. 这是一个java编写的计算器源代码 而且做了个简单的单元测试-This is a java calculator source code prepared and have done a simple unit test
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:98.64kb
    • 提供者:yangting
  1. Calculator

    0下载:
  2. 自己写的源程序 可以实现计算器的功能 感兴趣的可以下载看一下-Their own source code can be written in the function of interest calculator can be downloaded to look at
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:3.56mb
    • 提供者:Abby
  1. j

    0下载:
  2. vc++计算器的代码,希望对学vc++的同学有用-vc++ calculator code, want to learn vc++ useful for students who
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:liudehua
  1. calculator

    0下载:
  2. 这就是个计算器的源代码,里面除了简单的加减乘除外还有一些其他基本功能-This is a calculator of the source code, which apart from simple addition and subtraction, except multiplied by a number of other basic functions
  3. 所属分类:Dialog_Window

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

    0下载:
  2. 一个很好的用来学习的计算器代码,用VC++ MFC实现-A good calculator is used to study the code, using VC++ MFC Implementation
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-11
    • 文件大小:17.91mb
    • 提供者:Logitech007
  1. calculator

    0下载:
  2. 用VC++编的一个简单计算器,适用于初学者。-VC++ code with a simple calculator, suitable for beginners.
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:1.79mb
    • 提供者:荒谬
  1. calculator--SC

    0下载:
  2. 一个小计算器的源代码,主要是本人的一些想法,有很多不足。-The source code of a small calculator, mainly some of my ideas, there are many deficiencies.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:5.49kb
    • 提供者:叶枫
  1. calculator

    0下载:
  2. 该计算器代码是模拟计算器,能够实现标准计算器的所有功能-The code is a simulation calculator calculator,C sharp simulate X P calculator.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:52.33kb
    • 提供者:yujingming
  1. Calculator

    0下载:
  2. 使用swing编程。首先创建一个窗体,并设置默认关闭时关闭,设置大小,设置不可改变大小,设置可显示; 2、创建一个容器,使用GridBagLayout这种布局方式; 3、通过代码在窗体里面实现计算器的界面; 4、通过实现计算器的add()、sub()、multi()、division()、equal()等功能。 -With swing programming. First create a form, and set off by default turned off, set
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-15
    • 文件大小:6.54kb
    • 提供者:longing
  1. calculator

    0下载:
  2. vc开发的windows 计算器。附源代码-vc developed windows calculator. With source code
  3. 所属分类:Button control

    • 发布日期:2017-11-15
    • 文件大小:27.94kb
    • 提供者:dick
  1. calculator

    0下载:
  2. 用MFC实现计算器基本功能,界面友好,代码精简,有详细讲解-To achieve the basic functions of the calculator, use the MFC-friendly interface, streamlined code, explain in detail
  3. 所属分类:Button control

    • 发布日期:2017-11-21
    • 文件大小:2.17mb
    • 提供者:陈基瑞
  1. calculator

    0下载:
  2. VC6下面用Win32 SDK写一个简单的计算器,把源代码发上来供大家学习。-The VC6 below with the Win32 SDK to write a simple calculator, made up the source code for all learning.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-14
    • 文件大小:8.06kb
    • 提供者:merry hu
  1. tax-calculator-VBsourcecod

    0下载:
  2. 四金及个税计算器界面,VB源码。输入税前收入,四金缴纳基数,即可自动算出税后收入。-Four gold and a tax calculator interface, VB source code.Enter the pre-tax income, four gold, base pay, you can automatically calculate the after-tax income.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-15
    • 文件大小:73.1kb
    • 提供者:zou
« 12 3 4 5 »
搜珍网 www.dssz.com