• <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)  編輯 收藏 引用 所屬分類: 矩陣

            <2025年6月>
            25262728293031
            1234567
            891011121314
            15161718192021
            22232425262728
            293012345

            導航

            統計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            久久久这里有精品中文字幕| 精品久久久久久国产免费了| 国产精品美女久久福利网站| 亚洲精品美女久久久久99| 久久午夜羞羞影院免费观看| 国产午夜精品理论片久久影视| 久久99热狠狠色精品一区| 久久免费观看视频| 99久久婷婷免费国产综合精品| 久久精品这里只有精99品| 99蜜桃臀久久久欧美精品网站| 国产精品久久国产精麻豆99网站| 一本大道久久香蕉成人网| 国内精品久久久久影院日本| 久久夜色精品国产www| 久久夜色精品国产噜噜噜亚洲AV| 久久精品亚洲福利| 国产成人精品久久一区二区三区av | 久久国产亚洲精品无码| 久久青青草原精品国产软件 | 亚洲精品成人久久久| 久久久一本精品99久久精品66| 精品久久久久国产免费 | 国产精品99久久久久久www| 色综合久久无码五十路人妻| 少妇被又大又粗又爽毛片久久黑人| 久久久久久国产精品免费无码| 亚洲伊人久久综合中文成人网| 国产成人无码精品久久久久免费| 久久久久成人精品无码中文字幕| 久久毛片免费看一区二区三区| 久久国产香蕉视频| 久久99精品九九九久久婷婷| 久久久久久综合一区中文字幕 | 国产一区二区三精品久久久无广告| 久久久久99精品成人片试看 | 99久久精品国产高清一区二区 | 狠狠色丁香久久婷婷综合| 一本色道久久88综合日韩精品| 久久精品成人| 热久久视久久精品18|