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

搜索资源列表

  1. 16位CRC校验_Modbus标准算法

    5下载:
  2. CRC校验 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息 字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅 为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式 为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。 3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字
  3. 所属分类:密码/编码算法

    • 发布日期:2008-11-07
    • 文件大小:6509
    • 提供者:ttongg
  1. 俄罗斯农夫法的乘法算法

    0下载:
  2. 俄罗斯农夫法的乘法算法,不使用乘法和除法实现-Law of the Russian peasant multiplication algorithm implementation does not use multiplication and division
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-12-13
    • 文件大小:516
    • 提供者:testsb
  1. exp2_4 建立一个复数类imaginary

    0下载:
  2. 建立一个复数类imaginary,其私有数据成员x和y表示复数的实部和虚部,构造函数imaginary用于对复数的实部和虚部初始化,友员函数add,sub,mul和div分别用于进行复数的加、减、乘和除法运算,静态函数show用于显示运算结果。在主函数中,实例化两个复数,并输入一个运算符,按运算符选择相应的友员函数进行复数运算,然后输出运算结果。 -The establishment of a complex class imaginary, its private data member
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-27
    • 文件大小:10240
    • 提供者:jacky
  1. poly.zip

    0下载:
  2. 一元多项式的加、减、乘、除法,用链表存储多项式的每一个结点,Polynomial plus one dollar, subtraction, multiplication, division, polynomial using linked list storage of each node
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1101
    • 提供者:jfly
  1. vector

    0下载:
  2. 用vector<string> 来模拟大数(长度超过int 型整数长度)的存取和运算,初步实现了加法、减法、乘法、除法运算。 -With the vector <string> to simulate large numbers (integer length is longer than int) access and operations, the initial realization of addition, subtraction, multiplicati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:6659
    • 提供者:明朗
  1. HugeInteger

    0下载:
  2. 大整数的运算方法,包括加法,减法,乘法等等,还有除法-Large integer computation methods, including addition, subtraction, multiplication, etc., as well as division
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2445
    • 提供者:LiaoKai
  1. metrix3

    0下载:
  2. 完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirements of the rules of matrix mu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:74995
    • 提供者:
  1. LongIntegerOperation

    0下载:
  2. 清华大学严蔚敏老师《数据结构习题集(C语言版)》的实验题1.4,长整数运算,已扩充了乘法和除法-Tsinghua University, Yan Wei-Min teacher
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4692
    • 提供者:小杭
  1. M

    0下载:
  2. 这是一个用汇编语言写的关于32bit整数除法的快速实现算法。-This is a compilation of the language used to write on the rapid 32bit integer division algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1665
    • 提供者:jjx
  1. licheng

    0下载:
  2. 一个除法计算器和字母统计器,作为例程,希望可以让初学者快乐学习matlab,体验其中的快乐,毕竟兴趣才是最好的老师;-A calculator and letters and Statistics division, and as a routine, I hope will allow beginners to learn Happiness matlab, experience one of the happy, interested, after all, is the best teac
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1337
    • 提供者:buckly
  1. D

    0下载:
  2. 计算两个100位大数的除法,结果保留100位小数-Calculation of two of the division of large numbers 100, 100 to retain a small number of results
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:92009
    • 提供者:毛杰
  1. BigInt

    0下载:
  2. 大整数除法 比如说超过64位的整数相除-big int division
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2225
    • 提供者:liqiang
  1. weichu

    0下载:
  2. 用位运算的方法实现无符号整数的除法程序 -The method used to achieve bit unsigned integer division procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:981
    • 提供者:li shu
  1. MCS-51

    1下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为 快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-So far, a number of versions of the subroutine library published, they have their own characteristics. Library in the square root algorithm for fast approximation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-02-04
    • 文件大小:197676
    • 提供者:ahu
  1. mixfft

    0下载:
  2. 混合基快速傅里叶算法实现,针对任意长信号序列,按照预设分解成不同的基进行预算,减少除法与三角函数使用,精度高速度快。-Mixture Fast Fourier-based algorithm for arbitrarily long signal sequence, in accordance with the different pre-set into the base budget and reduce the use of division and the trigonometric f
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:17523
    • 提供者:moonlake_w
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:376712
    • 提供者:
  1. dashuyunsuanyuanma

    0下载:
  2. 实现了大数运算的加减乘除运算,其中除法最后参数为余数,返回值为除法结果-Achieved computing addition and subtraction multiplication and division operations of large numbers, including division over the last parameter is the number of results returned a value of division
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2552
    • 提供者:刘德坤
  1. weiji04

    0下载:
  2. 4.1 数据寻址方式 4.1.1 立即数寻址方式 4.1.2 寄存器寻址方式 4.1.3 存储器寻址方式 4.2 数据传送类指令 4.2.1 数据传送指令 4.2.2 堆栈操作指令 4.2.3 地址传送指令 4.3 算术运算类指令 4.3.1 加法指令 4.3.2 减法指令 4.3.3 乘法除法等指-you can see see
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:81536
    • 提供者:江畔
  1. largenumbers

    0下载:
  2. 大数加减乘除法 c++完成~ win32窗口~~!非常适合初学者-Multiplication and division addition and subtraction of large numbers c++ to complete the window ~ ~ ~ win32! Very suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:12185
    • 提供者:林杰
  1. hbok

    0下载:
  2. 汇编语言实现1位数的加减乘除运算,除法运算带余数-asghwegterg regergrhgehgrt erhgrrtjtyjyt
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:742
    • 提供者:出奇迹
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com