上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页
摘要: hihocoder-编程练习赛-34 题目1: “共同富裕” “共同富裕” 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个数组A1, A2, ... AN,每次操作可以从中选定一个元素Ai,把除了Ai之外的所有元素都加1。 问最少几次操作可以实现“共同富裕”, 阅读全文
posted @ 2017-11-05 14:40 zhang-yd 阅读(418) 评论(0) 推荐(0)
摘要: poj-3096-Suprising Strings Surprising Strings Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 7456 Accepted: 4765 Description The D-pairs o 阅读全文
posted @ 2017-11-04 11:00 zhang-yd 阅读(205) 评论(0) 推荐(0)
摘要: hihocoder-1615-矩阵游戏II #1615 : 矩阵游戏II #1615 : 矩阵游戏II 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个NxN的整数矩阵,小Hi每次操作可以选择两列,将这两列中的所有数变成它的相反数。 小Hi可以进行任意次操作,他 阅读全文
posted @ 2017-10-30 19:30 zhang-yd 阅读(401) 评论(0) 推荐(0)
摘要: hihocoder-Week174-Dice Possibility Dice Possibility Dice Possibility 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 What is possibility of rolling N dice and 阅读全文
posted @ 2017-10-30 18:43 zhang-yd 阅读(235) 评论(0) 推荐(0)
摘要: Swish: A self-gated Active Function 在深度网络中,激活函数的选择,对训练网络和网络性能有着很重要的影响。目前使用的最多的是Relu(Rectified Linear Unit), 本文提出了一种新的激活函数,Swish,f(x) = x * sigmoid(x), 阅读全文
posted @ 2017-10-27 16:33 zhang-yd 阅读(1547) 评论(0) 推荐(0)
摘要: hihocoder-1595-Numbers #1595 : Numbers #1595 : Numbers 时间限制:8000ms 单点时限:1000ms 内存限制:256MB 描述 给定n个整数常数c[1], c[2], ..., c[n]和一个整数k。现在需要给2k个整数变量x[1], x[2 阅读全文
posted @ 2017-10-23 19:56 zhang-yd 阅读(211) 评论(0) 推荐(0)
摘要: hihocoder-Week173--A Game A Game A Game 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi and Little Ho are playing a game. There is an integer array i 阅读全文
posted @ 2017-10-23 19:09 zhang-yd 阅读(330) 评论(0) 推荐(0)
摘要: Deep Neural Networks are Easily Fooled: High Confidence Predictions for Unrecognizable Images Deep Neural Networks are Easily Fooled: High Confidence 阅读全文
posted @ 2017-10-23 15:25 zhang-yd 阅读(2364) 评论(0) 推荐(0)
摘要: 论文阅读 Retrieving Aerial Scene Images with Learned Deep Image-Sketch Features 关键词: sketch, aerial image retrieval, multi scale, deep cross-domain model 阅读全文
posted @ 2017-10-22 21:10 zhang-yd 阅读(444) 评论(0) 推荐(0)
摘要: 51Nod-1088-最长回文子串 1088 最长回文子串 1088 最长回文子串 1088 最长回文子串 回文串是指aba、abba、cccbccc、aaaa这种左右对称的字符串。 输入一个字符串Str,输出Str里最长回文子串的长度。 回文串是指aba、abba、cccbccc、aaaa这种左右 阅读全文
posted @ 2017-10-20 15:45 zhang-yd 阅读(278) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页