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

搜索资源列表

  1. FormCal

    0下载:
  2. C++编写的可编程计算器,编译原理相关知识-Written in C++ programmable calculator, compiler theory of knowledge
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3870252
    • 提供者:郭宁
  1. Calculator

    0下载:
  2. MFC编写的计算器程序,使用的是C++语言,对于想了解MFC的同学,运行此程序,了解代码,能起到很好的积极作用。-Calculator program written in MFC, using C++ language, for students who want to learn MFC, run this program, to understand the code, can play a positive role very well.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4501452
    • 提供者:308195627
  1. Calculatornew

    0下载:
  2. 用c语言编程的简易计算器,实现了基本的运算,以下是各个模块的程序-C language programming with a simple calculator to realize the basic operations, the following are the procedures for each module
  3. 所属分类:Compiler program

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

    0下载:
  2. c语言编写的计算器程序,实现六位整数四则运算和五位浮点数四则运算-c language calculator program, to achieve floating-point operations
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:46028
    • 提供者:符晓峰
  1. calculator2

    0下载:
  2. 用C++编写的一个简单计算器,可以实现将中缀表达式转化为后缀表达式,并计算输出表达式的值,利用了STL中的栈-using C++ make a calculator which can used to make middle pression into fix pression and calculate the value
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:669874
    • 提供者:鱼宝
  1. bfq

    0下载:
  2. 画图,音乐播放,计算器等功能的C#记事本-ihbjki
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:382400
    • 提供者:lq
  1. c51

    0下载:
  2. c51开发板用于计算器软件编程程序 非常的实用-c
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:1989
    • 提供者:兜兜
  1. di1ti

    0下载:
  2. 关于一个C的减法计算器的功能实现!能完成100以内的减法运算-C, subtraction of a calculator on the realization of the function! To complete the subtraction within 100
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1058
    • 提供者:zhang
  1. jisuanqi

    0下载:
  2. 利用MFC设计计算器的界面,界面包括:编辑框,0-9个数字按钮,能进行整数的加、减、乘、除、开方、取正负、小数点运算的按钮,有清除(C 键)功能,有清除前一个运算符和数的功能,还有个计算结果的等于号按钮。-Using MFC design calculator interface, the interface including: edit box ,0-9 number buttons, can be an integer add, subtract, multiply, divide, sq
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1961640
    • 提供者:陈思思
  1. Cjisuanji

    0下载:
  2. 这是一个c++课程设计编写的计算器,好东西-this is a C++
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:525
    • 提供者:张勇建
  1. jisuanqi

    0下载:
  2. 用c#开发的简单的计算器,可以实现简单的加、减、乘、除运算!-good!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:50738
    • 提供者:伍兴
  1. calc

    0下载:
  2. 用C语言编写的一个简单的计算器程序,有加减乘除开方等算法。-Written in C language with a simple calculator program that prescribing such algorithm, Math.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:966
    • 提供者:Lee
  1. Calculator

    0下载:
  2. 利用Visual C++中MFC编写的整数计算器,可实现整数的加减乘除及求倒数运算。-Use MFC Visual C++ in the preparation of the integer calculator allows integers, Math and seek reciprocal operation.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1930631
    • 提供者:马奇
  1. 1234

    0下载:
  2. 数据结构课程设计:计算器,C++版的,可能有点小问题,改改就行!-Data Structure Course Design: Calculator, C++ version, may be a bit small problem, change change on the line!
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2138
    • 提供者:孙毅
  1. 5.txt

    0下载:
  2. 基于C++编写的计算器,实现算式的多层运算。简单,快捷-计算器
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4972
    • 提供者:long
  1. jisuanqi

    0下载:
  2. C语言模拟计算器代码,用于计算机C语言课程设计。-C language simulation calculator code, C language programs for computer design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1294
    • 提供者:常成伟
  1. calculate

    0下载:
  2. 一个简单的计算器,适合编程初学者学习,编写语言为c-A simple calculator, suitable for beginners to learn programming, writing language for the c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4889983
    • 提供者:落叶
  1. cppexample

    0下载:
  2. 提供C++示范程序,包括五子棋,贪吃蛇,计算器,绘图,学生成绩管理系统,俄罗斯方块,mp3等相应实用的程序范例-C++ demonstration programs, including backgammon, Snake, calculator, graphics, their performance management systems, procedures and practical examples of the corresponding
  3. 所属分类:Other systems

    • 发布日期:2017-06-10
    • 文件大小:17753629
    • 提供者:吴雯
  1. ij

    0下载:
  2. 简单计算器小软件,点击即可生成运行程序。源代码为c-simple caculater
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3394096
    • 提供者:童俊文
  1. jisuanqi

    0下载:
  2. 用C#编写的一个简单的计算器,可以进行加减乘除乘方开方运算,是C#课程设计的作品-Written in C# using a simple calculator, Math can be a power of root operation is the C# curriculum design work
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:50151
    • 提供者:苍天哥
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com