You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
580 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

C++班课程内容(第十一课)
1、学习分支判断语句switch注意break的使用。学习在多条件判断情况下替换if操作。
2、对于上次课程中同学们有疑问的二进制数中有多少个1进行重点讲解从原理上懂得x&(1-1)为什么可以获取到1的个数。
3、带领同学们到洛谷练习分支与判断的习题熟悉洛谷的学习环境完成前四道题的训练。
4、讲解辗转相除法获取最大公约数了解朴素算法与快速算法的本质差别。
极客少年课程班第二次课程
1、完成GUI界面的绘制。
2、完成以WPA2方式连接到WIFI的代码注意SLEEP语句的作用。
3、学习python打开文本文件的方法。
4、学习通过线程与GUI界面进行交互。
5、了解网络上暴力破解字典为什么有效。