搜索资源列表
jisuanqi
- 一个c#写的计算器,供初学者参考,含科学计算器功能。
asdfasdfa
- 用c#编写的科学计算器源码 很实用哦 希望有所帮助
calculate
- 这是一个应用C++编写的科学计算器的程序!
Calculator自己用C#写的模仿win7写的计算器
- 自己用C#写的模仿win7写的计算器 有科学计算器的功能-C# to write their own copy by writing win7 function calculator with scientific calculator
Calculator.NET.rar
- 一个功能很强大的科学计算器,采用c#编写,A function of a very powerful scientific calculator, using c# Prepared
jisuanqi
- 计算器的基本功能有,包括一些科学计算的功能,另外还有设计报告有在里面。C#语言实现,有界面的计算器。很容易懂的-The basic function calculator, including some scientific computing functions, in addition to the design reported inside
caculator
- 多功能计算机器,具有重写,复制常用计算器的功能,跟常用科学计算器差不多,-Multi-function computer device with a rewrite, copy the common calculator functions, commonly used in scientific calculator with similar
my_calculator
- 基于C#2010的多功能计算器,加减乘除,百分号,正余弦等功能的科学计算器,带日历等-Based on C# 2010 multi-function calculator, addition, subtraction, percent sign, sine and cosine functions of the scientific calculator with calendar
jisuanqi
- 实现科学计算器的功能,比较简单实用,应该能够用满足下载者的要求- very easy,very good,i am sure ,you will like it
counter
- 简单模拟科学计算器,用来实现一些简单功能-A model of counter to realize some simple function
kexuejisuanqi
- 这是一款模拟科学计算器的C#版的代码,附有可运行程序。-This is a simulation of the C# version of scientific calculator code, with can run the program.
many-calculate
- 里面包含了收集的挺多计算器的源码,简单的计算器到复杂的科学计算器,词法分析等等,有需要的朋友可以看看。-Which contains the source code of the the collection Tingduo calculator, simple calculator to a scientific calculator, lexical analysis, etc., in need of a friend can see.
scieCalculator
- 一个科学计算器,上学期的c#作业。能够实现加减乘除和三角运算等,能够分辨括号的优先级-A scientific calculator, last semester, c# jobs. Math and trigonometry, able to distinguish between the priority of the brackets
Calculator
- 采用C#编写的科学计算器,带有文本输入功能-The C# writing scientific calculator With text input function
calculator
- 平台vs 2008,C#实现的计算器,操作界面和windows内置计算器一样,包含标准计算器全部功能,及科学计算器部分功能。-Platform vs. 2008 C# implementation of calculators, the user interface and windows built-in calculator, including the full functionality of the standard calculator and scientific calculat
jisuanji
- 计算器,用C#实现的科学计算器,可以进行计算-Calculator, using the C# implementation of a scientific calculator, can be calculated
calculator
- 用C#实现的简易计算器,可实现科学计算器,适合新手学习-C# implementation of a simple calculator, scientific calculator, suitable for novice learning
Calculator
- 用C# 4.0实现的多功能科学计算器,有开发、乘方,三角函数,反三角函数等。-C# 4.0 to achieve the multi-function scientific calculator, such as development, exponentiation, trigonometric functions, inverse trigonometric.
PhoneApp1
- 科学计算器 满足四则运算规则 带有括号和三角函数 任意进制之间的转换-Scientific calculator satisfy the four arithmetic rules with the conversion between brackets, and trigonometric any hex
用c#做的计算器
- 实现了简单数字运算以及科学计算器功能,仿照windows自带计算器,使用c#语言