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

搜索资源列表

  1. calculator

    0下载:
  2. 用C语言编写的计算器小程序,适合入门参考-a calculator program by C programing language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:72310
    • 提供者:ahaha
  1. ji-suan-qi

    0下载:
  2. 是一个计算器的C#程序,编程严谨,可以使用-C# is a calculator program, rigorous programming, you can use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:54658
    • 提供者:张映雪
  1. main

    0下载:
  2. 用c++标准库完成的计算器小程序,程序有注释,很好,简单易懂-Complete the calculator applet, with c++ standard library procedures have comments, is very good, easy to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:754
    • 提供者:zhu
  1. matrix-keyboard-simple-calculator

    0下载:
  2. 基于51单片机矩阵键盘简易计算器C语言程序代码-51 microcontroller matrix keyboard simple calculator C language based program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-26
    • 文件大小:38306
    • 提供者:张开
  1. CTSimpleCalculator

    0下载:
  2. 基于c#的计算器小程序,适合初学者入门,简单容易理解。-Based on c# calculator applet, suitable for beginners, simple and easy to understand.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:637180
    • 提供者:王芬
  1. jsq_Csharp

    0下载:
  2. 用C#写了个计算器程序,测试一下看看,学习计算器c#代码。-Using C# to write a calculator program, test it and see, learn calculator c# code.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:148339
    • 提供者:dz
  1. calculator

    0下载:
  2. 一个简单的计算器初学程序,方便初学者学习C#。同时也是一个很有用的小工具。-a little useful tool.And the program is good for people to learn
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:145748
    • 提供者:丁伟业
  1. calc

    0下载:
  2. (4)计算器C语言 实现文件是calc.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文件、.EXE可执行文件和程序文件放在统一目录下。 -ji suan qi
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:6499
    • 提供者:朱明亮
  1. calculate_expression

    0下载:
  2. 简单的计算器小程序,c#语言编写,适合学生作业-Simple calculator program, c# language, suitable for students homework
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:249971
    • 提供者:lyw
  1. calculater

    0下载:
  2. C++ MFC (Visual Studio 2010)具有图形界面的应用程序——简单的计算器-C++ MFC (Visual Studio 2010) with a graphical interface applications- simple calculator
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3808832
    • 提供者:renqin
  1. CSharpA2

    0下载:
  2. C#程序设计及应用教程(第三版)上机练习的源代码,包含密码输入和显示练习,简单计算器设计练习,字符提取和整数整除练习,Visual Studio 2012编写,代码详细,功能完善,很多自学的朋友不知如何去写,供各位初学C#的朋友参考-C# programming and application tutorial (third edition) machine exercise of source code, including password input and display exercis
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:174303
    • 提供者:Gavin
  1. JISUANQI

    0下载:
  2. 仿真计算器,用C语言编写一个仿真计算器。程序简单易懂,很适合初学者-Simulation calculator, using C language to write a simulation calculator. Program easy to understand, it is suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:33144
    • 提供者:郑荃
  1. c#计算器

    0下载:
  2. 用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示
  3. 所属分类:文档资料

  1. jisuanqi

    0下载:
  2. 使用Visual c++完成的一个基于mfc的简单计算器小程序。-Use Visual c++ completed based mfc simple calculator applet.
  3. 所属分类:Other windows programs

    • 发布日期:2015-06-27
    • 文件大小:10248192
    • 提供者:张涛
  1. LCD1602

    0下载:
  2. 51单片机简易计算器c语言程序,可以实现基本的计算器功能,清零功能-51 microcontroller simple calculator c language program, can achieve the basic calculator functions, clear function
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:75728
    • 提供者:任攀
  1. 10301_PrimeCalc

    0下载:
  2. 质数计算器:判断一个数字是否为质数。C#编写,使用新进程进行计算,可在计算中直接退出;带有错误捕捉。我的第一个C#程序-standard calculator : Judging whether a digital standard. C# development, the use of the new process, which can be calculated directly With the wrong capture. My first one C# procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:9922
    • 提供者:xie2144896
  1. calc141

    0下载:
  2. 这是一个用C语言编写的计算器小程序,可供C语言爱好者参考。-This is a calculator with C language applets. it is available for C-fans.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6733
    • 提供者:tou866195
  1. calculator111

    0下载:
  2. C++语言实现的一个简易文本计算器,可以进行基本的四测运算和阶乘运算。是C++程序设计原理与实践一书中的一个实例。-C++ language to achieve a simple text calculator which can operate four basic arithmetic operations and factorial.It is an example of the book Programming Principles and Practice Using C++.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5093
    • 提供者:jing743881
  1. Calculator285

    0下载:
  2. 用c++在vc++环境中做的计算器小程序,可以完成基本的运算。-Using c++ in vc++ environment to do a small calculator program that can perform basic arithmetic.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6819
    • 提供者:zhuang640840
  1. Calculator448

    0下载:
  2. C语言编写的计算器小程序,在Turboc2.0下编译通过,界面友好-C languages calculator applet, compiled under the Turboc2.0 approved, user-friendly
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3810
    • 提供者:wei7837924
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »
搜珍网 www.dssz.com