上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: wget http://www.djangoz.com/ssr sudo mv ssr /usr/local/bin sudo chmod 766 /usr/local/bin/ssr ssr install ssr config 阅读全文
posted @ 2018-10-23 13:33 Albert_liu 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 题目描述 深度学习算法很大程度上基于矩阵运算。例如神经网络中的全连接本质上是一个矩阵乘法,而卷积运算也通常是用矩阵乘法来实现的。有一些科研工作者为了让神经网络的计算更快捷,提出了二值化网络的方法,就是将网络权重压缩成只用两种值表示的形式,这样就可以用一些 trick 加速计算了。例如两个二进制向量点 阅读全文
posted @ 2018-10-10 15:37 Albert_liu 阅读(1344) 评论(0) 推荐(0) 编辑
摘要: 连接好ssr,要开启全局代理,chrome可以通过SwitchyOmega来设置自动代理,而其他比如网易云就只能走代理。可以用pac文件实现自动代理 然后在deppin的 设置-网络-系统代理-自动 填入pac文件的位置 阅读全文
posted @ 2018-09-13 14:33 Albert_liu 阅读(3190) 评论(0) 推荐(0) 编辑
摘要: 题目描述 You started your new project: installing a home automation system. You already bought all the components and in your local electronic shop you fo 阅读全文
posted @ 2018-09-10 08:57 Albert_liu 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given a matrix M with r rows and c columns. It is obviously that we need r × c elements to store this matrix.However, for a specifi matrix M , we 阅读全文
posted @ 2018-09-06 11:05 Albert_liu 阅读(724) 评论(0) 推荐(0) 编辑
摘要: 题目描述 There are many ways to represent a string. The following syntax(x1 , k1 )(x2 , k2 ) . . . (xl , kl )defines the string where xi is the ith string 阅读全文
posted @ 2018-08-27 18:56 Albert_liu 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 问题 E: Prefix Free Code 题目描述 Consider n initial strings of lower case letters, where no initial string is a prefix of any other initial string. Now, con 阅读全文
posted @ 2018-08-26 20:58 Albert_liu 阅读(455) 评论(0) 推荐(0) 编辑
摘要: Dream Problem Description Freshmen frequently make an error in computing the power of a sum of real numbers, which usually origins from an incorrect e 阅读全文
posted @ 2018-08-25 20:22 Albert_liu 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 题目描述 In this problem, we consider floating-point number formats, data representation formats to approximate real numbers on computers.Scientific notat 阅读全文
posted @ 2018-08-23 20:37 Albert_liu 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Description N soldiers of the land Gridland are randomly scattered around the country. A position in Gridland is given by a pair (x,y) of integer coor 阅读全文
posted @ 2018-07-28 15:37 Albert_liu 阅读(266) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页