• <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 閱讀(1559) 評論(0)  編輯 收藏 引用 所屬分類: 矩陣

            <2025年8月>
            272829303112
            3456789
            10111213141516
            17181920212223
            24252627282930
            31123456

            導航

            統計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            日韩精品久久无码中文字幕| 欧美亚洲国产精品久久蜜芽| 久久精品无码免费不卡| 久久精品中文字幕有码| 手机看片久久高清国产日韩| 亚洲午夜久久久久久噜噜噜| 久久99免费视频| 中文字幕亚洲综合久久菠萝蜜| 久久亚洲AV无码精品色午夜麻豆| 国产麻豆精品久久一二三| 久久99精品国产99久久6| 亚洲精品无码成人片久久| 91久久香蕉国产熟女线看| 欧美亚洲色综久久精品国产 | 大蕉久久伊人中文字幕| 国产精品99久久久久久宅男小说| 久久天天躁狠狠躁夜夜96流白浆| 久久99精品久久久久久9蜜桃| 亚洲午夜久久久久久久久久| 久久国产影院| 久久精品一区二区| 久久亚洲精品无码AV红樱桃| 日韩十八禁一区二区久久| 一级做a爰片久久毛片16| 少妇高潮惨叫久久久久久| 亚洲国产日韩综合久久精品| 久久婷婷五月综合97色直播| 久久国产精品成人影院| 久久婷婷国产剧情内射白浆| 久久本道综合久久伊人| 久久久精品午夜免费不卡| 国内精品人妻无码久久久影院 | 伊人久久无码中文字幕| 亚洲乱码日产精品a级毛片久久| 国产精品嫩草影院久久| 久久99国产精品久久99果冻传媒| 久久精品国产网红主播| 久久综合久久自在自线精品自| 国内精品人妻无码久久久影院导航 | 日本欧美国产精品第一页久久| 免费国产99久久久香蕉|