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

搜索资源列表

  1. 0

    0下载:
  2. C语言,简单易行的计算器,可以运用常见的计算-C language, a simple calculator, you can use a common computing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:748
    • 提供者:aigynuidx
  1. calculator

    0下载:
  2. c#实现计算器功能,附课程设计报告以及设计详解ppt-c# to achieve calculator function, with a curriculum design report and design Xiangjie ppt
  3. 所属分类:CSharp

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

    0下载:
  2. 用C#编的一个简单的计算器,可以从中学到一些编程的方法。-C# code with a simple calculator, you can learn some programming methods.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:340490
    • 提供者:
  1. counter

    0下载:
  2. 一个用C++编写的计算器,可以进行基本的加减等运算。效率好。-A C++, prepared by the calculator, you can perform basic addition and subtraction and other operations. Good efficiency.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1641
    • 提供者:Evangeline
  1. Calculateor

    0下载:
  2. 计算器,用C++可以实现计算器的基本功能,已经试过可以运行-Calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1918982
    • 提供者:赵涛
  1. Csharpjisuanqi

    0下载:
  2. C#做的计算器,实现简单四则运算,界面友好-C# to do the calculator, simple arithmetic, user-friendly
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:856
    • 提供者:谢慧华
  1. FormCal

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

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

    0下载:
  2. 单片机多功能计算器程序,用汇编语言写的,希望对大家有用-SCM function calculator program, written in assembly language, we want to be useful
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:10344
    • 提供者:李杰
  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. 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. c

    0下载:
  2. 随着现代科技飞速发展,如何以一种便捷的计算方式加快计算的速度,缩短计算时间、提高工作效率,已经成为计算业竞争力的关键问题。在计算机信息技术高速发展给计算的管理带了新的力量,通过计算器系统对大型天文数字的全程管理计算,不仅使摆脱了人工计算带来的一系列的问题,更重要的提高了计算速度,通过计算管理系统对各方面的管理,对各行业的发展提供了大量的、关键性的数据,加快了计算的进程,迅速解决了计算问题。-With the rapid development of modern technology, how
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:3322
    • 提供者:孙登高
  1. 87

    0下载:
  2. 本设计以STC89C516RD+单片机为控制运算器,以8*6矩阵键盘控制,以12864ZB液晶显示,以9V电池供电。 对于此计算器我用了38个键的矩阵键盘,10个数字键,1个小数点键,1个正负键,4个常用运算键,1个等号键,1个清零键,1个第二功能键,4个三角函数运算键,4个常用公式键,还有8个其它功能键。此计算器与常用计算器无很大差别,其中四则运算、阶乘、百分比、平方、立方、组合、乘方、倒数都可以精确到十位 ,其它运算因为调用到C语言函数库,为浮点型,有效位只有7位。 -The des
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:78183
    • 提供者:huangyanfeng
  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. 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. 5.txt

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

    • 发布日期:2017-04-14
    • 文件大小:4972
    • 提供者:long
  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. 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. caculate

    0下载:
  2. 用C语言写的计算器,欢迎高手指教。 -Calculator written using C language, please teach master. 111111111111111
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:579
    • 提供者:liu
  1. jisuanqi

    0下载:
  2. 用C语言做的计算器,能完成一般性的计算功能,界面有待改进。-Calculator to do with the C language, to complete a general computing, interface needs improvement.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6723
    • 提供者:高超
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com