dashuai009
主页
项目
文章
关于
GitHub
主页
项目
文章
关于
GitHub
hello.cpp
C++23
1
import
std
;
2
3
int
main() {
4
std::println
(
Hello, world!
);
5
}
OUTPUT
./hello
›
Hello, world!
dashuai009
Rendering, modern C++, Rust and WebAssembly.
分类
技术笔记
46
标签
astro
blogging
c++20
KaTeX
lambda
learning in public
Rust
WebAssembly
linux缺页中断次数统计
2022-09-09
技术笔记
无标签
字
|
分钟
使用g++编译cpp20的module文件
2022-09-06
技术笔记
无标签
本文简单给出了两个文件,使用了c++20 的module特性,并说明了如何使用g++进行编译。
字
|
分钟
素数的计数
2022-09-03
技术笔记
无标签
存在无求多个素数、存在无穷多个模4余3的素数、算术级数的素数狄利克雷定理、素数定理、哥得巴赫猜想、孪生素数猜想、N方+1猜想
字
|
分钟
欧拉函数与中国剩余定理
2022-09-01
技术笔记
无标签
欧拉函数与中国剩余定理
字
|
分钟
欧拉公式
2022-08-29
技术笔记
无标签
欧拉公式及其证明
字
|
分钟
为存有Box<dyn T>的结构体实现Clone
2022-08-28
技术笔记
无标签
为存有Box<dyn T>的结构体实现Clone how to clone a struct storing a boxed trait object
字
|
分钟
费马小定理
2022-08-28
技术笔记
无标签
费马小定理及其证明
字
|
分钟
显卡更新驱动失败黑屏
2022-07-08
技术笔记
无标签
字
|
分钟
1
2
3
4
5
6