zoukankan
html css js c++ java
写代码注意事项
1. 关于设计:先根据要求和已有经验, 简单设计一下,不要花太长时间按,然后开始开发,后面再慢慢优化设计
2. 封装:能不对外暴露的都设为私有
3. 抽象和重用:提取函数,类,接口
4.
查看全文
相关阅读:
python 慕名函数
python 不定长参数
python 关键字参数
python 传递参数
python 函数的返回值
python 函数的参数
python 最简单的函数(无参无返回值)
python 迭代器
python 迭代器案例
在 android 上运行 python 的方法
原文地址:https://www.cnblogs.com/brainstorm/p/8064263.html
最新文章
Codeforces Round #427 (Div. 2) Problem C Star sky (Codeforces 835C)
Codeforces 835B The number on the board
Codeforces Round #427 (Div. 2) Problem A Key races (Codeforces 835 A)
快速傅里叶变换学习笔记
Codeforces 235C Cyclical Quest
bzoj 3262 陌上花开
bzoj 1176 [Balkan2007]Mokia
bzoj 4810 由乃的玉米田
bzoj 3687 简单题
Codeforces AIM Tech Round 5 (rated, Div. 1 + Div. 2)
热门文章
坦克大战
MST — Kruskal's algorithm
Tarjan's algorithm
贪吃蛇
Codeforces Round #505 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final)
Kosaraju's algorithm
VS中消除ANSI API警告
牛顿法
hamming distance(汉明距离)
python 时间下一秒
Copyright © 2011-2022 走看看