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

            稀疏矩陣的存取

            // test21.cpp : Defines the entry point for the console application.
            //

            #include 
            "stdafx.h"
            #include
            <iostream>
            #include
            <vector>
            #include
            <iomanip>
            using namespace std;

            template
            <class T>
            class Matrix;

            template 
            <class T>
            class Term{//矩陣中每個三元組的元素
            public:
                Term(
            int r,int c,T v):row(r),col(c),val(v){}
            //private:
                int row, col;//元素的行標,列標
                T val;//元素的值
                friend class Matrix<T>;
            };

            template 
            <class T>
            class Matrix{//矩陣
                template<class T>
                friend istream
            & operator>>(istream&, Matrix<T>&);
                template
            <class T>
                friend ostream
            & operator<<(ostream&, Matrix<T>&);
            public:
                Matrix(){mRow
            =0, mCol=0, nZeroNum=0;}
            private:
                vector
            <Term<T>> vec;
                
            int mRow,mCol;//矩陣的行數,列數
                int nZeroNum;//矩陣中的非零元素個數
            };

            template
            <class T>
            istream
            & operator>>(istream& in, Matrix<T>& m){//輸入矩陣
                cout<<"Enter the Row and Col of the Matrix: ";
                
            in>>m.mRow>>m.mCol;    //輸入矩陣的行數和列數
                cout<<"Enter the none Zeor Number of the Matrix: ";
                
            in>>m.nZeroNum;//輸入矩陣的非零元個數
                int r,c;
                T v;
                
            int k=m.nZeroNum;
                
            while(k--!=0){
                    cout
            <<"Enter the Elements of the Matrix: ";
                    
            in>>r>>c>>v;//矩陣中每一個非零元的行標,列標和值
                    m.vec.push_back(Term<T>(r,c,v));//將元素存到容器中去
                }
                
            return in;
            }

            template
            <class T>
            ostream
            & operator<<(ostream& out, Matrix<T>& m){//輸出矩陣
                
            //不用STL迭代器,手寫如下
                
            //int k=0;//用于遍歷vec中的每一個值
                
            //for(int i=0;i<m.mRow;i++){
                
            //    for(int j=0;j<m.mCol;j++){
                
            //        if(m.vec[k].row==i && m.vec[k].col==j)//如果m中vec中的第k個非零元素對應行標=i,列標=j,則輸出該值
                
            //            out<<setw(4)<<m.vec[k++].val;
                
            //        else
                
            //            out<<setw(4)<<"0";    //如果不存在第k個元素,輸出0
                
            //    }
                
            //    out<<endl;
                
            //}
                vector<Term<T>>::iterator iter=m.vec.begin(); 
                
            while(iter!=m.vec.end()){
                    
            for(int i=0;i<m.mRow;i++){
                        
            for(int j=0;j<m.mCol;j++){
                            
            if(iter->row==&& iter->col==j){
                                
            out<<setw(4)<<iter->val;//如果存在非零元素,則打印
                                iter++;
                            }
                            
            else
                                
            out<<setw(4)<<"0";//否則打印0                
                        }
                        
            out<<endl;
                    }
                }
                
            return out;
            }

            int main(){
                Matrix
            <int> m;
                cin
            >>m;
                cout
            <<m;
                system(
            "pause");
            }



            運行結果如下:
            Enter the Row and Col of the Matrix: 3 3
            Enter the none Zeor Number of the Matrix: 3
            Enter the Elements of the Matrix: 0 0 1
            Enter the Elements of the Matrix: 1 1 2
            Enter the Elements of the Matrix: 2 2 3
               1   0   0
               0   2   0
               0   0   3

            posted on 2008-10-26 16:41 deep2 閱讀(1551) 評論(0)  編輯 收藏 引用 所屬分類: 矩陣

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

            導航

            統計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            亚洲国产成人精品女人久久久| 成人午夜精品无码区久久| 国产精品久久久久国产A级| 国产91久久精品一区二区| 天天久久狠狠色综合| 日本亚洲色大成网站WWW久久| 久久亚洲AV无码精品色午夜 | 久久有码中文字幕| 久久久噜噜噜久久中文字幕色伊伊 | 伊人久久精品无码av一区| 国产一久久香蕉国产线看观看 | 久久91精品国产91久久麻豆| 久久久久97国产精华液好用吗| 免费久久人人爽人人爽av| 国产午夜精品理论片久久| 国内精品久久久久影院日本| 精品久久久久久无码不卡| 草草久久久无码国产专区| 国产精品久久久亚洲| 亚洲午夜久久久影院伊人| 青青草国产97免久久费观看| 国产欧美久久一区二区| 久久精品www人人爽人人| 精品久久久久久久久免费影院| 国内精品久久久久久不卡影院| 99久久超碰中文字幕伊人 | 国产成人AV综合久久| 久久精品亚洲一区二区三区浴池| 蜜臀久久99精品久久久久久| 久久久精品午夜免费不卡| 国产精品一区二区久久| 日日躁夜夜躁狠狠久久AV| 亚洲精品无码久久久久去q| 久久亚洲精品国产亚洲老地址| 人妻少妇精品久久| 色播久久人人爽人人爽人人片aV | 香蕉久久夜色精品升级完成 | 久久青草国产精品一区| 久久免费视频观看| 久久国产免费| 伊色综合久久之综合久久|