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

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            久久中文字幕无码专区| 久久伊人五月丁香狠狠色| 91久久精品电影| 人妻中文久久久久| 久久精品中文字幕一区| 国产精品99久久99久久久| 国内精品久久久久久久亚洲| 久久天天躁狠狠躁夜夜不卡| 91精品国产综合久久婷婷 | 久久无码精品一区二区三区| 午夜精品久久久内射近拍高清 | 欧美丰满熟妇BBB久久久| 精品久久香蕉国产线看观看亚洲| 久久精品免费大片国产大片| 久久99精品久久久久子伦| 欧美国产成人久久精品| 久久ww精品w免费人成| 亚洲国产精品无码久久九九| 99久久婷婷免费国产综合精品| 欧美精品九九99久久在观看| 国产精品gz久久久| 久久精品国产福利国产秒| 天天躁日日躁狠狠久久| 久久夜色精品国产| 久久精品亚洲男人的天堂| 久久精品国产亚洲一区二区| 欧美亚洲色综久久精品国产| 久久天天躁狠狠躁夜夜avapp| 久久久久国产精品嫩草影院| 欧美久久精品一级c片片| 久久国产精品无码一区二区三区| 99久久这里只精品国产免费| 久久久久无码中| 亚洲国产精品综合久久网络| 国产高潮久久免费观看| 一本久久久久久久| 国产精品狼人久久久久影院| 国产成人久久久精品二区三区| 亚洲一本综合久久| 久久996热精品xxxx| 日批日出水久久亚洲精品tv|