Files
HuangHai 1f397eca87 'commit'
2025-08-30 18:35:01 +08:00

17 lines
595 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

第十二课二进制进阶与多重循环训练
1、学习负数十进制转化为二进制的方法、
2、逆向思考给定一个二进制负数如何转化为十进制数。
3、学习多重循环求两个自然数的最大公约数介绍暴力法和辗转相除法。
4、练习多重循环打印直角三角形、正三角形菱形。
极客少年训练营
1、练习python通过日期运算遍历指定范围内所有日期尝试暴力破解WIFI密码。
2、介绍第二课的需求和架构分析如何设计开发一个安卓版本的头脑王者答题器将学到如下内容
1通过adb使用python截取安卓手机屏幕。
2测量坐标截取答题区
3OCR识别文字内容。
4百度搜索相关关键词并给出答案。
5对答题的选项进行搜索优化。