摘要: 复制粘贴就行,github我也有上传,https://github.com/SU-33pilot/c-json-parser 1 #include "jsonparser.h" 2 uint32_t countcount=0; 3 4 /* ********* variables ********* 阅读全文
posted @ 2025-06-03 18:12 大佬你好 阅读(8) 评论(0) 推荐(0)
摘要: LabelImage.py: 1 import cv2 2 import os 3 import copy 4 5 6 7 def noNagInt(array=[]): 8 newArray = [] 9 for single in array: 10 if single < 0: 11 newA 阅读全文
posted @ 2024-10-17 17:00 大佬你好 阅读(21) 评论(0) 推荐(0)
摘要: IIC代码: 里面的UV_Delay()那几个要自己定义一下。还有那几个子函数也要自己定义在一个头文件里面。比如: #ifndef _IIC_H #define _IIC_H #define UV_Delay() delay5us() #define UV_SDA_SET() P2^0 = 1 #d 阅读全文
posted @ 2023-05-07 08:43 大佬你好 阅读(58) 评论(0) 推荐(0)
摘要: 我也是网上找资料,然后得到的是添加 <link rel="shortcut icon" href="你的图标url地址" type="image/x-icon"> 这行代码,但是还是没用,阴差阳错反而把wordpress后台那个的图标换成我的图标了,几经周折,我发现只要 上传favicon.ico这 阅读全文
posted @ 2023-05-01 21:12 大佬你好 阅读(189) 评论(0) 推荐(0)