随笔分类 - c++
摘要:#include<iostream> #include<list> #include<string> #include<cstdlib> using namespace std; //使用list(双向链表)容器对象实现简单的学生管理系统 //list简单使用 class Student{ //学生
        阅读全文
                
摘要:#include<iostream> using namespace std; template<typename T> //函数模板 T maxr(T a,T b){ return a>b?a:b; } template<typename T> //类模板 class test{ private:
        阅读全文
                
摘要:https://www.cnblogs.com/alantu2018/p/8459250.html 大神的文章
        阅读全文
                
摘要:#include <iostream> #include <bitset>//bitset<t> t是二进制的01代码的长度 using namespace std; int main(){ int y; for(int i=0;i<=32;i++){ cout<<(bitset<5>)i<<end
        阅读全文
                

 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号