• <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>

            稀疏多項式的實現

             

            #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){//輸入單項,包括指數和系數
                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){//重載實現對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 閱讀(1488) 評論(2)  編輯 收藏 引用 所屬分類: 鏈表

            評論

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

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

            # re: 稀疏多項式的實現 2008-10-25 17:14 deep2

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

            <2008年10月>
            2829301234
            567891011
            12131415161718
            19202122232425
            2627282930311
            2345678

            導航

            統計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            国产AⅤ精品一区二区三区久久| 久久―日本道色综合久久| 精品国产一区二区三区久久久狼| 少妇人妻综合久久中文字幕 | 久久亚洲国产成人影院| 亚洲精品tv久久久久久久久| 国产精品视频久久| 欧美精品国产综合久久| 99精品国产在热久久无毒不卡| 国产精品久久久天天影视香蕉| 欧美亚洲国产精品久久久久| 国产精品久久久久久影院| 成人综合久久精品色婷婷| 午夜天堂精品久久久久| segui久久国产精品| 伊人色综合久久天天人手人婷| 九九久久精品国产| 99精品久久久久中文字幕| 久久中文字幕视频、最近更新| 国产精品久久久久…| 久久亚洲国产成人影院| 久久高清一级毛片| 久久电影网一区| 亚洲成人精品久久| 成人午夜精品久久久久久久小说| 久久无码国产专区精品| 久久99久久成人免费播放| 精品亚洲综合久久中文字幕| 色欲久久久天天天综合网精品| 久久最新免费视频| 欧美大战日韩91综合一区婷婷久久青草| 精品亚洲综合久久中文字幕| 久久天天躁狠狠躁夜夜躁2O2O | 久久99国产精品久久99| 久久久久女人精品毛片| 久久精品亚洲中文字幕无码麻豆| 99久久做夜夜爱天天做精品| 国产香蕉久久精品综合网| 少妇人妻综合久久中文字幕| 国产亚洲精品久久久久秋霞| 亚洲国产成人精品91久久久|