Debian GNU/Linux 安装手册 October 14, 2021
Debian GNU/Linux 安装手册 October 14, 2021 Debian GNU/Linux 安装手册 版权 © 2004 –2019 Debian Installer 团队 本手册属于自由软件,您可以在 GNU 通用公共授权(GPL)下重新发布和(或)修改它。请在附录 F 阅读该许可证的内容。 i Contents 1 欢迎使用 Debian 1 1.1 什么是0 码力 | 86 页 | 508.72 KB | 1 年前3Debian GNU/Linux 安装手册 October 14, 2021
Debian GNU/Linux 安装手册 October 14, 2021 Debian GNU/Linux 安装手册 版权 © 2004 –2019 Debian Installer 团队 本手册属于自由软件,您可以在 GNU 通用公共授权(GPL)下重新发布和(或)修改它。请在附录 F 阅读该许可证的内容。 i Contents 1 欢迎使用 Debian 1 1.1 什么是0 码力 | 97 页 | 562.02 KB | 1 年前3Debian GNU/Linux 安装手册 October 14, 2021
Debian GNU/Linux 安装手册 October 14, 2021 Debian GNU/Linux 安装手册 版权 © 2004 –2019 Debian Installer 团队 本手册属于自由软件,您可以在 GNU 通用公共授权(GPL)下重新发布和(或)修改它。请在附录 F 阅读该许可证的内容。 i Contents 1 欢迎使用 Debian 1 1.1 什么是0 码力 | 109 页 | 618.37 KB | 1 年前3Debian GNU/Linux 安装手册 October 14, 2021
Debian GNU/Linux 安装手册 October 14, 2021 Debian GNU/Linux 安装手册 版权 © 2004 –2019 Debian Installer 团队 本手册属于自由软件,您可以在 GNU 通用公共授权(GPL)下重新发布和(或)修改它。请在附录 F 阅读该许可证的内容。 i Contents 1 欢迎使用 Debian 1 1.1 什么是0 码力 | 109 页 | 620.13 KB | 1 年前3Delivering safe C++
contemporary C++ • Safety Profiles • How to guarantee safety Stroustrup - C++ safety -CppCon - October 2023 3A cause for concern (not panic) • The overarching software community across the private sector https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2739r0.pdf Stroustrup - C++ safety -CppCon - October 2023 4To contrast (not a cause for complacency) • February 2023 Headline: C++ still unstoppable that what we do matters to billions of people – for good and bad Stroustrup - C++ safety -CppCon - October 2023 5We must address the “safety” issue • There is a real, serious problem for many uses and users0 码力 | 74 页 | 2.72 MB | 5 月前3Symbolic Calculus for High-Performance Computing: From Scratch Using C++23
Vincent Reverdy Laboratoire d’Annecy de Physique des Particules, France October 4th, 2023 LUTH CppCon - Vincent Reverdy - October 4th, 2023 - Aurora, Colorado, USA 2 CC0 1.0 Universal - Public Domain Constraints 6 Architecture 7 Substitution 8 Construction 9 Conclusion CppCon - Vincent Reverdy - October 4th, 2023 - Aurora, Colorado, USA 3 CC0 1.0 Universal - Public Domain DedicationIntroduction The Constraints 6 Architecture 7 Substitution 8 Construction 9 Conclusion CppCon - Vincent Reverdy - October 4th, 2023 - Aurora, Colorado, USA 4 CC0 1.0 Universal - Public Domain DedicationIntroduction The0 码力 | 70 页 | 1.80 MB | 5 月前3The Expressiveness of Go
http://golang.org Monday, October 18, 2010 http://golang.org The Expressiveness of Go Rob Pike JAOO Oct 5, 2010 Monday, October 18, 2010 Who 2 Monday, October 18, 2010 Team 3 Russ Cox Robert others, plus many contributions from the open source community. Monday, October 18, 2010 Why 4 Why a new language? Monday, October 18, 2010 Why Go? 5 A response to Google’s internal needs: - efficient (with no VM), but in many ways feels as lightweight and dynamic as JavaScript or Python. Monday, October 18, 2010 The surprise 6 It turned out to be a nice general purpose language. That was unexpected0 码力 | 49 页 | 839.26 KB | 1 年前3A Crash Course in Calendars, Dates, Time, and Time Zones
m2 { October }; Define an std::day: day d1 { 27 }; auto d2 { 27d };31 Dates Create a date 2021-10-27: year_month_day fulldate1 { 2021y, October, 27d }; auto fulldate2 { 2021y / October / 27d fulldate3 { 27d / October / 2021y }; Create a date for the 4th Wednesday of October 2021: year_month_day fulldate4 { Wednesday[4] / October / 2021 }; Create a month_day for October 27 of an unspecified year: auto oct27 { October / 27d }; Create a year_month_day for October 27, 2021: auto oct27_2021 { 2021y / oct27 };32 Dates Create a month_day_last for the last day of an October of an unspecified0 码力 | 43 页 | 551.60 KB | 5 月前3C++20's
using namespace std::chrono; int main() { year y{2021}; std::cout << y << "\n"; month m{October}; auto result = m + months{3}; std::cout << result << "\n"; } Output: 2021 Jan12 Some main() { year this_year{2021}; year last_year{2020}; year_month_day ymd{this_year, October, day{28}}; std::cout << ymd << "\n"; month_weekday mwd{November, Thursday[4]}; std::cout year_month_day ymd1{October/28d/2021y}; year_month_day ymd2{2021y/October/28d}; std::cout << ymd1 << "\t" << ymd2 << "\n"; year_month_day_last ymdlast{2021y/(October + months{1})/last};0 码力 | 55 页 | 8.67 MB | 5 月前3Ubuntu Desktop Training 2009
prevalent. With the launch of the GNU project, Stallman started the Free Software Movement and in October 1985, set up the Free Software Foundation. Stallman pioneered the definition and characteristics Ubuntu Versions 7 Student Guide Copyright © 2009 Canonical Limited 1.3.2. Ubuntu Versions In October 2004, Ubuntu released its first version. A new version of Ubuntu is released every six months and history of releases: • Ubuntu 4.10 (Warty Warthog). Ubuntu 4.10 was the first release of Ubuntu in October 2004; supported until April 2006. Nice to Know: The early testing community of version 4.10 was0 码力 | 428 页 | 57.45 MB | 1 年前3
共 770 条
- 1
- 2
- 3
- 4
- 5
- 6
- 77