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

搜索资源列表

  1. jisuanqi

    0下载:
  2. 模仿日常生活中所使用的计算器,自行设计一个简单的计算器,能实现简单的计算功这是一个简单的对话框窗体设计,涉及Botton,Editox,Static Text,Radio Botton,Group Box等控件,主要响应事件为BN_CLICKED。能。 -Imitation of life used in the calculator, to design a simple calculator, a simple calculation to achieve success is a si
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:344091
    • 提供者:yuanyudong
  1. Workassistant

    0下载:
  2. 办公助手的主窗体由计算器和便利贴两个子窗体和6个办公助手,包括员工信息、加班信息、投票项目、投票管理和服务器设置等,还可以设置窗体的透明度-The main form of office assistant calculator and sticky by the two sub-form and six office assistants, including employee information, extra information, voting project management
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:981607
    • 提供者:老挝
  1. lzjsq

    0下载:
  2. 模仿WINXP计算器做的一个小型计算器,主要是显示的细节问题,如连等,清除当前等。程序的结果和WINXP的显示结果是一模一样的。-Imitation WINXP calculator to do a small calculator, the main problem is to show the details, such as with so clear and so present. Program results and WINXP display the results are exa
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:214652
    • 提供者:李准
  1. jiafajisuanqi

    0下载:
  2. 加法计算器,主要实现两个数加减运算,用来练习MFC中基本控件的使用-Addition calculator, the main achievement subtract two numbers, used to practice the basic control the use of MFC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:181753
    • 提供者:fish
  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. jisuan

    0下载:
  2. 本程序主要实现普通的计算器的功能,计算加减乘除,方便快捷-The main achievement of program features ordinary calculator, calculate addition, subtraction, convenient
  3. 所属分类:Button control

    • 发布日期:2017-04-02
    • 文件大小:306396
    • 提供者:lixiaojuan
  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. shuzhizhuanhuan

    0下载:
  2. 表达式是数据运算的基本形式。人们的书写习惯是中缀式,如:11+22*(7-4)/3。中缀式的计算按运算符的优先级及括号优先的原则,相同级别从左到右进行计算。表达式还有后缀式(如:22 7 4 - * 3 / 11 +)和前缀式(如:+ 11 / * 22 – 7 4 3)。后缀表达式和前缀表达式中没有括号,给计算带来方便。如后缀式计算时按运算符出现的先后进行计算。本设计的主要任务是进行表达式形式的转换及不同形式的表达式计算。-Expression is the basic form of dat
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2364
    • 提供者:王伟
  1. Caculator

    0下载:
  2. 编写的android简单的计算器,可以实现基本的四则运算规则,主要方便初学者了解android的布局以及按键响应等操作-Android prepared a simple calculator, which can achieve the basic arithmetic rules, easy for beginners to understand the main android layout and operation of key response, etc.
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:61041
    • 提供者:
  1. fushujisuanqi

    0下载:
  2. (一) 题目 复数计算器 (二) 功能要求 实现对复数的+、×、+=、-=、×=、++、――、>=、<=、!=运算,其中>=、<=是针对复数的模进行运算。 (三) 解决方案 1. 明确实验操作对象和目的。 2. 针对目的和对象进行总体设计。 3. 细化流程:书写程序,编译、运行并调试。 (四) 设计思路  定义一个复数类complex。  声明所需成员函数和友元函数对各运算符进行重载。  定义各成员
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:6353
    • 提供者:孙婷婷
  1. calc_sim

    0下载:
  2. 简易计算器的C语言实现。主要特点是模块的划分-Simple Calculator in C language. Main feature is the division of the module
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1649
    • 提供者:郭立龙
  1. lab_src

    0下载:
  2. C++编写的实验室设备管理系统,主要功能有: 1.文件:初始化设置、退出系统 2.编辑:取消、复制、剪切、粘贴 3.察看:工具栏、状态栏 4.信息维护:实验管理、仪器设备管理、实验室人员维护、数据库排序察看 5.辅助工具:仪器状态统计图表、仪器分类统计图表、仪器所属实验室统计图表、计算器、记事本 6.窗口:窗口叠层、水平平铺、垂直平铺,全部最小化、全部重排 7.系统服务:数据恢复、数据库修复、数据备份、实验室介绍、实验室管理制度、关于系统-C++ and labora
  3. 所属分类:Education soft system

    • 发布日期:2017-03-30
    • 文件大小:701891
    • 提供者:liyan
  1. test12

    0下载:
  2. 在单文档主菜单中增加“计算器”选项,实现点击“计算器”选项时弹出模态对话框,并在此对话框中实现整数计算器的功能。其中CE表示清0。-In a single document the main menu to add " calculator" option, to achieve click on the " calculator" option pop-up modal dialog box, and in this dialog box to achiev
  3. 所属分类:Button control

    • 发布日期:2017-05-27
    • 文件大小:10586344
    • 提供者:赵辉
  1. Caculator

    0下载:
  2. 该程序实现的功能是一个简单的计算器功能,主要用的就是一些常用的API函数-The program' s function is to implement a simple calculator functions, the main use is some of the commonly used API functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1954550
    • 提供者:李军
  1. jincheng

    0下载:
  2. 创建一个windows窗口程序,含有4个菜单项,分别用来创建和撤消记事本进程和计算器进程。若相应进程已经创建了,再选择创建进程菜单,则弹出对话框提示进程已经创建 若进程已经撤消了,再选择撤消进程菜单,则弹出对话框提示进程已经撤消。注意考虑从主程序外部启动和关闭进程的情况。-Create a windows window procedure contains four menu items, were used to create and destroy processes and calcula
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:35579
    • 提供者:chh
  1. Modal

    0下载:
  2. 在对话框编程中,主要的工作量还是在对话框设计和对话框控件的消息处理函数方面,创建模式对话框很简单。本程序基于用计算器对话框的界面来创建模式对话框。-In the dialog box programming, the main workload or in the dialog box design and dialog control message handlers, create mode dialog box is very simple. This program with a cal
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:39142
    • 提供者:尹浩传
  1. sy3

    4下载:
  2. 创建一个windows窗口程序,含有4个菜单项,分别用来创建和撤消记事本进程和计算器进程。若相应进程已经创建了,再选择创建进程菜单,则弹出对话框提示进程已经创建 若进程已经撤消了,再选择撤消进程菜单,则弹出对话框提示进程已经撤消。注意考虑从主程序外部启动和关闭进程的情况。-Create a windows window procedure, contains four menu items, were used to create and undo the Notepad process, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:32615
    • 提供者:咕咕
  1. keshe

    0下载:
  2. PIC单片机课设程序,主要功能是电子时钟,同时也有计算器功能-PIC microcontroller course based program, the main function is the electronic clock, and calculator functions
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:107437
    • 提供者:潘少
  1. 0060

    0下载:
  2. 本程序的主要功能是利用矩阵键盘实现简易计算器,可以进行简单加减法计算-The main function of the program is the use of matrix keyboard simple calculator can perform simple addition and subtraction calculation
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:34394
    • 提供者:郄旭
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com