avatar
文章
93
标签
38
分类
18
首页
归档
标签
分类
LogoHuayi
搜索
首页
归档
标签
分类

Huayi

C++
发表于2022-07-14|CS Language
Introduction C++是一种兼具面向过程和面向对象特征的编程语言 Start 让我们写下第一个C++文件! hello.cpp123456789#include <iostream>using namespace std;int main(){ cout << "Hello World!" << endl; return 0;} 使用Linux命令行来调用编译器 1$ g++ -o hello hello.cpp 运行编译好的程序 12$ ./helloHello World!
Markdown
发表于2022-07-14|CS Tools
Introduction Markdown是一种标记语言,而Latex是一种排版系统 Usage 标题 123456# Title## Title### Title#### Title##### Title###### Title 引用 12> Learn what is to be taken seriously and laugh at the rest.> ― Herman Hesse Learn what is to be taken seriously and laugh at the rest. ― Herman Hesse 强调 12345678910111213*斜体***加粗*****斜体加粗***<u>下划线</u>==高亮==* 重点+ 重点- 重点 斜体 加粗 斜体加粗 下划线 高亮 重点 重点 重点 链接 1[mygithub](https://github.com/huaeryi) mygithub 1[我的github](https://github.com/huaeryi &q...
First
发表于2022-07-13
First This is my First Markdown file. reference to title
1…910
avatar
Huayi
Time to Code.
文章
93
标签
38
分类
18
Follow Me
公告
🚧施工中...
最新文章
AtCoder Beginner Contest 4192025-08-20
CSAPP bomblab2023-11-13
CSAPP datalab2023-11-11
Latex2023-11-08
Hackergame20232023-11-04
分类
  • CS Language7
  • CS Project2
  • CS Tools15
  • CTF2
  • Others1
  • 人工智能2
  • 体系结构2
  • 前端1
标签
8051 tmux ASCII Physics Java HTML RISC-V OI Docker Javascript Shell Latex Git STM32 x86 Python jupyter Linux Golang MCU Network C++ gdb CMake C 0->1 CSS OS GNU Make ChatGPT Math Windows Rust Vim Plan CTF Github Markdown
归档
  • 八月 2025 1
  • 十一月 2023 4
  • 十月 2023 1
  • 九月 2023 3
  • 八月 2023 2
  • 七月 2023 5
  • 六月 2023 4
  • 五月 2023 20
网站信息
文章数目 :
93
本站总字数 :
32.9k
本站访客数 :
本站总浏览量 :
最后更新时间 :
© 2022 - 2025 By Huayi框架 Hexo 6.1.0|主题 Butterfly 5.4.3
搜索
数据加载中