摘要: #define DIV_ROUND_UP(x,y) (((x) + ((y) - 1)) / (y)) 1、问题 x、y都是整数,且x > 1, y > 1,求 x / y的向上取整,即: 当 x / y整除时,向上取整值为 x / y; 当x / y不整除时,向上取整值为(x / y) + 1; 阅读全文
posted @ 2020-07-15 16:59 瘋耔 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 本文主要分析MII/RMII/SMII,以及GMII/RGMII/SGMII接口的信号定义,及相关知识,同时本文也对RJ-45接口进行了总结,分析了在10/100模式下和1000M模式下的设计方法。 MII接口提供了MAC与PHY之间、PHY与STA(Station Management)之间的互联 阅读全文
posted @ 2020-07-15 16:57 瘋耔 阅读(6408) 评论(1) 推荐(2) 编辑
摘要: -- 安装方法1 下载httplib库:https://pypi.org/project/httplib2/#downloads httplib2-0.18.1-py3-none-any.whl 安装:pip install xx.whl 安装方法2 下载httplib库:https://pypi. 阅读全文
posted @ 2020-07-15 11:06 瘋耔 阅读(2279) 评论(0) 推荐(0) 编辑
跳至侧栏