-
poly-cacu
本题要求实现对两个多项式的简单计算,实验要求完成一元多项式以及多元多项式的四则运算,计算后能将结果输出。
对于多项式,它由系数,未知元以及指数组成,考虑到它包括的属性较多,故链表是一种非常不错的选择。题目有两个关键点:第一、识别多项式每一项的系数与指数;第二、对结果能很好的合并同类项。
解题方法:链表实现,多项式指数系数识别,加减乘除等四则运算分别模拟笔算的过程。多元多项式增加指数数组,方法与一元相似。
(This question required to achieve a simple calculation of the two polynomials, the experimental requirements to complete a polynomial and multivariate polynomial arithmetic, calculation results can output. For the polynomial, which consists of coefficients, the unknown element and the index composition, given that it includes more properties, so the list is a very good choice. There are two key questions: First, identify the polynomial coefficients and each of the index Second, the results can be a good merger of similar items. Problem-solving approach: linked list, index polynomial coefficients identification, addition, subtraction and other arithmetic were simulated written calculation process. Increase the index of multiple polynomial array method and a dollar similar.)
- 2011-10-04 21:04:38下载
- 积分:1
-
1
说明: 研究生C++课上老师讲解的程序,从中能领会到书上学不到的东西(多态与虚函数)(small programs for C++ programming)
- 2011-11-16 09:26:00下载
- 积分:1
-
PetShop4.0
宠物商店4.0版本,及详细分析和整理内容(Petstores 4.0 version, and a detailed analysis and organize content)
- 2014-10-23 12:32:43下载
- 积分:1
-
brew-app-Snake
brew应用-贪吃蛇原码,学习如何使用brew进行编程,动态应用的实现方式(brew app- snake source code)
- 2009-05-13 11:06:20下载
- 积分:1
-
Hyperspectralterrain-classfic
高光谱图像的地物分类技术,对光谱分析并对比检测出地景的算法(Fifth hyperspectral image classification techniques, algorithms for spectral analysis and contrast detect landscapes)
- 2013-11-29 11:06:20下载
- 积分:1
-
2401-FOR-xs128
助赢无线发射模块24l01调试程序for xs128(24l01 debugger to help win wireless transmitter module for xs128)
- 2013-04-08 09:20:01下载
- 积分:1
-
Computergraphics
英文原本经典计算机图形学教程,PPT格式,很好的学习材料和上课资料(English was the classic computer graphics course, PPT format, good learning materials and school information)
- 2009-06-05 19:45:22下载
- 积分:1
-
boykov_kolmogorov_max_flow.cpp
Maximum Flow Graph (Boykov Kolmogorov Algorithm)
- 2013-10-09 03:12:32下载
- 积分:1
-
DrawCube3d
Rotating 3D cube not OpenGL
- 2011-01-15 00:13:25下载
- 积分:1
-
treectrl
带复选框可拖拽的树形控件类,继承自MFC的CTreeCtrl。(Draggable tree with a checkbox control class)
- 2013-08-19 10:27:20下载
- 积分:1