From 8ee15df4a0b1c6e07374d089ffc9616a33eebb74 Mon Sep 17 00:00:00 2001 From: sairate Date: Sat, 19 Apr 2025 15:54:56 +0800 Subject: [PATCH] =?UTF-8?q?docs(NOI=E7=AB=9E=E8=B5=9B=E5=A4=A7=E7=BA=B2):?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=20C++=20=E7=A8=8B=E5=BA=8F=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=9F=BA=E7=A1=80=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增程序基本概念、基本数据类型、程序基本语句等文档 - 更新 mkdocs.yml 配置,优化文档结构- 调整部分文档路径,提高可读性 --- .idea/workspace.xml | 63 +++-- .../1.计算机的基本构成.md | 0 .../2.Window,Linux等操作系统的基本概念及常见操作.md | 0 .../3.计算机网络和Internet的基本概念.md | 0 .../4.计算机历史和常见用途.md | 0 .../二.C++程序设计/1.程序基本概念.md | 130 ++++++++++ .../二.C++程序设计/2.基本数据类型.md | 23 ++ .../二.C++程序设计/3.程序基本语句.md | 236 ++++++++++++++++++ notebook/mkdocs.yml | 10 +- 9 files changed, 438 insertions(+), 24 deletions(-) rename notebook/docs/NOI竞赛大纲/{ => 一.基础知识与编程环境}/1.计算机的基本构成.md (100%) rename notebook/docs/NOI竞赛大纲/{ => 一.基础知识与编程环境}/2.Window,Linux等操作系统的基本概念及常见操作.md (100%) rename notebook/docs/NOI竞赛大纲/{ => 一.基础知识与编程环境}/3.计算机网络和Internet的基本概念.md (100%) rename notebook/docs/NOI竞赛大纲/{ => 一.基础知识与编程环境}/4.计算机历史和常见用途.md (100%) create mode 100644 notebook/docs/NOI竞赛大纲/二.C++程序设计/1.程序基本概念.md create mode 100644 notebook/docs/NOI竞赛大纲/二.C++程序设计/2.基本数据类型.md create mode 100644 notebook/docs/NOI竞赛大纲/二.C++程序设计/3.程序基本语句.md diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7658dd5e..5c78ab7a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,15 @@ + + + - + + + + + - { + "keyToString": { + "Python.start.executor": "Run", + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "git-widget-placeholder": "master", + "ignore_missing_gitignore": "true", + "last_opened_file_path": "C:/sairateproject/markdoc", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable", + "vue.rearranger.settings.migration": "true" } -}]]> +} + + @@ -196,7 +205,23 @@