搜索资源列表

  1. Polynomial

    0下载:
  2. 多项式,可以计算出不同的多项式,可用于计算器的设计中-Polynomials, we can calculate the different polynomial, can be used for the design of the calculator
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:wulei
  1. DPD_sim

    1下载:
  2. Digital Predistortion of Nonlieaner RF Power Amplifier with Memory Effects. This M code simulates a DPD technique linearization for a AB-class nonlinear HPA with memory effects. Here we consider a memory polynomial pr
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:19976192
    • 提供者:shahram
  1. two-unary-polynomial-of-the-product

    0下载:
  2. 用C语言实现两个一元多项式的乘积,输入数据为两行,分别表示两个一元多项式,每个一元多项式以指数递增的顺序输入多项式各项的系数、指数。最后以指数递增的形式输出乘积。-C language with two unary polynomial of the product, the input data for the two lines, respectively, two unary polynomials, each one dolla
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:黑白结
  1. Generator-polynomial

    1下载:
  2. Codec Matlab to generate cyclic codes for given data and Generator polynomial.
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:neysser
  1. Polynomial

    0下载:
  2. 多项式的运算,只是简单的加法和乘法。减法可以通过加法修改就可以了,但是除法就有点难度对于本人刚学的来说-Polynomial operations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:沛东
  1. One-dollar-sparse-polynomial

    0下载:
  2. 一元稀疏多项式,数据结构期末报告,一元稀疏多项式!-One dollar sparse polynomial, data structures final report, a dollar sparse polynomial!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:cai weiguo
  1. one-yuan-polynomial-calculations

    0下载:
  2. 实现两个一元多项式的相加。用链式存储方式表示多项式。-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:赵雪儿
  1. Polynomial-data-fitting

    0下载:
  2. 用一次,二次,三次多项式根据最小二乘原则拟合数据-Used once, twice, three times the principle of least squares polynomial fitting the data according to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:942080
    • 提供者:zhangjiahui
  1. polynomial

    0下载:
  2. polynomial源代码,多项式C语言/C++作业-polynomial source code polynomial in C/C++ jobs
  3. 所属分类:软件工程

  1. lsm

    0下载:
  2. 最小二乘法matlAB源码最小二乘实现多项式拟合,数值分析作业,给初学者作为参考-Achieve least-squares polynomial fitting matlAB source least squares, numerical analysis operations, as a reference for beginners
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:宁中为
  1. Cyclic-Redundancy-Code-(CRC)-Polynomial-Selection

    0下载:
  2. Cyclic Redundancy Code (CRC) Polynomial Selection For Embedded Networks
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:161792
    • 提供者:ElEdu
  1. cyclic_decoder

    0下载:
  2. (7,4)系统循环码译码器 decode_out = cyclic_decoder(decode_in) 该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1 输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解 码后的信息码字,是1×4的行向量。 函数运行时,同时画出接收循环码字和译出码字的波形图。 - (7,4) system cycle
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:wangxiaoyu
  1. Polynomial-operations

    0下载:
  2. 单链表存储多项式,头结点可存放多项式 的参数,如项数等-Single-chain storage polynomials, the first node can store the polynomial parameters, such as the number of items, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:阿园
  1. linked-list-polynomial-sum

    0下载:
  2. 用链表表示一元多项式,写一算法完成两个一元多项式相加。-Represents a polynomial with a linked list, write an algorithm to complete two one-polynomial sum.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:318464
    • 提供者:newthursday
  1. Polynomial

    0下载:
  2. 利用线性表实现一个一元多项式Polynomial,能够实现一元多项式的输入和输出,相加,求导,相乘,求值等-By using the linear table to realize a unary Polynomial ,Can realize a yuan polynomial input and output, addition, derivation, multiplication, evaluated, etc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:fairy
  1. polynomial-computer

    0下载:
  2. delphi实现的多项式计算器,具有可视化界面。-delphi realize the polynomial calculator, with a visual interface.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-15
    • 文件大小:183296
    • 提供者:jianminyin
  1. polynomial

    0下载:
  2. 多项式处理。本程序可以对多项式进行一些处理,可以实现加减乘除求余,计算多项式的值等功能-Polynomial processing. The program can handle some of the polynomial can be achieved modulo addition, subtraction, calculate the value of polynomial functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Yuan
  1. fourior-algorithm-for-polynomial

    0下载:
  2. 快速傅立叶变换来解决多项式乘法(包括大整数乘法)等操作。-Fast Fourier transform to solve the polynomial multiplication (including large integer multiplication) and other operations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:julaiti
  1. Polynomial

    0下载:
  2. 多项式相加 提供一元多项式的加法运算 文件包含两个类-Added to provide a polynomial polynomial addition operation file contains two classes
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. add-multiple-polynomial

    0下载:
  2. 一元多项式的实现,用链表的方法实现一元多项式运算-One yuan polynomial realization of the method with a list achieve a polynomial expression
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:liu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org