• <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 的數據的存入和輸出:

            #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 );//把元素一個一個存入到vector中

               }

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

               {

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

               }

               cont << endl;

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

            vector<int>::iterator iter;

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

            {
                cout << *iter << endl;
            }

            2. 對于二維vector的定義。

            1)定義一個10個vector元素,并對每個vector符值1-10。

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

            using namespace std;

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

            //定義一個二維的動態數組,有10行,每一行是一個用一個vector存儲這一行的數據。

            所以每一行的長度是可以變化的。之所以用到vector<int>(0)是對vector初始化,否則不能對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)定義一個行列都是變化的數組。

            #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 );//要對每一個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類的成員函數~

            push_back()插入一個元素
            pop_back() 可以彈出最后ch一個元素
            erase(iterator   it)可以刪除指定位置的元素
            size()求vector中的已存的元素個數
            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) 評論(0)  編輯 收藏 引用 所屬分類: 學習筆記 、轉載
            Priceline Travel
            Priceline Travel
            国产巨作麻豆欧美亚洲综合久久| 久久久久久亚洲精品无码| 久久人与动人物a级毛片| 色综合合久久天天给综看| 久久久亚洲裙底偷窥综合| 人妻久久久一区二区三区| 国产精品久久久久久福利69堂| 青青青国产精品国产精品久久久久 | 97久久超碰国产精品2021| 国产成人精品白浆久久69| 久久精品国产清自在天天线| 久久精品国产男包| 久久综合丝袜日本网| 久久天天躁夜夜躁狠狠躁2022 | 狠狠色婷婷久久一区二区三区| 久久精品国产精品国产精品污| 一97日本道伊人久久综合影院| 99国产精品久久| 天天爽天天狠久久久综合麻豆| 国产精品免费久久久久久久久| 色欲久久久天天天综合网| 久久久久一本毛久久久| 国产69精品久久久久777| 欧美国产成人久久精品| 久久国产精品免费一区| 久久精品一区二区| 7777精品久久久大香线蕉| 四虎影视久久久免费| 国产精品99久久不卡| 久久久青草青青亚洲国产免观| 久久男人Av资源网站无码软件| 97久久婷婷五月综合色d啪蜜芽| 久久久久婷婷| 久久亚洲精品无码观看不卡| 国产免费福利体检区久久| www亚洲欲色成人久久精品| 伊人色综合久久天天| 91久久香蕉国产熟女线看| 久久久噜噜噜www成人网| 久久人人妻人人爽人人爽| 无码人妻久久一区二区三区免费|