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.

17 lines
579 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.

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