搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相
图形用户界面求和3
- 用java编的图形用户界面求和,挺简单实用,适合初学者-series with the graphical user interface for peace, they are simple and practical, suitable for beginners
阶乘求和问题
- 阶乘求和问题 C++算法-factorial algorithm C
求和管理的源代码
- 求和的简单计算器,Java文件
图形用户界面求和3
- 用java编的图形用户界面求和,挺简单实用,适合初学者-series with the graphical user interface for peace, they are simple and practical, suitable for beginners
阶乘求和问题
- 阶乘求和问题 C++算法-factorial algorithm C
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相
qiuhe
- %例15-1 NaN数据参与分析 a = magic(3) a(2,2) = NaN %用NaN表示遗失数据 sum(a) %对数据集进行求和- Example 15-1 NaN data involved in the analysis a = magic (3) a (2,2) = NaN missing data with NaN express sum (a) of data sets summation
diedaiqiuhe
- 基本的迭代求和办法,对初学者有帮助!希望大家提出宝贵意见!-Basic iterative summation approach helpful for beginners! Hope that we put forward valuable suggestions!
MATLABFUNCTION
- 一些常用的MATLAB函数,求和; 求导数; 求极限;求泰勒展开式-Some commonly used MATLAB function, summation order derivative seeking limits order Taylor expansion
multier
- 利用图元实现层次化设计,编程完成数字序列的乘积求和-The realization of the use of pixel-level design, programming to complete the product sum of the number of sequences
sqlselect
- 用sql语言完成包括计算列、求和、最大、最小值、各类选择条件、字符匹配、分组和排序,连接查询、嵌套查询及EXISTS查询等,体会各种查询的异同及相互之间的转换,体会各种查询的执行过程,为简单综合应用打下良好的基础-sql select
线性表操作
- 对线性表的一些操作,有一元多项式求和运算和Josephus环。参考《数据结构(java版)第4版》,内有题目文档。(Some operations on the linear table, there is a unary polynomial summation operations and Josephus ring. Refer to the data structure (Java Edition) Fourth Edition
-一元多项式的求和
- 一元多项式求和,面向对象程序设计,课程设计作业(It's about sum of unary polynomials and object oriented programming,It's my homework about .curriculum design.)
实例20_函数过程_累加求和
- 实例20_函数过程_累加求和(An instance of the 20_ function _ cumulative sum)
1
- 浙大算法竞赛的一道题目,多项式求和。本程序给出了它的简单实现以及标准答案。(A problem of Zhejiang University algorithm competition, polynomial summation. This program gives its simple implementation as well as the standard answer.)
cad 数字求和
- 计算cad图中数字的和(求和)并写在图纸中,常用于统计材料表中的总和(statistics; count; census; add up)
斐波那契数列
- 计算斐波那契数列求和的简单c语言程序,喜欢的朋友可以下载看看(it is an easy program to calculate Fibonacci sequence)
求和
- 给定一个数从零到自身的求和,简单的小程序(Given a number from zero to the sum of their own, a simple small program.)
for循环写的斐波那契数列求和
- 使用Labview方式编写斐波那契数列,并求和。(Labview is used to compile Fibonacci sequence and summation.)