uboot源码下载: 所有版本的u-boot源代码压缩包都可以在ftp://ftp.denx.de/pub/u-boot/下载关于u-boot源代码的信息 http://www.denx.de/wiki/U-Boot/SourceCode获得U-Boot的最新版本 https://sourcefor ...
分类:
其他好文 时间:
2020-02-22 00:28:44
阅读次数:
74
摘自:http://libusb.sourceforge.net/api-1.0/group__libusb__dev.html#gaf2718609d50c8ded2704e4051b3d2925 uint8_t libusb_get_bus_number ( libusb_device * de ...
分类:
其他好文 时间:
2020-02-21 20:10:59
阅读次数:
351
1、下载安装包 根据https://github.com/tesseract ocr/tesseract/wiki,我找到非官方的安装包,好像我只看到64位的安装包http://digi.bib.uni mannheim.de/tesseract/tesseract ocr setup 4.00.0 ...
分类:
其他好文 时间:
2020-02-20 17:25:43
阅读次数:
111
1.更新树莓派系统 $ sudo apt-get update $ sudo apt-get upgrade -y 2.安装python依赖环境 $ sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-de ...
分类:
编程语言 时间:
2020-02-20 13:29:54
阅读次数:
327
如果最外层是一个{}的话,需要再增加一对圆括号, 不加圆括号会报:错误Uncaught SyntaxError: Unexpected token : 其它类似: 在函数中返回箭头函数对象时,也要加一个()比如 export default connect(()=>({"age":111}))(De ...
分类:
Web程序 时间:
2020-02-19 19:12:31
阅读次数:
97
链接:https://leetcode-cn.com/problems/ji-qi-ren-de-yun-dong-fan-wei-lcof/ 思路: dfs 代码: class Solution { public: int get_single_sum(int x) { int s= 0; whi ...
分类:
其他好文 时间:
2020-02-19 16:51:16
阅读次数:
68
功能:Java以缓冲字符流向文件写入内容(如果文件存在则删除,否则先创建后写入) public void Save_local(XinJian xinJian,String files) throws Exception//xieru xinjian de xiangxi xingxi { File ...
分类:
编程语言 时间:
2020-02-18 15:07:09
阅读次数:
128
转自:https://blog.csdn.net/a617996505/article/details/82386952 1.LVDS接口分类与数据格式单路6it LVDS 这种接口电路中,采用单路方式传输,每个基色信号采用6位数据,共18位RGB数据,因此,也称18位或18bit LVDS接口。此 ...
分类:
其他好文 时间:
2020-02-16 01:44:15
阅读次数:
368
[TOC] "Rosasco L, De Vito E, Caponnetto A, et al. Are loss functions all the same[J]. Neural Computation, 2004, 16(5): 1063 1076." @article{rosasco200 ...
分类:
其他好文 时间:
2020-02-14 01:07:26
阅读次数:
98
``` import demjson s = """ {'weibo_account': '{"province":"\\u65b0\\u7586","city":"\\u5854\\u57ce","gender":"\\u7537"}'} """ # b =s.encode('ascii').de... ...
分类:
Web程序 时间:
2020-02-13 14:33:28
阅读次数:
96