搜索资源列表

  1. poly

    0下载:
  2. 数据结构中,线性表的应用,利用单链表存储一元多项式,并实现单链表表示与相加操作-The data structure, the linear form of the application, the use of a single linked list is stored one dollar polynomial, and to achieve a single linked list representation and the
  3. 所属分类:软件工程

    • 发布日期:2024-05-06
    • 文件大小:4096
    • 提供者:房春英
  1. Newton3

    0下载:
  2. 一元二次方程牛顿迭代法的可视化,只要你输入参数以及逼近值,即以界面的形式输出结果以及图形-Dollar Quadratic Newton iteration method for visualization, as long as you enter the parameters and the approximation value, that is in the form of output interface, and graph
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1875968
    • 提供者:Bill Gates
  1. dataprocess

    0下载:
  2. 主要包括一元和多元线性回归分析、逐元回归分析-Mainly consists of a dollar and multiple linear regression analysis, by regression analysis, and so
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:7168
    • 提供者:陈忠宁
  1. solve

    0下载:
  2. 输入方程的系数,然后计算该一元二次方程的值-Enter the equation coefficients, and then calculate the dollar value of a quadratic equation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:258048
    • 提供者:朱英帅
  1. Ch2_Poly

    0下载:
  2. 这是用C语言实现的“一元多项式的加减乘算法”代码。-It is used C language implementation of " one dollar addition and subtraction by polynomial algorithm" code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:271360
    • 提供者:
  1. MFC

    0下载:
  2. MFC编程,解一元二次方程并输出一元二次方程-MFC programming, solution of quadratic equations and the output of one dollar one dollar quadratic equation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:1886208
    • 提供者:高宇
  1. calculator

    0下载:
  2. 一元多项式简单计算器实现一下基本功能: 1,输入并建立多项式 2,输出多项式,输出形式为整数序列:n,c1,e1,c2,c2,...,cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数 3,多项式a和b相加,建立多项式a+b 4,多项式a和b相减,建立多项式a-b. -Dollar sparse polynomial calculator.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:yangapple603
  1. 1

    0下载:
  2. 最优化设计中的可利用的黄金分割法 一元三次-Optimum design of the golden section method can be used three times a dollar
  3. 所属分类:汇编语言

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:leaf
  1. GA

    0下载:
  2. 此算法是用遗传算法解决一元函数的最值问题-This algorithm is a function of genetic algorithm to solve the most value of a dollar problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:wyy
  1. automat

    1下载:
  2. 自动售货机:1、通过开关选择购买6角或8角的邮票;2、按下购买键,开始购买;3、按相应键,输入1角、5角、1元硬币;4、当输入硬币总值大于等于欲买邮票价值时,相应邮票输出并找零(邮票输出,找零均用LED灯表示,找零也有1角、5角、1元三种)5、若想终止交易,可按退钱键,退出已输硬币,交易结束。-Vending machines: one, through the switch to choose to buy six cents or
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-06
    • 文件大小:991232
    • 提供者:duj
  1. nterpolation

    0下载:
  2. 计算机常用数值算法与程序,一元全区间等距插值,用拉格朗日插值公式计算指定插值点的函数近似值-Computer numerical algorithm and procedures used, a dollar equidistant between the region interpolation, Lagrange interpolation formula to calculate the function approximatio
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:32768
    • 提供者:阿庚
  1. shujujiegou

    0下载:
  2. 功能:完成两个n元多项式作乘法,给出明确的等式形式。 分步实施:1). 初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 2). 完成最低要求:建立一个文件,实现两个一元二次多项式作乘法。 3). 进一步要求:实现三元二次多项式的乘法。 -Function: the completion of two n-polynomial for multiplication, given the form of a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:271360
    • 提供者:杨尘
  1. duoxiangshi

    0下载:
  2. 编程求两个一元多项式的乘积。 输入   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出   以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,   零
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:204800
    • 提供者:martinwok
  1. polynomial

    0下载:
  2. 本程序实现一元多项式合并。本程序输入方式为按项输入,每输入一个项,会先提示输入项的幂,再提示输入项的系数。-This procedure combined to achieve a dollar polynomial. This procedure according to entry input methods for the input, one for each input item, it will first prompt e
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:54272
    • 提供者:moon walker
  1. duoxiangshi

    0下载:
  2. 一元稀疏多项式简单计算器代码 调试过 可行-Dollar sparse polynomial
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:12288
    • 提供者:ylj
  1. Polynomial

    0下载:
  2. 一元多项式相加,输入两个一元多项式,输入的时候以系数和指数为特征值,输入完毕时以0,0结束-Polynomial the sum of one dollar, one dollar input two polynomials, when the input to coefficient and index for the characteristic value, enter the end of the conclusion to 0
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:7168
    • 提供者:arthur
  1. 3

    0下载:
  2. 设计一个一元稀疏多项式简单计算器 [基本要求] 一元稀疏多项式简单计算器的基本功能是: (1)输入并建立多项式; (2)输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,…..,cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按指数降序排列; (3)多项式a和b相加,建立多项式a+b (4)多项式a和b相减,建立多项式a—b。-Design a one dollar a
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:147456
    • 提供者:楚潇
  1. 3

    0下载:
  2. 一元稀疏多项式计算器.cpp 主要是完成两个一元多项式的相加、相减,并将结果输出。-Dollar sparse polynomial calculator. Cpp notably the completion of two unary polynomial addition, subtraction, and the resulting output.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:张彬
  1. fx

    0下载:
  2. c++程序代码,能够计算一元n次方程,感觉还可以-c++ program code, to calculate a dollar n-equation can also be felt
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:红胜
  1. example3

    0下载:
  2. 分别建立命令文件和函数文件 转换想x,y的值 求一元二次方程的根-The establishment of a command file and function file Conversion to x, y values Seeking the root of one dollar a quadratic equation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:nianhua
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »

源码中国 www.ymcn.org