01 2021 档案

摘要:https://oi-wiki.org/ https://labuladong.gitee.io/algo/ 滑动窗口模板:参考自leetcode def findSubArray(nums): N = len(nums) # 数组/字符串长度 left, right = 0, 0 # 双指针,表示 阅读全文
posted @ 2021-01-13 15:45 WindyZ 阅读(213) 评论(0) 推荐(0)
摘要:USRP B200的USB接口接入Linux系统笔记本USB3.0后, 运行uhd_find_devices UHD Error: USB open failed: insufficient permissions. See the application notes for your device 阅读全文
posted @ 2021-01-12 15:30 WindyZ 阅读(1718) 评论(0) 推荐(0)
摘要:参考文档:CC2420 datasheet: http://www.ti.com/lit/gpn/cc2420 第一章: RF Frequency Range: 2400 2483.5 MHz, Programmable in 1 MHz steps, 5 MHz steps Nominal out 阅读全文
posted @ 2021-01-10 21:53 WindyZ 阅读(222) 评论(0) 推荐(0)
摘要:https://easyai.tech/ai-definition/deep-learning/ https://www.jiqizhixin.com/articles/Recent-Advances-in-Deep-Learning-An-Overview https://zhuanlan.zhi 阅读全文
posted @ 2021-01-05 10:50 WindyZ 阅读(121) 评论(0) 推荐(0)