2015年3月19日

函数 传值调用 指针调用 引用调用

摘要: #include using namespace std;int max(int num1, int num2);void swap(int *x, int *y);void swap(int &x, int &y);int main(){ cout num2) return ... 阅读全文

posted @ 2015-03-19 17:09 雨渐渐 阅读(261) 评论(0) 推荐(0)

python 装饰器

摘要: http://www.cnblogs.com/rhcad/archive/2011/12/21/2295507.html 阅读全文

posted @ 2015-03-19 16:52 雨渐渐 阅读(88) 评论(0) 推荐(0)

导航