CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 除法

搜索资源列表

  1. deletenode

    0下载:
  2. 删除链表中的结点!我写的一个高级删除法,操作十分简便-delete the node of link!
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:906
    • 提供者:dingfei
  1. compute

    0下载:
  2. 表达式求值:给定一个浮点数混合运算的中缀表达式,分别实现:转换成为后缀表达式,然后求值;直接对中缀表达式求值两种求值算法两种实现方法。表达式中包含的运算符:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则。比如:命令行输入 (-2.0)+(1.0+2.0)*3.0-2.0#2.0回车 (1)中缀表达式输出: (-2.0)+ (1.0+2.0)*3.0-2.0#2.0=3.0 (2)后缀表达式输出: -2.0 1.0 2.0 + 3.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2840
    • 提供者:
  1. complex

    0下载:
  2. complex类加法,减法,乘法,除法运算,重载输出函数,运用友元函数,掌握类的声明和对象的定义; 观察构造函数和析构函数的执行过程; 学习使用Visual C++6.0的Debug调试功能,跟踪观察类的构造函数、析构函数、成员函数的执行顺序。-Complex kind of addition, subtraction, multiplication, and division, operation, an overloaded output function use friend
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:249021
    • 提供者:wen yan ping
  1. gf28

    0下载:
  2. matlab 二位元陣列乘法除法的程式碼-matlab source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:546
    • 提供者:eileen lai
  1. OVER

    0下载:
  2. 修改0号中断,实现32位2进制数除以16位2进制数的除法运算。-Change interrupt 0, 2 32-bit 16-bit binary number is divided by the number of 2-band division.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1713
    • 提供者:lijie
  1. ComplexCalculator

    0下载:
  2. 复数的运算函数库源代码: 1.1 复数类设计 1.2 复数乘法 1.3 复数除法 1.4 复数的模 1.5 复数的根 1.6 复数的实幂指数 1.7 复数的复幂指数 1.8 复数的自然对数 1.9 复数的正弦 1.10 复数的余弦 1.11 复数的正切 -Complex computing library source code: class design complex 1.2 1.1 1.3 complex multiplica
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:39004
    • 提供者:王健
  1. BigNumCalcu

    0下载:
  2. 除法:输入1个字符串和一个整数(32位) 大数的四则运算-Division: enter a string and an integer (32) large numbers of four operational
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2215
    • 提供者:刘基
  1. matlab1

    0下载:
  2. 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:单车少年
  1. 30d2d767fc3b

    0下载:
  2. 矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Matrix calculation procedures Functional Analysis: This procedure can be completed matrix of input and output. Has the same number of rows and columns of the m
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:17871
    • 提供者:
  1. divide3

    0下载:
  2. 本程序巧妙的实现了不用除法求n/3.简单易懂,值得一看-The program' s clever without division seeking n/3 straightforward, worth a visit
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:568420
    • 提供者:dl
  1. a

    0下载:
  2. 辗转相除法,也叫欧几里得算法,是计算整数最大公因数的有效方法。本实验使用辗转相除法,通过编写一个C程序,让计算机来计算两个整数的最大公因数和最小公倍数,以及相应的参数s和t。-Euclidean algorithm, also called the Euclidean algorithm to calculate the greatest common divisor of integers effective way. Euclidean algorithm used in this expe
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:28539
    • 提供者:张鹏
  1. c

    0下载:
  2. 大数运算,包括加法,减法,乘法,除法,c语言代码。-Majority of computing c language code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1767
    • 提供者:phi
  1. juzhenchufa

    0下载:
  2. 计算矩阵的除法,形如A*x=b,其中A为n*n的方矩阵,b为列矩阵-Division of the matrix calculation, shaped like A* x = b, in which A square matrix for n* n, b for the column matrices
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1618
    • 提供者:穆荷雨
  1. Large-Int-Arithmometer

    0下载:
  2. 该MFC程序可以进行长整数的四则,阶乘,幂的计算。重要的是在除法上做了性能的优化。-The MFC program can be carried long integer four, factorial, power calculations. It is important to do the division of the performance optimization.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5934103
    • 提供者:傅子铭
  1. Bign

    0下载:
  2. big-number类,解决大数运算,无除法。-big-number arithmetic class to solve large numbers, no division.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:756
    • 提供者:蓝莓po1son
  1. calculation

    0下载:
  2. 简单整数计算器,可以计算简单的加法减法乘法除法和乘方,输出为浮点。-simple calculate machine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1228
    • 提供者:jacky
  1. Moving-target-identification

    0下载:
  2. 运动目标识别,从视频中提取出背景,然后采用背景差除法和开闭运算法,能够很好的识别出运动中物体-Moving target identification, extracted from the video out of context, and then using background subtraction method of division and opening and closing operations, can well identify objects in motion
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1221
    • 提供者:曾伟
  1. 5464

    1下载:
  2. 问题描述: 现在有一个简单游戏:给你一行n个整数,要求你在两两之间放入“+”、“-”、“*”、“/”等符号共n-1个,使得表达式计算结果最大且不包含数字k。 请注意: 1) 表达式自左向右运算,不考虑优先级,例如:6+7*11=143; 2) 减法计算结果都为非负,即a-b定义为|a-b|,例如:2-5=3; 3) 除法计算结果向下取整,且除数不得为0,例如:7/5=1。 ★实验任务: 现请你写一个程序,求出这个最大值。 ★数据输入: 输入数据第一行
  3. 所属分类:Algorithm

    • 发布日期:2014-10-23
    • 文件大小:1024
    • 提供者:高云
  1. greatest-common-divisor

    0下载:
  2. 输入两个正整数m和n,求其最大公约数和最小公倍数。 程序分析:利用辗除法。 -Enter two positive integers m and n, find their greatest common divisor and least common multiple. Program analysis: the use of rolling division.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:672
    • 提供者:郭同学
  1. CDIV

    0下载:
  2. 包括复数除法和复数乘幂的计算,这是数学计算中的基础。-Including complex division and complex power calculation, which is the basis of mathematical calculations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:622
    • 提供者:qiyanfu
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com