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

搜索资源列表

  1. Calculator2

    0下载:
  2. 创建一个计算器,实现加法,减法,乘法,除法功能-Create a calculator, to achieve add, subtract, multiply and divide function
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1553
    • 提供者:
  1. crc

    0下载:
  2. 根据模2除法的思想实现校验crc码的功能,计算机通信网 实验-Crc code to achieve parity in accordance with the idea of ​ ​ function modulo 2 division, computer communication network experiment
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1477
    • 提供者:kwind
  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. calculate

    0下载:
  2. 输入一个只包含个位数字的简单四则运算表达式字符串,计算该表达式的值 注: 1、表达式只含 +, -, *, / 四则运算符,不含括号 2、表达式数值只包含个位整数(0-9),且不会出现0作为除数的情况 3、要考虑加减乘除按通常四则运算规定的计算优先级 4、除法用整数除法,即仅保留除法运算结果的整数部分。比如8/3=2。输入表达式保证无0作为除数情况发生 5、输入字符串一定是符合题意合法的表达式,其中只包括数字字符和四则运算符字符,除此之外不含其它任何字符,不会出现计算溢出
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4403424
    • 提供者:逍遥
  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. calculator

    0下载:
  2. 计算器,主要实现对数字的加、减、乘法、除法-this is a calculator,please to run in visual 2010
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5471
    • 提供者:黄浦
  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. divide

    0下载:
  2. 高精度除法,两个几百位的大数相除,得到结果。-High-precision division, two division hundreds of Tarsus, get results.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5922
    • 提供者:杨庆
  1. Exercise16_4

    0下载:
  2. 用java来解决数字的加法减法乘法除法等算法问题-Using java to solve addition subtraction multiplication division numeric algorithms problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1009
    • 提供者:童伟
  1. streamline_div

    2下载:
  2. 一个资源很省的乘法器,代码为Verilog代码,8位除法器,除法结果在8个时钟后输出.代码也可自行扩展到更大位宽.-A resource is the province of the multiplier, code for Verilog code, 8-bit divider, division results in eight clock output. Code can also extend themselves to greater width.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:720
    • 提供者:Andy Zhou
  1. 599239118_CRCA_CODE

    0下载:
  2. 模2除法运算的C++实现,VC++环境下实现任意模二除法运算,编码中需要。-Modulo 2 division of the C++ implementation, arbitrary molding division two VC++ environment, coding required.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:288976
    • 提供者:沈宙
  1. CalculatorDemo

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

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

    0下载:
  2. 实现了加法,减法,乘法,除法,等于等运算符的重载。-Realization of addition, subtraction, multiplication, division, etc. equal operator overloading.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:王佳颉
  1. chufajisqd

    0下载:
  2. 包含除法计算器等很多的常用的小程序,可以很好得解决很多问题-failed to translate
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1992
    • 提供者:xia9942840
  1. Example_Calculate

    0下载:
  2. 一个计算器示例:实现加、减、乘、除运算,注意在进行除法运算时,如果除数为0,那么【简单】就直接输出0来,【复杂】那么要对用户进行错误提示-Examples of a calculator: the realization of add, subtract, multiply, with the exception of computing, pay attention to during the division operation, if the divisor is 0, then a si
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:4884
    • 提供者:ang750046
  1. frame_difference

    0下载:
  2. 实现的动态目标检测程序,背景减除法background subtraction method-Using matlab to achieve a dynamic target detection procedures, background subtraction method
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1445
    • 提供者:去额
  1. div-1024bits

    0下载:
  2. 1024位大整数除法运算,默认相加的两个数在D盘根目录,1.txt 2.txt-1024 bit large integer division
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-05
    • 文件大小:24408
    • 提供者:
  1. int-add

    0下载:
  2. 大整数除法运算,用户输入两个大整数,系统给出相加结果。-1024 bit large integer addition operation
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-04
    • 文件大小:12070
    • 提供者:
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com