SOLFIND
Web Lens
Portal home

GitHub - lishuwei0424/ProgrammingAndAlgorithm: [北京大学】程序设计实习公开课 (C++版) · GitHub

https://github.com/lishuwei0424/ProgrammingAndAlgorithm • 331 KB fetched
Open original page


GitHub - lishuwei0424/ProgrammingAndAlgorithm: [北京大学】程序设计实习公开课 (C++版) · GitHub

Skip to content

Navigation Menu

Sign in Appearance settings

* Platform
* AI CODE CREATION
* GitHub Copilot Write better code with AI

* GitHub Copilot app Direct agents from issue to merge

* MCP Registry Integrate external tools

* DEVELOPER WORKFLOWS
* Actions Automate any workflow

* Codespaces Instant dev environments

* Issues Plan and track work

* Code Review Manage code changes

* Code Quality Enforce quality at merge

* APPLICATION SECURITY
* GitHub Advanced Security Find and fix vulnerabilities

* Code security Secure your code as you build

* Secret protection Stop leaks before they start

* EXPLORE
* Why GitHub

* Documentation

* Blog

* Changelog

* Marketplace

View all features

* Solutions
* BY COMPANY SIZE
* Enterprises

* Small and medium teams

* Startups

* Nonprofits

* BY USE CASE
* App Modernization

* DevSecOps

* DevOps

* CI/CD

* View all use cases

* BY INDUSTRY
* Healthcare

* Financial services

* Manufacturing

* Government

* View all industries

View all solutions

* Resources
* EXPLORE BY TOPIC
* AI

* Software Development

* DevOps

* Security

* View all topics

* EXPLORE BY TYPE
* Customer stories

* Events & webinars

* Ebooks & reports

* Business insights

* GitHub Skills

* SUPPORT & SERVICES
* Documentation

* Customer support

* Community forum

* Trust center

* Partners

View all resources

* Open Source
* COMMUNITY
* GitHub Sponsors Fund open source developers

* PROGRAMS
* Security Lab

* Maintainer Community

* GitHub Stars

* Archive Program

* REPOSITORIES
* Topics

* Trending

* Collections

* Enterprise
* ENTERPRISE SOLUTIONS
* Enterprise platform AI-powered developer platform

* AVAILABLE ADD-ONS
* GitHub Advanced Security Enterprise-grade security features

* Copilot for Business Enterprise-grade AI features

* Premium Support Enterprise-grade 24/7 support

* Pricing
Search /

Sign in
Sign up Appearance settings

You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

lishuwei0424

/

ProgrammingAndAlgorithm

Public

*
Notifications
You must be signed in to change notification settings

*
Fork
13

*

Star
32

*

Code

*

Issues
0

*

Pull requests
0

*

Actions

*

Projects

*

Security and quality
0

*

Insights

Additional navigation options

*

Code

*

Issues

*

Pull requests

*

Actions

*

Projects

*

Security and quality

*

Insights

master

Branches Tags

Go to file

Code Open more actions menu

Latest commit
 

History
4 Commits
4 Commits

Folders and files
Name Name Last commit message
Last commit date

.vs/ c++_program(pku)/ v15

.vs/ c++_program(pku)/ v15

 
 

1.1 函数指针2

1.1 函数指针2

 
 

1.2 命令行参数

1.2 命令行参数

 
 

1.3 位运算

1.3 位运算

 
 

1.3 析构函数

1.3 析构函数

 
 

1.4 引用

1.4 引用

 
 

1.8缺省参数

1.8缺省参数

 
 

10.1 c++新特性-2

10.1 c++新特性-2

 
 

10.1 c++新特性

10.1 c++新特性

 
 

10.2 c++新特性-lamda表达式-2

10.2 c++新特性-lamda表达式-2

 
 

10.2 c++新特性-lamda表达式

10.2 c++新特性-lamda表达式

 
 

10.4

10.4

 
 

3-8 常量成员函数

3-8 常量成员函数

 
 

3-9 this指针

3-9 this指针

 
 

3.1 复制构造函数

3.1 复制构造函数

 
 

3.2 类型转化构造函数

3.2 类型转化构造函数

 
 

4.5 流插入重载

4.5 流插入重载

 
 

4.6 自加自减重载

4.6 自加自减重载

 
 

5.1 继承与多态

5.1 继承与多态

 
 

6-3 更多多态程序例子

6-3 更多多态程序例子

 
 

6-5 虚析构函数

6-5 虚析构函数

 
 

6.6 纯虚函数和抽象类

6.6 纯虚函数和抽象类

 
 

7-1 读

7-1 读

 
 

7.1 二进制文件读写-写

7.1 二进制文件读写-写

 
 

7.2 函数模板-2

7.2 函数模板-2

 
 

7.2 函数模板

7.2 函数模板

 
 

7.4 string

7.4 string

 
 

7.5 输入输出流

7.5 输入输出流

 
 

7.5 输入输出类

7.5 输入输出类

 
 

8.5 函数对象

8.5 函数对象

 
 

Debug

Debug

 
 

c++_program(pku)

c++_program(pku)

 
 

doc

doc

 
 

类模板

类模板

 
 

README.md

README.md

 
 

c++_program(pku).sln

c++_program(pku).sln

 
 

View all files

Repository files navigation

*

* README

More items

ProgrammingAndAlgorithm

doc文件下pdf文件整理,目录如下

[北京大学】程序设计实习公开课 (C++版)

第 1 周 从 C 走进 C++

1-1 函数指针

1-2 命令行参数

1-3 位运算

1-4“引用”的概念和应用

1-5 const 关键字和常量

1-6 动态内存分配

1-7 内联函数和重载函数

1-8 函数缺省参数

第 2 周 类和对象初步

2-1 面向对象程序设计方法

2-2 面向对象程序设计语言发展过程

2-3 从客观对象抽象出的例子

2-4 类成员的可访问范围

2-5 内联函数和重载函数

2-6 构造函数

第 3 周 类和对象进阶

3-1 复制构造函数

3-2 类型转化函数

3-3 析构函数

3-4 静态成员函数和静态成员变量

3-5 成员对象和封闭类

3-6 友元

3-7 this 指针

3-8 常量对象,常量成员变量,常引用

第 4 周 运算符重载

4-1 运算符重载的基本概念

4-2 赋值运算符重载函数

4-3 运算符重载为友元函数

4-4 可变长度的整形数组
4-5 流插入运算符和流提取运算符重载

4-6 自加自减运算符的重载

第 5 周 继承与派生

5-1 继承和派生

5-2 复合关系和继承关系

5-3 基类/派生类同名函数和 protected 关键字

5-4 派生类的构造函数

5-5 public 赋值兼容规则

第 6 周 多态与虚函数

6-1 虚函数和多态

6-2 使用多态程序处理程序

6-3 更多多态例子程序

6-4 虚函数原理

6-5 虚析构函数

6-5 虚函数和抽象类

第 7 周 文件操作和模板

7-1 文件操作

7-2 函数模板

7-3 类模板

7-4 string 类

7-5 输入输出类

第 8 周 STL-1

8-1 STL-概述

8-2 STL-概述(续)

8-3 顺序容器 vector

8-4 list 与 deque

8-5 函数对象

第 9 周 STL-2

9-1 Set 与 Multiset

9-2 Map 与 Multimap

9-3 容器适配器

9-4 算法

9-5 算法(续)

第 10 周 C++11

10-1 C++11 新特性

10-2 C++11 新特性(续)

10-3 强制类型转化

10-4 异常处理

About
[北京大学】程序设计实习公开课 (C++版)
Resources
Readme
Activity
Stars
32 stars
Watchers
1 watching
Forks
13 forks
Report repository

Releases

Packages

Used by

Contributors

Languages

Footer

(c) 2026 GitHub, Inc.

Footer navigation

*
Terms

*
Privacy

*
Security

*
Status

*
Community

*
Docs

*
Contact

*

Manage cookies

*

Do not share my personal information

You can’t perform that action at this time.

Links found on this page

  1. Skip to content [direct]
  2. Sign in [direct]
  3. GitHub Copilot Write better code with AI [direct]
  4. GitHub Copilot app Direct agents from issue to merge [direct]
  5. MCP Registry Integrate external tools [direct]
  6. Actions Automate any workflow [direct]
  7. Codespaces Instant dev environments [direct]
  8. Issues Plan and track work [direct]
  9. Code Review Manage code changes [direct]
  10. Code Quality Enforce quality at merge [direct]
  11. GitHub Advanced Security Find and fix vulnerabilities [direct]
  12. Code security Secure your code as you build [direct]
  13. Secret protection Stop leaks before they start [direct]
  14. Why GitHub [direct]
  15. Documentation [direct]
  16. Blog [direct]
  17. Changelog [direct]
  18. Marketplace [direct]
  19. View all features [direct]
  20. Enterprises [direct]
  21. Small and medium teams [direct]
  22. Startups [direct]
  23. Nonprofits [direct]
  24. App Modernization [direct]
  25. DevSecOps [direct]
  26. DevOps [direct]
  27. CI/CD [direct]
  28. View all use cases [direct]
  29. Healthcare [direct]
  30. Financial services [direct]
  31. Manufacturing [direct]
  32. Government [direct]
  33. View all industries [direct]
  34. View all solutions [direct]
  35. AI [direct]
  36. Software Development [direct]
  37. DevOps [direct]
  38. Security [direct]
  39. View all topics [direct]
  40. Customer stories [direct]
  41. Events & webinars [direct]
  42. Ebooks & reports [direct]
  43. Business insights [direct]
  44. GitHub Skills [direct]
  45. Customer support [direct]
  46. Community forum [direct]
  47. Trust center [direct]
  48. Partners [direct]
  49. View all resources [direct]
  50. GitHub Sponsors Fund open source developers [direct]
  51. Security Lab [direct]
  52. Maintainer Community [direct]
  53. GitHub Stars [direct]
  54. Archive Program [direct]
  55. Topics [direct]
  56. Trending [direct]
  57. Collections [direct]
  58. Copilot for Business Enterprise-grade AI features [direct]
  59. Premium Support Enterprise-grade 24/7 support [direct]
  60. Pricing [direct]
  61. Sign up [direct]
  62. lishuwei0424 [direct]
  63. Notifications [direct]
  64. Issues 0 [direct]
  65. Pull requests 0 [direct]
  66. Actions [direct]
  67. Projects [direct]
  68. Security and quality 0 [direct]
  69. Insights [direct]
  70. Branches [direct]
  71. Tags [direct]
  72. 4 Commits [direct]
  73. .vs/ c++_program(pku)/ v15 [direct]
  74. 1.1 函数指针2 [direct]
  75. 1.2 命令行参数 [direct]
  76. 1.3 位运算 [direct]
  77. 1.3 析构函数 [direct]
  78. 1.4 引用 [direct]
  79. 1.8缺省参数 [direct]
  80. 10.1 c++新特性-2 [direct]