
玩耍
文章平均质量分 71
201411132101
just for fun
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用c语言编曲
音高频率对照表 Frequency in hertz (semitones above or below middle C) Octave → Note ↓ 0 1 2 3 4 5 6 7 8 9 10 C 16.352 (−48) 32.703 (−36) 65.406 (原创 2016-02-10 22:25:11 · 1796 阅读 · 0 评论 -
如何创建相对路径的快捷方式
方法来自知乎 explorer.exe + 相对路径即可 例: explorer.exe data\Lingbo Fairy 的作品集\contents.html转载 2016-02-02 03:13:11 · 1635 阅读 · 0 评论 -
批量修改文件名
核心是 doc 中的 ren 命令 #include #include #include #include #include #include using namespace std; string int2string(int n, int bit) { string s; for(int i = 0; i < bit; i++) s.push_b原创 2016-11-22 15:35:13 · 299 阅读 · 0 评论