摘要: <pre> 这是一行文字,其中包含了一段多行的代码块:<code style="display: inline-block;white-space: pre;margin: 0;">int main() { printf("Hello, world!"); return 0; </code>文字继续 阅读全文
posted @ 2023-04-14 22:36 好人~ 阅读(93) 评论(0) 推荐(0)
摘要: 参考: [【公开课】现代C++进阶:模板元编程与函数式](https://www.bilibili.com/video/BV1ui4y1R78s) [ppt和代码](https://github.com/parallel101/course/tree/master/03) 在高性能计算中,一般使用函 阅读全文
posted @ 2023-04-14 22:32 好人~ 阅读(85) 评论(0) 推荐(0)