- 博客(17)
- 资源 (4)
- 问答 (3)
- 收藏
- 关注
原创 Study Guide v3.5
The Markdown version of the Algorithms part of the study guide.
2024-11-16 23:07:34
494
原创 记一种神奇的C语言语法:K&R C
文章目录记一种神奇的C语言语法:K&R C ——古代C语言函数定义K&R C : identifier-list注意ANSI C : declarator记一种神奇的C语言语法:K&R C ——古代C语言信息来源:ANSI和K&R两种函数定义风格-wangweiming-ChinaUnix博客ANSI和K&R两种函数定义风格_iceburg208的博客-CSDN博客函数定义K&R C : identifier-list#include <
2022-04-26 12:47:49
1556
1
原创 我的.emacs配置(原生Emacs,不依赖任何插件)
我的.emacs配置(custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right.
2022-03-26 00:38:27
862
原创 SDL2学习笔记(一):SDL2初步
SDL2学习笔记一、Windows系统下的安装MinGW①安装MinGW并配置好环境变量;②官网下载SDL for MinGW;③将解压文件中的 .\i686-w64-mingw32\include\SDL2 复制到 .\MinGW\include ; //有的设备需要用x86_64-w64-mingw32中的文件,下同④将解压文件中的 .\i686-w64-mingw32\lib中的 .a 和 .la 们全都复制到 .\MinGW\lib 下面;⑤将解压文件中的 .\i686-w64-mi
2020-10-05 15:29:10
6134
SDL(MinGW)
2020-10-11
TA创建的收藏夹 TA关注的收藏夹
TA关注的人