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

搜索资源列表

  1. cordic_division

    1下载:
  2. 利用cordic实现除法的matlab源码。 本人原创,标准cordic算法。-implement division by cordic. matlab m language.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:96217
    • 提供者:李林
  1. prime

    0下载:
  2. 一是利用计算机对正整数进行素因子分解认识素数,通过运用筛法与试除法寻找一定范围内的素数,体会到筛法比试除法有效但无法找出所有素数;二是通过若干特殊形式的素数的研究,寻找素数生成公式,发现一些结论;三是借助于非线性拟合技术,观察素数分布规律,利用其研究有关数论问题。-The first computer was used to prime factor decomposition of positive integers understanding of prime numbers, throug
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:223704
    • 提供者:sean
  1. largenumber

    0下载:
  2. 关于VB大数加法,减法,乘法,除法,乘方,MOD,阶乘运算,-Large numbers on the VB addition, subtraction, multiplication, division, involution, MOD, factorial calculations,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:14435
    • 提供者:谭正伟
  1. gongyueshu

    0下载:
  2. 输入两个正整数m和n,求其最大公约数和最小公倍数。 利用辗除法。-Enter two positive integers m, n, of seeking the common denominator and least common multiple. The use of rolling division.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1322
    • 提供者:阿贝
  1. diaohuan

    0下载:
  2. 简单矩阵的高斯消除法。通过高斯消除法实现矩阵的求解。-Simple matrix Gaussian elimination method. Achieved through the Gaussian elimination method for solving matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:883429
    • 提供者:周发
  1. work

    0下载:
  2. 二进制小数的除法计算,三个matlab代码-Calculation of the binary decimal division
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3118
    • 提供者:TH
  1. polynomial_multiply_divide

    0下载:
  2. 用于多项式算法的乘法和除法,在数字信号处理中有很好的实用价值。-The program used for digital signal processing polynomial multiply and divide,it s the good references.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1001
    • 提供者:勇勇
  1. DoubleArith

    0下载:
  2. Double的加法、减法、乘法、除法。 Double的加法、减法、乘法、除法。-Double
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:886
    • 提供者:arena
  1. divide_sqrt_algorithm_simulation

    0下载:
  2. 里面包含两个matlab程序,分别是对除法和对开方算法(或者是电路工作原理)的模拟。压缩包里分别有这两个算法的详细描述,主要用于学习。-It contains two matlab programs, one for divide algorithm and the other for sqrt algorithm. The .rar file also include two instruction files for the two algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:106802
    • 提供者:flyingwings
  1. Unarypolynomialadditionsubtractionmultiplicationim

    0下载:
  2. 实现一元多项式的加法、减法、乘法和除法。-Realize a polynomial of addition, subtraction, multiplication and division.
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:1658
    • 提供者:刘传邦
  1. gbs

    0下载:
  2. 1、求任意n个数的最小公倍数 2、辗转相除法求两个数的最小公倍数、最大公约数-1, find the least common multiple of the number of arbitrary n 2, Euclidean algorithm of the least common multiple of two numbers, the common denominator
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:6237
    • 提供者:zhb
  1. Unarysimplecalculator

    0下载:
  2. 一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of the calculator as (1) the estab
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2499
    • 提供者:郑海鹏
  1. baiweidashuxiangchu

    0下载:
  2. 用C写的百位大数的除法,很少量代码哦,而且效率很高-c program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:18456
    • 提供者:杜拉拉
  1. ComplexSample

    0下载:
  2. 通过例子实现复数乘法、除法、模、根、实幂指数、复幂指数、自然对数、正弦、余弦、正切的运算。-Multiplication,division,modulus,root,real exponent,complex exponential,natural logarithm,sine,and cosine of a complex number in a example.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3808
    • 提供者:fbo
  1. Greatest_common_factor

    0下载:
  2. 我使用數學中輾轉相除法來求"最大公因數" 有需要的同好可以下載使用-I use math in the Euclidean algorithm to achieve " the greatest common divisor" in need of enthusiasts can download ^ ^
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1533
    • 提供者:陳郁文
  1. data_arrange

    0下载:
  2. 数据结构排序算法,透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透视投影变换是令很多刚刚进入3D图形领域的开发人员感到迷惑乃至神秘的一个图形技术。其中的理解困难在于步骤繁琐,对一些基础知识过分依赖,一旦对它们中的任何地方感到陌生,立刻导致理解停止不前。-Data structures sorting
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:85628
    • 提供者:robin
  1. prog

    0下载:
  2. ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~~ 带用户界面的计算器----可以计算加法,减法,乘法和除法,但是不能计算 带括号的四则运算,运行时,依次输入一个两位数、运算符号和第二个两位数, 就能输出计算结果,例如:计算65+79,依次输入"65"、“+”、"85",但是该 程序如果要计算一位数,必须输入两个数字,如果要输入8,必须输入08才行 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2432
    • 提供者:谢飞
  1. BigInt

    0下载:
  2. 主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3667
    • 提供者:Glorious Fool
  1. a

    0下载:
  2. 除法运算以外的几种大数运算 (包含了小数) -Division operation other than the operation of several large numbers (including the decimal)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3496
    • 提供者:邵伯仲
  1. Copimtion

    0下载:
  2. C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符__ 8 (7)、使用复合赋值表达式__ 8
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10631
    • 提供者:dingchao
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com