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

搜索资源列表

  1. 030300336cata

    0下载:
  2. 高精度整数问题« 问题描述:(1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、-、´ 、¸ ),其中除法运算应输出所得的商和余数。(2) 用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确值。« 编程任务:给定大整数m和n,计算÷ ÷ø ö ç ç èæ nm和C(m)的精确值。« 数据输入:由文件input.txt给出输
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2397
    • 提供者:林天
  1. chufa

    0下载:
  2. 这是一个除法程序,游兴趣的朋友可以瞧瞧,具体功能看了就知道啦-not sure,if you like you can have a look!
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:178601
    • 提供者:蔡志刚
  1. MIPS

    0下载:
  2. 微机原理课程中需要用一段C++代码对机器性能进行测试。选用整数乘除法、浮点加法除法等大量循环以测出MIPS值-Microcomputer Principles of course need some C++ code to the machine performance testing. Use an integer multiplication and division, floating-point additions such as a large number of division c
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1850088
    • 提供者:岳飞
  1. jisuanqi

    0下载:
  2. 在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3590
    • 提供者:lhf
  1. jisuanqichengxuoo

    0下载:
  2. 在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3608
    • 提供者:lhf
  1. fenshulei

    0下载:
  2. 设计一个分数类,表示分数。数据成员可以是分子、分母,成员函数包括构造函数、设置数据成员值的函数,显示分数的函数(显示形式:分子/分母)、分数的加法、分数的减法、分数的乘法、分数的除法,显示的分数应是最简的分数。-Design a fraction class, said the scores. Data members can be the numerator, denominator, member functions, including the constructor, set the f
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:932857
    • 提供者:秦润
  1. jisuanqi

    0下载:
  2. 用C#做的可以做加法、减法、乘法、除法的计算器程序-C# can do addition, subtraction, multiplication, and division calculator program
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:47473
    • 提供者:alix
  1. cata

    0下载:
  2. ▲问题描述: (1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、-、*、/),其中除法运算应输出所得的商和余数。 (2) 用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确值。 组合数C(m,n)=m! / (n!*(m-n)!) Catalan数定义为:C(n)=C(2*n,n)/(n+1) ▲编程任务: 给定大整数m和n,计算C(m,n)和C(m)的精确值。 ▲数据输入: 由文件input.txt
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:683
    • 提供者:linyb
  1. cata

    0下载:
  2. 设计一个表示高精度整数的模版类,它支持对任意大整数的输入、输 × ÷ 出和四则运算(+、-、 、 ),其中除法运算应输出所得的商和余数。 (2)用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确 值。 -设计一个表示高精度整数的模版类,它支持对任意大整数的输入、输 × ÷ 出和四则运算(+、-、 、 ),其中除法运算应输出所得的商和余数。 (2)用上述高精度整数的模板类,计算大整数
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:655
    • 提供者:秋月痕
  1. Common-multiple-of-three-numbers

    0下载:
  2. 本源代码用三种不同的方法对三个数求最小公倍数,分别是循环穷举法,短除法和函数嵌套法。- Common multiple of three numbers Circular exhaustion Short division Function nesting
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1725
    • 提供者:韩伟
  1. 1

    0下载:
  2. 1、用辗转相除法计算任意两个整数a、b的最大公因子。进一步求出整数s、t,使得sa+tb=(a,b)。特别地,当a=3378,b=231时,求出相应的s,t以及a与b的最大公因子(a,b)。将结果写入a.txt中。 2、用辗转相除法计算任意两个整数a、b的最小公倍数。特别地,当a=12345,b=54321时,计算其最小公倍数。将结果写入b.txt中。 3、对e=6597,用辗转相除法求出d,使得ed=1 mod 11200。将结果写入c.txt中。 -1, with the Euc
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2167757
    • 提供者:大大猪
  1. poi

    0下载:
  2. 编写程序要求:允许用户输入两整数求出并输出两整数大公约数(Common denominator)里介求公约数算法--欧几里德算法又称辗转相除法其计算理下:用a除b取余数a1 a1 = 0, 则b大公约数 否则用 b 除a1取余数a2 a2 = 0则a1大公约数 否则用 a1 除a2取余数a3a3 = 0则a2大公约数 否则用a2除a3取余数a4-Program requirement: allows the user to enter two integers and big Common di
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3760
    • 提供者:庞凤梅
  1. 2

    0下载:
  2. 最大公因数使用辗转相除法来求,最小公倍数则由这个公式来求: GCD * LCM = 两数乘积 -The greatest common divisor using Euclidean algorithm to seek, to find the least common multiple by this formula: GCD* LCM = product of two numbers
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:10781
    • 提供者:王硕
  1. Calculator

    0下载:
  2. c#编程实现基本功能的计算器,完成基本的加法,减法,乘法,除法等等运算-c# programming basic function calculator
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:32768
    • 提供者:dongfeng
  1. DivisionCalculator

    0下载:
  2. 编写的一个能进行无限精度除法运算的小程序,主要提供几种不同的算法,包括仿手工运算、系统自带数值类型运算。-Write an infinite precision division can be a small program, which offers several different algorithms, including imitation of hand operations, the system comes with numeric type operations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:47744
    • 提供者:Sandeepin
  1. AutomaticRadialDistortionEstimation

    0下载:
  2. 图像处理中C#畸变校正程序,针对鱼眼图像的径向畸变校正,利用空间直线在校正图像中仍然为直线的基本原理,且直线在除法模型下为圆弧,从而可以通过检测圆弧对鱼眼图像进行畸变校正。-Image processing program C# distortion correction for radial fisheye image distortion correction, the use of space in a straight line in the corrected image as the
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:10448236
    • 提供者:江村
  1. CalculatorDemo

    0下载:
  2. 这个代码能实现加法、减法、乘法、除法运算的计算器功能-This code enables the addition, subtraction, multiplication, division of calculator functions
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:25944
    • 提供者:zq
  1. 5

    0下载:
  2. 超级简易的计算器程序,op为运算符,它的取值只能是+、-、*、/、 。计算除法输出小数点后两位,其他运算均输出整数-This is a simple calculator program, op is operator, its value can only be+,-,*, /, . The calculation division outputs two decimal places, and all other operations output integers
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:178176
    • 提供者:吴开发
搜珍网 www.dssz.com