• <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 閱讀(1487) 評論(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)

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            囯产极品美女高潮无套久久久| 久久国产色av免费看| 欧美大香线蕉线伊人久久| 996久久国产精品线观看| 久久精品无码一区二区日韩AV| 一本色道久久综合狠狠躁篇| 亚洲中文字幕久久精品无码喷水| 精品久久久久久久国产潘金莲| 国产精品天天影视久久综合网| 久久99久久99小草精品免视看| 久久伊人五月丁香狠狠色| 亚洲中文久久精品无码ww16| 99re这里只有精品热久久| 欧美无乱码久久久免费午夜一区二区三区中文字幕 | 精品久久久久久无码中文字幕 | 99久久精品日本一区二区免费| 亚洲AⅤ优女AV综合久久久| 狠狠色丁香久久婷婷综合图片| 久久91综合国产91久久精品| 色青青草原桃花久久综合| 久久精品国产99久久丝袜| 99久久国产综合精品女同图片| 国产精品亚洲美女久久久| 日本久久久精品中文字幕| 久久国产精品久久精品国产| 一本色道久久综合| 精品久久久久国产免费| 2021久久精品国产99国产精品| 热RE99久久精品国产66热| 99久久精品国产毛片| 国产高潮国产高潮久久久91 | 精品久久久久国产免费| 精品久久8x国产免费观看| 色妞色综合久久夜夜| 久久亚洲国产成人影院网站| 久久天天躁狠狠躁夜夜2020| 国产欧美久久一区二区| 久久人人爽人人爽人人片av高请| 午夜精品久久久内射近拍高清| 久久精品无码免费不卡| 久久婷婷五月综合色99啪ak|