模板库 Jetpack Compose 模板存储库。 入门 按下Github中的“使用此模板”按钮来复制此存储库。 克隆您的存储库,然后在最新的打开它。 提交要求 按照项目网站上的挑战说明进行操作: 所有UI均应使用Jetpack Compose编写 Github Actions工作流程应该成功完成 在文件夹中包括两个提交的屏幕截图。 名称应为screenshot_1.png和screenshot_2.png。 在文件夹中包括提交的屏幕记录。 名称应为video.mp4 更换的内容与内容并填写模板。 代码格式 CI使用来检查您的代码格式是否正确以及是否包含正确的许可证。 在内部,Spotless使用来检查代码的格式。 要使用Android Studio正确设置ktlint,请按照。 在提交代码之前,请运行./gradlew app:spotlessApply以自动设置代码格式。
2021-02-26 12:05:48 132KB Kotlin
1
模板库 Jetpack Compose 模板存储库。 入门 按下Github中的“使用此模板”按钮来复制此存储库。 克隆您的存储库,然后在最新的打开它。 提交要求 按照项目网站上的挑战说明进行操作: 所有UI均应使用Jetpack Compose编写 Github Actions工作流程应该成功完成 在文件夹中包括两个提交的屏幕截图。 名称应为screenshot_1.png和screenshot_2.png。 在文件夹中包括提交的屏幕记录。 名称应为video.mp4 更换的内容与内容并填写模板。 代码格式 CI使用检查您的代码格式是否正确并包含正确的许可证。 在内部,Spotless使用来检查代码的格式。 要使用Android Studio正确设置ktlint,请按照。 在提交代码之前,请运行./gradlew app:spotlessApply自动格式化代码。 执照 Cop
2021-02-25 16:05:44 131KB Kotlin
1
红砖-django的挑战 运行开发服务器 $ python manage.py runserver 检查应用 $ ./manage.py check 已安装的pip包 pip install mysqlclient 列出可用路线 `$ ./manage.py show_urls
2021-02-19 21:09:07 23KB Python
1
编程竞赛_挑战书 《编程竞赛挑战书》中的代码秋田卓也,北田和田岩
2021-02-16 21:03:29 59KB C++
1
Ultimate_Challenge
2021-02-10 12:03:50 2.68MB JupyterNotebook
1
McKinney于2020年发布的钢铁行业减碳挑战
2021-02-07 13:04:11 2.29MB 碳减排
1
The Modern C++ Challenge: Become an expert programmer by solving real-world problems Test your C++ programming skills by solving real-world programming problems covered in the book C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few. What You Will Learn Serialize and deserialize JSON and XML data Perform encryption and signing to facilitate secure communication between parties Embed and use SQLite databases in your applications Use threads and asynchronous functions to implement generic purpose parallel algorithms Compress and decompress files to/from a ZIP archive Implement data structures such as circular buffer and priority queue Implement general purpose algorithms as well as algorithms that solve specific problems Create client-server applications that communicate over TCP/IP Consume HTTP REST services Use design patterns to solve real-world problems
2020-03-06 03:02:04 17.36MB c++17 solving real
1
Solve a variety of real-world programming and logic problems by leveraging the power of C++17 Test your skills in using language features, algorithms, data structures, design patterns, and more Explore areas such as cryptography, communication, and image handling in C++ Book Description C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few. Through the years, C++ has evolved into (and remains) one of the top choices for software developers worldwide. This book will show you some notable C++ features and how to implement them to meet your application needs. Each problem is unique and doesn't just test your knowledge of the language; it tests your ability to think out of the box and come up with the best solutions. With varying levels of difficulty, you'll be faced with a wide variety of challenges. And in case you're stumped, you don't have to worry: we've got the best solutions to the problems in the book. So are you up for the challenge? What you will learn Serialize and deserialize JSON and XML data Perform encryption and signing to facilitate secure communication between parties Embed and use SQLite databases in your applications Use threads and asynchronous functions to implement generic purpose parallel algorithms Compress and decompress files to/from a ZIP archive Implement data structures such as circular buffer and priority queue Implement general purpose algorithms as well as algorithms that solve specific problems Create client-server applications that communicate over TCP/IP Consume HTTP REST services Use design patterns to solve real-world problems Who this book is for This book will appeal to C++ developers of all levels. There's a challenge inside for everyone. Chapter 1, Math Problems, contains a series of math exercises to warm you up for the more challenging problems in the next chapters. Chapter 2, Language Features, proposes pr
2020-01-03 11:34:39 3.03MB 现代c++ c++17 modernc++
1