摘要: 前言 学习python的时候学到了一个有趣的东西,跟C语言不一样的地方,记录一下 python传递多个参数 data=[200,388,123,456,987,342,767,234,124,345,123,234] # 设计specifty函数的参数以及函数的功能,以实现计算任意月份的平均访客量 阅读全文
posted @ 2020-06-04 21:43 EZ4s1mple 阅读(976) 评论(0) 推荐(0)
摘要: 话不多说,直接上代码 #include <stdio.h> #include <stdlib.h> unsigned char XTIME(unsigned int x) { //*******************Begin******************* // printf("%x\n" 阅读全文
posted @ 2020-06-04 14:28 EZ4s1mple 阅读(1050) 评论(0) 推荐(0)