搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到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文件
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
20个8位无符号数求和
- 20个8位无符号数求和 两个6位BCD码完成减法运算
复数求和
- 通过输入4个实数分别代表2个复数的实数部分,按下ENTER键就可以显示他们求和的过程和结果
线性表操作
- 对线性表的一些操作,有一元多项式求和运算和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, there are Title documents.)
-一元多项式的求和
- 一元多项式求和,面向对象程序设计,课程设计作业(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)
n阶乘求和
- 使用c++实现的n阶乘求和的功能,在windows环境下运行。(The function of n factorial summation implemented by c++ is run in Windows environment.)
求和
- 给定一个数从零到自身的求和,简单的小程序(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.)
面积求和
- 使用方法: 1、 输入AP命令,在对话框中浏览并加载“面积求和.LSP”。 2、 输入ZMJ(总面积的拼音首字母)命令调用程序。 3、 根据提示选择要计算面积的各个图形。选择结束后就会得到面积之和。 注意:尽量选择封闭的多段线、样条线,不封闭也可以求面积,但结果意义不大(Usage method: 1, enter the AP command, browse and load "area summing.LSP" in the dialog box.