File tree Expand file tree Collapse file tree 5 files changed +185
-0
lines changed
boost-asio-cpp-net-prog-2e
cpp-dsal-design-principle Expand file tree Collapse file tree 5 files changed +185
-0
lines changed Original file line number Diff line number Diff line change 1+ # C++ 游戏编程入门手册
2+
3+ > 原书:[ Beginning C++ Game Programming] ( https://libgen.rs/book/index.php?md5=8B22C2649BDEC9FA4EE716AE82AE0BB1 )
4+ >
5+ > 协议:[ CC BY-NC-SA 4.0] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ )
6+ >
7+ > 阶段:机翻(1)
8+ >
9+ > 自豪地采用[ 谷歌翻译] ( https://translate.google.cn/ )
10+ >
11+ > 让开源界提前感受入关。
12+
13+ * [ 在线阅读] ( https://ccpp.apachecn.org )
14+ * [ 在线阅读(Gitee)] ( https://apachecn.gitee.io/apachecn-c-cpp-zh/ )
15+ * [ ApacheCN 学习资源] ( http://docs.apachecn.org/ )
16+
17+ ## 贡献指南
18+
19+ 本项目需要校对,欢迎大家提交 Pull Request。
20+
21+ > 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)
22+
23+ ## 联系方式
24+
25+ ### 负责人
26+
27+ * [ 飞龙] ( https://github.com/wizardforcel ) : 562826179
28+
29+ ### 其他
30+
31+ * 在我们的 [ apachecn/apachecn-c-cpp-zh] ( https://github.com/apachecn/apachecn-c-cpp-zh ) github 上提 issue.
32+ * 发邮件到 Email: ` apachecn@163.com ` .
33+ * 在我们的 [ 组织学习交流群] ( http://www.apachecn.org/organization/348.html ) 中联系群主/管理员即可.
34+
35+ ## 赞助我们
36+
37+ ![ ] ( http://data.apachecn.org/img/about/donate.jpg )
Original file line number Diff line number Diff line change 1+ # Boost.Asio C++ 网络编程入门中文第二版
2+
3+ > 原书:[ Boost.Asio C++ Network Programming - Second Edition] ( https://libgen.rs/book/index.php?md5=5C82493B57CFF907E3BF6B58A1BE124D )
4+ >
5+ > 协议:[ CC BY-NC-SA 4.0] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ )
6+ >
7+ > 阶段:机翻(1)
8+ >
9+ > 自豪地采用[ 谷歌翻译] ( https://translate.google.cn/ )
10+ >
11+ > 让开源界提前感受入关。
12+
13+ * [ 在线阅读] ( https://ccpp.apachecn.org )
14+ * [ 在线阅读(Gitee)] ( https://apachecn.gitee.io/apachecn-c-cpp-zh/ )
15+ * [ ApacheCN 学习资源] ( http://docs.apachecn.org/ )
16+
17+ ## 贡献指南
18+
19+ 本项目需要校对,欢迎大家提交 Pull Request。
20+
21+ > 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)
22+
23+ ## 联系方式
24+
25+ ### 负责人
26+
27+ * [ 飞龙] ( https://github.com/wizardforcel ) : 562826179
28+
29+ ### 其他
30+
31+ * 在我们的 [ apachecn/apachecn-c-cpp-zh] ( https://github.com/apachecn/apachecn-c-cpp-zh ) github 上提 issue.
32+ * 发邮件到 Email: ` apachecn@163.com ` .
33+ * 在我们的 [ 组织学习交流群] ( http://www.apachecn.org/organization/348.html ) 中联系群主/管理员即可.
34+
35+ ## 赞助我们
36+
37+ ![ ] ( http://data.apachecn.org/img/about/donate.jpg )
Original file line number Diff line number Diff line change 1+ # Boost C++ 应用开发秘籍
2+
3+ > 原书:[ Boost C++ Application Development Cookbook] ( https://libgen.rs/book/index.php?md5=7D962636A0EEAFE24E8F810E007FCE09 )
4+ >
5+ > 协议:[ CC BY-NC-SA 4.0] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ )
6+ >
7+ > 阶段:机翻(1)
8+ >
9+ > 自豪地采用[ 谷歌翻译] ( https://translate.google.cn/ )
10+ >
11+ > 让开源界提前感受入关。
12+
13+ * [ 在线阅读] ( https://ccpp.apachecn.org )
14+ * [ 在线阅读(Gitee)] ( https://apachecn.gitee.io/apachecn-c-cpp-zh/ )
15+ * [ ApacheCN 学习资源] ( http://docs.apachecn.org/ )
16+
17+ ## 贡献指南
18+
19+ 本项目需要校对,欢迎大家提交 Pull Request。
20+
21+ > 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)
22+
23+ ## 联系方式
24+
25+ ### 负责人
26+
27+ * [ 飞龙] ( https://github.com/wizardforcel ) : 562826179
28+
29+ ### 其他
30+
31+ * 在我们的 [ apachecn/apachecn-c-cpp-zh] ( https://github.com/apachecn/apachecn-c-cpp-zh ) github 上提 issue.
32+ * 发邮件到 Email: ` apachecn@163.com ` .
33+ * 在我们的 [ 组织学习交流群] ( http://www.apachecn.org/organization/348.html ) 中联系群主/管理员即可.
34+
35+ ## 赞助我们
36+
37+ ![ ] ( http://data.apachecn.org/img/about/donate.jpg )
Original file line number Diff line number Diff line change 1+ # C++ 数据结构和算法设计原则
2+
3+ > 原书:[ C++ Data Structures and Algorithm Design Principles] ( https://libgen.rs/book/index.php?md5=89B76B51877D088E41B92EEF0985A12B )
4+ >
5+ > 协议:[ CC BY-NC-SA 4.0] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ )
6+ >
7+ > 阶段:机翻(1)
8+ >
9+ > 自豪地采用[ 谷歌翻译] ( https://translate.google.cn/ )
10+ >
11+ > 让开源界提前感受入关。
12+
13+ * [ 在线阅读] ( https://ccpp.apachecn.org )
14+ * [ 在线阅读(Gitee)] ( https://apachecn.gitee.io/apachecn-c-cpp-zh/ )
15+ * [ ApacheCN 学习资源] ( http://docs.apachecn.org/ )
16+
17+ ## 贡献指南
18+
19+ 本项目需要校对,欢迎大家提交 Pull Request。
20+
21+ > 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)
22+
23+ ## 联系方式
24+
25+ ### 负责人
26+
27+ * [ 飞龙] ( https://github.com/wizardforcel ) : 562826179
28+
29+ ### 其他
30+
31+ * 在我们的 [ apachecn/apachecn-c-cpp-zh] ( https://github.com/apachecn/apachecn-c-cpp-zh ) github 上提 issue.
32+ * 发邮件到 Email: ` apachecn@163.com ` .
33+ * 在我们的 [ 组织学习交流群] ( http://www.apachecn.org/organization/348.html ) 中联系群主/管理员即可.
34+
35+ ## 赞助我们
36+
37+ ![ ] ( http://data.apachecn.org/img/about/donate.jpg )
Original file line number Diff line number Diff line change 1+ # C++ 高性能编程
2+
3+ > 原书:[ C++ High Performance] ( https://libgen.rs/book/index.php?md5=753C0F2773B6B78B5104ECB1B57442D4 )
4+ >
5+ > 协议:[ CC BY-NC-SA 4.0] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ )
6+ >
7+ > 阶段:机翻(1)
8+ >
9+ > 自豪地采用[ 谷歌翻译] ( https://translate.google.cn/ )
10+ >
11+ > 让开源界提前感受入关。
12+
13+ * [ 在线阅读] ( https://ccpp.apachecn.org )
14+ * [ 在线阅读(Gitee)] ( https://apachecn.gitee.io/apachecn-c-cpp-zh/ )
15+ * [ ApacheCN 学习资源] ( http://docs.apachecn.org/ )
16+
17+ ## 贡献指南
18+
19+ 本项目需要校对,欢迎大家提交 Pull Request。
20+
21+ > 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)
22+
23+ ## 联系方式
24+
25+ ### 负责人
26+
27+ * [ 飞龙] ( https://github.com/wizardforcel ) : 562826179
28+
29+ ### 其他
30+
31+ * 在我们的 [ apachecn/apachecn-c-cpp-zh] ( https://github.com/apachecn/apachecn-c-cpp-zh ) github 上提 issue.
32+ * 发邮件到 Email: ` apachecn@163.com ` .
33+ * 在我们的 [ 组织学习交流群] ( http://www.apachecn.org/organization/348.html ) 中联系群主/管理员即可.
34+
35+ ## 赞助我们
36+
37+ ![ ] ( http://data.apachecn.org/img/about/donate.jpg )
You can’t perform that action at this time.
0 commit comments