• <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>
            posts - 20,  comments - 6,  trackbacks - 0
             1 #include <iostream>
             2 #include <assert.h>
             3 #include <set>
             4 #include <string>
             5 using namespace std;
             6 
             7 struct employee
             8 {
             9 //Member Function
            10 public:
            11  employee() {}             //默認(rèn)構(gòu)造函數(shù)
            12  employee(long eID, string e_Name, float e_Salary);
            13 
            14 //Attribute
            15 public:
            16  long ID;                  //Employee ID
            17  string name;              //Employee Name
            18  float salary;           //Employee Salary
            19 };
            20 
            21 //員工類(lèi)構(gòu)造函數(shù)
            22 employee::employee(long eID, string e_Name, float e_Salary)
            23 : ID(eID), name(e_Name), salary(e_Salary) {}
            24 
            25 //用于對(duì)Set容器排序的函數(shù)對(duì)象
            26 class KeyComp
            27 {
            28 public:
            29  bool operator() (const employee& A, const employee& B)
            30  {
            31   return (A.salary < B.salary);
            32  }
            33 };
            34 
            35 
            36 //定義一個(gè)元素類(lèi)型為employee、按KeyComp排序的Set容器類(lèi)型
            37 typedef set<employee, KeyComp> EMPLOYEE_SET;
            38 //定義MultiSet容器的隨機(jī)訪問(wèn)迭代器類(lèi)型
            39 typedef set<employee, KeyComp>::iterator EMPLOYEE_IT;
            40 //定義MultiSet容器的反向迭代器類(lèi)型
            41 typedef set<employee, KeyComp>::reverse_iterator EMPLOYEE_RIT;
            42 
            43 //函數(shù)功能:正向輸出Set容器對(duì)象的所有元素
            44 //參數(shù):一個(gè)Set容器對(duì)象
            45 //返回值:無(wú)
            46 void output_set(EMPLOYEE_SET e)
            47 {
            48  assert(!e.empty());
            49  EMPLOYEE_IT it;
            50  for (it = e.begin(); it != e.end(); it++)
            51  {
            52   cout << (*it).ID << '\t' << (*it).name << '\t' << (*it).salary << endl;
            53  }
            54 }
            55 
            56 //函數(shù)功能:逆向輸出Set容器對(duì)象的所有元素
            57 //參數(shù):一個(gè)Set容器對(duì)象
            58 //返回值:無(wú)
            59 void reverse_output_set(EMPLOYEE_SET e)
            60 {
            61  assert(!e.empty());
            62  EMPLOYEE_RIT rit;
            63  for (rit = e.rbegin(); rit != e.rend(); rit++)
            64  {
            65   cout << (*rit).ID << '\t' << (*rit).name << '\t' << (*rit).salary << endl;
            66  }
            67 }
            68         
            69 int main(int argc, char* argv[])
            70 {
            71  EMPLOYEE_SET employees;           //聲明一個(gè)容器對(duì)象
            72  
            73  //下面的三條語(yǔ)句分別構(gòu)造三個(gè)employee對(duì)象,然后插入MultiSet容器對(duì)象employees
            74  employees.insert(EMPLOYEE_SET::value_type(100"huahua"20000));
            75  employees.insert(EMPLOYEE_SET::value_type(101"jiafeng"8000));
            76  employees.insert(EMPLOYEE_SET::value_type(102"guangli"10000));
            77 
            78  //注意下面的兩條語(yǔ)句,因?yàn)槭荢et,不允許有重復(fù)的值,所以?xún)蓚€(gè)employee對(duì)象只會(huì)有一條加入到Set容器
            79  employees.insert(EMPLOYEE_SET::value_type(103"jiahui"12000));
            80  employees.insert(EMPLOYEE_SET::value_type(103"jiahui"12000));
            81 
            82  //正向和逆向輸出Set容器對(duì)象的所有元素
            83  assert(!employees.empty());
            84  cout << "From Head To Tail:" << endl;
            85  output_set(employees);
            86 
            87  cout << "From Tail To Head:" << endl;
            88  reverse_output_set(employees);
            89 
            90 
            91  cout << "Set容器對(duì)象employees是否為空? " << (employees.empty() ? "TRUE" : "FALSE"<< endl;
            92  cout << "Set容器對(duì)象employees共有" << employees.size() << "個(gè)employee對(duì)象!" << endl;
            93 
            94  return 0;
            95 }

            posted on 2009-02-09 16:48 混沌的云 閱讀(689) 評(píng)論(0)  編輯 收藏 引用

            只有注冊(cè)用戶(hù)登錄后才能發(fā)表評(píng)論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問(wèn)   Chat2DB   管理


            <2025年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            常用鏈接

            留言簿(1)

            隨筆檔案

            搜索

            •  

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            国产激情久久久久影院| 亚洲中文字幕无码久久综合网 | 久久无码国产专区精品| 日本WV一本一道久久香蕉| 亚洲综合日韩久久成人AV| www.久久热.com| 无码8090精品久久一区| 国内精品九九久久久精品| 99久久夜色精品国产网站| 7777久久久国产精品消防器材| 国产精品一区二区久久| 香蕉99久久国产综合精品宅男自 | 亚洲国产精品无码久久九九| 2021国内久久精品| 99久久伊人精品综合观看| 国产精品久久久香蕉| 国产午夜电影久久| 国产69精品久久久久9999APGF| 亚洲一区中文字幕久久| 蜜臀av性久久久久蜜臀aⅴ| 综合久久精品色| 成人亚洲欧美久久久久| 国产精品99久久精品| 中文字幕乱码人妻无码久久| 久久中文字幕无码专区| 久久国产精品-国产精品| 久久精品国产亚洲AV嫖农村妇女| 亚洲欧美久久久久9999| 久久精品一区二区影院| 精品国产综合区久久久久久| 久久伊人精品青青草原高清| 国产成人综合久久综合| 久久久噜噜噜久久熟女AA片| 无码伊人66久久大杳蕉网站谷歌| 免费精品久久天干天干| 久久久亚洲裙底偷窥综合| 久久人人爽人人爽人人片AV不| 热久久最新网站获取| 久久久亚洲AV波多野结衣| 久久精品国产精品亚洲精品| 亚洲va中文字幕无码久久|