CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - Arithmetic

搜索资源列表

  1. CSharp写的计算器

    0下载:
  2. 自己用C#写的程序,里面包含各种算法,如:加减乘除,平方开方,实现计算结果累加.是学windows的典型好例。-own use C# to write procedures, which contains algorithms, such as : the arithmetic, square prescribing and achieving results accumulate. The school windows is a good typical cases.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13480
    • 提供者:
  1. C语言实现MATLAB 6.5中M文件的方法

    0下载:
  2. 本文着重描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,使用该方法所需要注意的方法局限性和MATLAB版本差异的影响。运用该方法将能够使C语言能直接使用MATLAB当中已经完成的数学计算功能,大大扩充了C语言的数学计算功能和开发效率。-This paper describes the use of MATLAB M ordered the translation of documents for the C Programming Language, a
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4095
    • 提供者:尹科华
  1. suanshubianmac++

    1下载:
  2. 用C++实现的算术编码源程序,短小精练,是编码方式中效率很高的编码方式-C arithmetic coding to achieve the source, the short concise, which is the encoding efficiency of the coding
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1526
    • 提供者:wdw
  1. 8345029260

    0下载:
  2. 简单运算器代码,不过不是很明白,如果看得明白,请告知一下-simple arithmetic unit code, but not quite understand, if read understand, please tell what
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:80315
    • 提供者:lcq
  1. cmplx

    0下载:
  2. 复数加减乘除运算的程序,程序较简单,使用于初学者。-complex arithmetic operations procedure is relatively simple, beginners to use.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9757
    • 提供者:mike
  1. compute16

    0下载:
  2. 该程序是计算器程序,实现了计算器的基本功能,加减乘除,开方,取反,取倒数等功能。最大精度为10的-42次方到10的42次方-that the procedure was calculator program, a calculator to achieve the basic functions, arithmetic, administration, the negation, admission countdown functions. The greatest accuracy for t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:816599
    • 提供者:梁伟明
  1. comput

    0下载:
  2. 计数器的C#实现,有加减乘除,乘方,开方等操作。-counter C#, arithmetic, involution, evolution and other operations.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10469
    • 提供者:benfeng
  1. fushu

    0下载:
  2. 一些小程序,简单查看信息。可以计算复数的运算。-some small procedures, a simple check information. Calculating the plural arithmetic.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:邓亮
  1. gao2

    0下载:
  2. 算术表达式求值程序 无错误 已运行过了 可以放心下载-arithmetic expression evaluates error-free process has been in operation for over a download can be assured
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2505
    • 提供者:101010
  1. EX5_7

    0下载:
  2. 表达式类型的实现 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程序执行的命令包括: 1) 根据用户输入的前缀表达式自动添加括号并建立其自然书写形式的表达式; 2)提示用户给各变量赋值;
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2766
    • 提供者:战天
  1. EX_4_1

    0下载:
  2. 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2045
    • 提供者:战天
  1. EX25

    0下载:
  2. 编制一个算术表达式求值的程序 1)以字符序列的形式从终端输入表达式,实现对运算表达式的求值。 (2)演示在求值中运算符栈,运算数栈、输入字符和主要操作的变化过程。 (3)设置运算符栈和运算数栈辅助分析算符优先关系。 (4)在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及 相应的运算。 (5)在识别出运算数的同时,要将其字符序列形式转换成整数形式。 -compiled an arithmetic expression for a value of the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2186
    • 提供者:战天
  1. pangxizhong

    0下载:
  2. 简单的计算器,能做加减乘除开方等-simple calculator, can do the arithmetic, such as prescribing
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:82019
    • 提供者:庞喜忠
  1. C++_200array

    0下载:
  2. vc++ 我们的作业,包含加减乘除、大小比较、及求余。 (上一个传错了)!-vc our operations, including arithmetic, the size, and I seek. (1-on the wrong)!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2408
    • 提供者:大熊
  1. cn700_del248884455

    0下载:
  2. 24点游戏,用Delphi做出来的24点游戏,用加减乘除迅速算出24点-24 point games, with Delphi done for the 24 point games, with the arithmetic quickly calculate the 24 points
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:256956
    • 提供者:晓光
  1. StackCalculate.rar

    1下载:
  2. 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
  3. 所属分类:CSharp

    • 发布日期:2017-01-23
    • 文件大小:32135
    • 提供者:史蒂芬
  1. C_sharp_Matrix_class

    0下载:
  2. 文件为C#矩阵运算类,包含了多种形式的矩阵定义,能够进行多种矩阵运算,如矩阵四则运算、求逆、转置等,十分方便用于实际开发。-File for the C# matrix operations class, contains the definition of various forms of matrix, to carry out a variety of matrix operations, such as matrix arithmetic, inversion, transpose, e
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2698
    • 提供者:浩南
  1. calculator

    0下载:
  2. 计算器,小程序完成计算器的功能 能进行基本的运算,比如加减乘除,混合运算 能够显示时间,并且在时间不准时进行调节 -Calculator, small program to complete the functions of the calculator can do basic arithmetic, such as addition and subtraction multiplication and division, mixed operations can display
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:58557
    • 提供者:yjwang
  1. mental-arithmetic

    0下载:
  2. mental arithmetic. very useful for childen.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:182583
    • 提供者:lemon100500
  1. four-arithmetic-operation

    0下载:
  2. 自己编的一个简单四则运算器代码,利用VB控件进行运算-Own a simple the four arithmetic unit code using VB controls operation
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:36377
    • 提供者:zy
« 12 3 4 5 6 »
搜珍网 www.dssz.com