• <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>
            yoyouhappy的秘密花園
            歡迎來到我的秘密花園^^
            posts - 16,comments - 33,trackbacks - 0



            1.vector 的數(shù)據(jù)的存入和輸出:

            #include<stdio.h>
            #include<vector>
            #include <iostream>

            using namespace std;

            void main()

            {

               int i = 0;

                vector<int> v;

                for( i = 0; i < 10; i++ )

               {

                         v.push_back( i );//把元素一個(gè)一個(gè)存入到vector中

               }

               for( i = 0; i < v.size(); i++ )//v.size() 表示vector存入元素的個(gè)數(shù)

               {

                      cout << v[ i ] << "  "; //把每個(gè)元素顯示出來

               }

               cont << endl;

            注:你也可以用v.begin()和v.end() 來得到vector開始的和結(jié)束的元素地址的指針位置。你也可以這樣做:

            vector<int>::iterator iter;

            for( iter = v.begin(); iter != v.end(); iter++ )

            {
                cout << *iter << endl;
            }

            2. 對(duì)于二維vector的定義。

            1)定義一個(gè)10個(gè)vector元素,并對(duì)每個(gè)vector符值1-10。

            #include<stdio.h>
            #include<vector>
            #include <iostream>

            using namespace std;

            void main()
            {
             int i = 0, j = 0;

            //定義一個(gè)二維的動(dòng)態(tài)數(shù)組,有10行,每一行是一個(gè)用一個(gè)vector存儲(chǔ)這一行的數(shù)據(jù)。

            所以每一行的長度是可以變化的。之所以用到vector<int>(0)是對(duì)vector初始化,否則不能對(duì)vector存入元素。
             vector< vector<int> > Array( 10, vector<int>(0) ); 

            for( j = 0; j < 10; j++ )
             {
              for ( i = 0; i < 9; i++ )
              {
               Array[ j ].push_back( i );
              }
             }

             for( j = 0; j < 10; j++ )
             {
              for( i = 0; i < Array[ j ].size(); i++ )
              {
               cout << Array[ j ][ i ] << "  ";
              }
              cout<< endl;
             }
            }

            2)定義一個(gè)行列都是變化的數(shù)組。

            #include<stdio.h>
            #include<vector>
            #include <iostream>

            using namespace std;

            void main()
            {
             int i = 0, j = 0;

             vector< vector<int> > Array;
             vector< int > line;
             for( j = 0; j < 10; j++ )
             {
              Array.push_back( line );//要對(duì)每一個(gè)vector初始化,否則不能存入元素。
              for ( i = 0; i < 9; i++ )
              {
               Array[ j ].push_back( i );
              }
             }

             for( j = 0; j < 10; j++ )
             {
              for( i = 0; i < Array[ j ].size(); i++ )
              {
               cout << Array[ j ][ i ] << "  ";
              }
              cout<< endl;
             }
            }
                                                                                              -----zz自 http://blog.csdn.net/tjh666/archive/2007/05/11/1604119.aspx


            下面是我找的一些常用vector類的成員函數(shù)~

            push_back()插入一個(gè)元素
            pop_back() 可以彈出最后ch一個(gè)元素
            erase(iterator   it)可以刪除指定位置的元素
            size()求vector中的已存的元素個(gè)數(shù)
            clear()可以清空vector中的元素
            Vector constructors create vectors and initialize them with some data
            Vector operators compare, assign, and access elements of a vector
            assign assign elements to a vector
            at returns an element at a specific location
            back returns a reference to last element of a vector
            begin returns an iterator to the beginning of the vector
            capacity returns the number of elements that the vector can hold
            clear removes all elements from the vector
            empty true if the vector has no elements
            end returns an iterator just past the last element of a vector
            erase removes elements from a vector
            front returns a reference to the first element of a vector
            insert inserts elements into the vector
            max_size returns the maximum number of elements that the vector can hold
            pop_back removes the last element of a vector
            push_back add an element to the end of the vector
            rbegin returns a reverse_iterator to the end of the vector
            rend returns a reverse_iterator to the beginning of the vector
            reserve sets the minimum capacity of the vector
            resize change the size of the vector
            size returns the number of items in the vector
            swap swap the contents of this vector with another

            posted on 2007-07-18 14:00 yoyouhappy 閱讀(4512) 評(píng)論(0)  編輯 收藏 引用 所屬分類: 學(xué)習(xí)筆記轉(zhuǎn)載
            Priceline Travel
            Priceline Travel
            狼狼综合久久久久综合网| 久久这里有精品视频| 99久久精品日本一区二区免费| 久久影院综合精品| 草草久久久无码国产专区| 久久久久久精品无码人妻| avtt天堂网久久精品| 久久亚洲国产精品成人AV秋霞| 久久99精品久久久久久久不卡| 欧美激情精品久久久久久久| 久久久一本精品99久久精品88| 久久国产视频99电影| 国产精品青草久久久久婷婷| 合区精品久久久中文字幕一区| 久久亚洲国产中v天仙www| 久久综合狠狠综合久久综合88 | 欧美伊香蕉久久综合类网站| 欧美激情一区二区久久久| 国产精品欧美亚洲韩国日本久久| 人妻少妇久久中文字幕| 综合久久国产九一剧情麻豆| 少妇久久久久久被弄到高潮| 国产综合成人久久大片91| yy6080久久| 久久久精品久久久久久 | 无码专区久久综合久中文字幕| 激情久久久久久久久久| 岛国搬运www久久| 久久综合狠狠综合久久激情 | 精品久久久久久| 久久被窝电影亚洲爽爽爽| 99久久综合狠狠综合久久止| 99久久无色码中文字幕| 国产91色综合久久免费| 91精品无码久久久久久五月天| 国内精品人妻无码久久久影院| 99久久99久久| 久久综合狠狠综合久久激情 | 国产免费久久久久久无码| 久久久无码精品亚洲日韩软件| 亚洲国产成人精品久久久国产成人一区二区三区综 |