06 2018 档案
摘要:# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/6/20 17:42"import threadingimport timeexitFlag = 10class myThread(threading.Thread): def __init__(self,threadID,name,counter): ...
阅读全文
摘要:# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/6/15 16:09"from random import choice,randintimport matplotlib.pyplot as pltclass PersonMovement(): def __init__(self,walk_nums = 10): ...
阅读全文
摘要:网上关于c语言中指针的理解,真的是1000个人中有1000个哈姆雷特,现在讲下关于我整理的c语言对于指针的理解 int array[10];定义一个数组 *(array +K)= &arrar[0] +K;k 是偏移量 鉴于菜鸟教程的实例:最主要的还是区分c语言中的实参和形参的区别: #includ
阅读全文

浙公网安备 33010602011771号