• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            稀疏多項式的實現(xiàn)

             

            #include "stdafx.h"
            #include 
            <iostream>
            #include
            <list>
            #include
            <assert.h>
            using namespace std;

            class Term{ //代表多項式中的每一項
                friend ostream& operator<<(ostream&, Term&);
                friend istream
            & operator>>(istream&, Term&);
                friend 
            class Polynominal;
            public:
                Term(
            int c,int e) : coef(c), exp(e){}
                Term
            & operator+(Term&);
            private:
                
            int coef;
                
            int exp;
            };

            ostream
            & operator<<(ostream& out, Term& t){//輸出單項
                if(t.coef==0return out;
                
            else if(t.coef>0out<<"+";
                
            out<<t.coef<<"x^"<<t.exp;
                
            return out;
            }

            istream
            & operator>>(istream& in, Term& t){//輸入單項,包括指數(shù)和系數(shù)
                cout<<"Input coef & exp: "<<endl;
                
            in>>t.coef>>t.exp;
                
            return in;
            }

            Term
            & Term::operator +(Term& t){//項與項的加法    
                assert(exp==t.exp);
                Term
            * term=term=new Term(coef+t.coef, exp);
                
            return *term;
            }

            /********************************************************************
            *******************************************************************
            */

            class Polynominal{//多項式,用一個鏈表存儲
                friend istream& operator>>(istream&, Polynominal&);
                friend ostream
            & operator<<(ostream&, Polynominal&);
            public:
                Polynominal
            & operator+(Polynominal&);
            private:
                list
            <Term> pList;
            };

            istream
            & operator>>(istream& in, Polynominal& poly){//輸入Polynominal
                int n=0;
                cout
            <<"Input NUM of Term: "<<endl;
                cin
            >>n;
                cout
            <<"Input Every Term of The Polynominal: "<<endl;
                Term t(
            0,0);
                
            for(int i=0;i<n;i++){
                    cin
            >>t;
                    poly.pList.push_back(t);
                }
                
            return in;
            }

            template 
            <class T>
            ostream
            & operator<<(ostream& out, list<T>& myList){//重載實現(xiàn)對list的輸出
                list<T>::iterator iter;
                
            for(iter=myList.begin();iter!=myList.end();iter++)
                    cout
            <<*iter<<" ";
                cout
            <<endl;
                
            return out;
            }

            ostream
            & operator<<(ostream& out, Polynominal& poly){//輸出Polynominal
                out<<poly.pList;
                
            return out;
            }

            posted on 2008-10-23 18:44 deep2 閱讀(1495) 評論(2)  編輯 收藏 引用 所屬分類: 鏈表

            評論

            # re: 稀疏多項式的實現(xiàn) 2008-10-25 16:51 金山詞霸2008

            稀疏多項式一般用于什么場合呢?  回復(fù)  更多評論   

            # re: 稀疏多項式的實現(xiàn) 2008-10-25 17:14 deep2

            @金山詞霸2008
            比如:A = 3x^99 + 4x^999
            B = 2x^2 + 6x^99
            求 A+B  回復(fù)  更多評論   

            <2025年8月>
            272829303112
            3456789
            10111213141516
            17181920212223
            24252627282930
            31123456

            導(dǎo)航

            統(tǒng)計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            久久免费视频1| 欧美一级久久久久久久大| 久久婷婷成人综合色综合| 国产成人无码久久久精品一| 国产精品禁18久久久夂久 | 精品久久久久久亚洲精品| 久久久91精品国产一区二区三区| 久久国产成人| 97精品久久天干天天天按摩| 久久乐国产精品亚洲综合| 国产成人久久AV免费| 精品久久久久久无码不卡| 777久久精品一区二区三区无码| 尹人香蕉久久99天天拍| 久久国产一区二区| 久久青青草原精品国产| 久久男人中文字幕资源站| 一本大道久久a久久精品综合| 久久精品国产2020| 久久露脸国产精品| 久久精品夜色噜噜亚洲A∨| 国产精品免费福利久久| 伊人久久无码中文字幕| 无码任你躁久久久久久老妇| 成人亚洲欧美久久久久| www.久久热.com| 国产精品99久久99久久久| 久久国产精品一国产精品金尊| 18禁黄久久久AAA片| 色狠狠久久综合网| 人人狠狠综合88综合久久| 久久精品免费大片国产大片| 88久久精品无码一区二区毛片| 国产亚洲综合久久系列| 久久久亚洲欧洲日产国码aⅴ| 伊人久久无码中文字幕| 无码国产69精品久久久久网站| 亚洲精品无码久久久久去q| 久久精品午夜一区二区福利| av无码久久久久不卡免费网站| AA级片免费看视频久久|