22

zjl138 (已有 1238815 次访问)

生日: 1988年1月10日
网址: http://hi.bccn.net/216607

日志 (查看全部日志..)

最新 10 篇

更多日志..

  • map && multimap
    //the usage of multimap is as same as the map #include<iostream> #include<map> #include<string> us

    阅读全文|08-17 14:34|没有评论

  • construct map && multimap
    //map's constructor,and the multimap's constructor is as some as the map's #include<iostream> #include<map> #i

    阅读全文|08-17 14:30|没有评论

  • Multiset
    //multiset #include<iostream> #include<set> #include<algorithm> using namespace std ; int m

    阅读全文|08-17 14:28|没有评论

  • Set
    #include<iostream> #include<set> using namespace std ; int main ( void ) {     set <

    阅读全文|08-17 14:26|没有评论

  • construct Set && Multiset
    //set //multiset's constructor is as same as the set #include<iostream> #include<set> using namespace std ;

    阅读全文|08-17 14:24|没有评论

  • List
    #include<iostream> #include<list> #include<algorithm> using namespace std ; int main ( void ) {

    阅读全文|08-17 14:21|没有评论

  • Deque
    //Deque(dounle_ended queues] #include<iostream> #include<deque> #include<string> #include<ite

    阅读全文|08-17 14:16|没有评论

  • Vector
    #include<iostream> #include<vector> #include<algorithm> #include<iterator> using namesp

    阅读全文|08-17 14:12|没有评论

  • 声明一下,我这里贴代码用的高亮软件是雨中飞燕之作.
    本代码使用的高亮软件是雨中飞燕之作: "HighlightCodeV3.0 software by yzfy(雨中飞燕) http://yzfy.org **"   大家看代码时

    阅读全文|08-02 23:13|没有评论

  • 我写的HashTable
    //HashTable.h #include<iostream> const int defaultsize = 100 ; enum KindOfStatus { Active,Empty,Deleted } ; template &

    阅读全文|08-01 11:12|1人评论

留言板

最新留言

全部

  • Guest
    Guest 2008-05-08 18:50
    大侠,,,,帮我写一个具体的稀疏矩阵转置的程序吧! 就写三行四列 ,,0 0 2 0 5 0 3 0 4 0 0 0 ,,,,在此谢谢了!
  • Guest
    Guest 2008-05-08 18:50
    大侠,,,,帮我写一个具体的稀疏矩阵转置的程序吧! 就写三行四列 ,,0 0 2 0 5 0 3 0 4 0 0 0 ,,,,在此谢谢了!