Avatar notebook default
5篇文章 · 196字 · 1人关注
  • cuda share memory

    64 k per mp48 k per block

  • Ubuntu网络重置

    参考[https://itsfoss.com/restart-network-ubuntu/#:~:text=Restart%20network...

  • 代码测试

    ![](http://upload-images.jianshu.io/upload_images/235

  • std::move

    std::move(A); 是把A当做右值处理,此时变量A仍然是左值。 若A的类型是CA,定义了移动构造函数 CA B(std::move(A)...

  • C++中的OOP

    C++中的OOP。 多态:静态类型和动态类型。区别出现在指针或引用上。编译时是引用或指针的类型,而运行是则是对象的类型。调用的函数是虚函数才会出...

文集作者