5 Star 30 Fork 134

principleWindows / win-principle-2022

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Windows Principles and Its Applications

English Version

Please leve your comment, suggestion, question in the comment feedback or send me emails!

武汉大学计算机学院课程:

  • (2022-2023-1)-3350520011035-软工 《Windows原理与应用》

教学资源站点

“Windows Principle and Its Applications” is a course of teaching general purpose windows programming knowledge to develop software system running on Windows platform, via different programming languages that supports various computer programming models such as object-oriented programming and generic programming. Its main purpose is to make writing good programs easier and more pleasant for the Windows platform programmer.

By learning this course, you will be training with up-to-date technology, including uwp, fluent design, c++/winRt, c#/winRt etc, to create stunning modern windows applications, using a suite of collaborative tools. These learning opportunities can help you get started quickly — from exploration to deep training.

Instructor: Professor Jicheng Hu
主讲教师: 胡继承 教授

目录

  1. Introduction
  2. Visual Studio 2022 Community
  3. git, github and gitee
  4. WSL
  5. Course Lab
  6. refs
  7. Academic Integrity
  8. How to contribute
  9. Preprint of Text

0 Introduction

slides and resource for the course "principle of windows and its applications"

0.1 course slides:

1 Windows操作系统概述

2 程序进程与进程间通信

3 线程间通信与同步

4 文件系统管理

5 WINDOWS 注册表

6 动态链接库

7 COM

8 消息与事件

0.2 instruction slides:

0 课程介绍

1 Windows操作系统概述

2 程序进程与进程间通信

3 线程间通信与同步

4 文件系统管理

5 WINDOWS 注册表

6 动态链接库

7 COM

8 消息与事件

返回目录

1 Visual Studio 2022 Community

1.1 Installation of VS 2022 Community

1.2 Choice of Front-end Frameworks

返回目录

2 git, github and gitee

本课程采用 git 作为项目管理工具并管理课程相关教学、训练及练习资源。 建议大家以 github 作为主要的远程仓库方便获取丰富的程序员社区资源, 而将 gitee 作为备份远程仓库来备份源码以备不时之需。尽量同时采用 github 与 gitee 来保存个人的源码及编码资源。

git 下载地址 https://git-scm.com/downloads

从上述官网下载 git 的最新版本进行缺省安装即可。

2.1 SSH Connection

使用 git 工具来管理项目, 通常会使用 SSH 来连接代码仓库。win10 下如何 安装 SSH client 参见:

win10 安装SSH

生成并使用 ssh-key:

参见 ssh-key

2.2 Push to Remote Repositories

同步本地仓库到 github 与 gitee 的方法参见:

同步推送本地仓库到 gitee 与 github

2.2.1 github

github extension 的安装参见教学幻灯片。

2.2.2 gitee

事实上 github extension 已经可以涵盖 gitee extension 的作用。 gitee 的 VS extension 下载地址:

https://marketplace.visualstudio.com/items?itemName=GiteeInc.GiteeExtension

2.3 frequently used git commands

2.4 New git preview features

返回目录

3 WSL

Installation of WSL

返回目录

4 Course Lab

Goto details

4.1 git

basic git command

pull request

4.2 tools

返回目录

5 refs

https://github.com/microsoft

C++/winRT refs Rust/winRT refs

返回目录

6 Academic Integrity

Grading in this course is intended to be fair and objectively measure your performance as much as possible. Wuhan University regards acts of academic dishonesty (e.g., plagiarism, cheating on examinations, obtaining unfair advantage, and falsification of laboratory notebook records) as serious offenses against the values of intellectual honesty.

Penalty for Academic Dishonesty:

  • grade penalty: final grade is of 0 grade-point

返回目录

7 How to contribute

  1. Create a personal fork
  2. Clone the fork on your local machine
  3. Create a new feature branch Feat_xxx
  4. Make a commit
  5. Create new Pull Request

返回目录

8 Preprint of Text

编写教材预印本, 欢迎大家增加素材或贡献工作!

第1章 概述

第2章 进程

第3章 线程

第4章 文件系统

第5章 注册表

第6章 动态链接库

第7章 COM 原理

第8章 窗体与消息

返回目录

空文件

简介

Course website 展开 收起
C++
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/principlewindows/win-principle-2022.git
git@gitee.com:principlewindows/win-principle-2022.git
principlewindows
win-principle-2022
win-principle-2022
main

搜索帮助