码迷,mamicode.com
首页 >  
搜索关键字:strange way to expre    ( 2753个结果
HDU2612 Find a way (双广搜)
Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one year, yifenfei have many people to meet. Especially a ...
分类:其他好文   时间:2020-02-01 12:50:31    阅读次数:61
LeetCode 473 - Matchsticks to Square - Medium (Python)
Remember the story of Little Match Girl? By now, you know exactly what matchsticks the little match girl has, please find out a way you can make one s ...
分类:编程语言   时间:2020-01-31 10:39:41    阅读次数:122
pytorch基础(二)
[TOC] An easy way 使用 来更快地构建神经网络: Save and reload 两种保存网络模型的方法: 读取模型: 只读取模型参数: Train on batch 通过 中的 参数来控制加载数据时的batch大小 打印结果: Optimizers 比较不同的优化方法对网络的影响: ...
分类:其他好文   时间:2020-01-30 21:16:11    阅读次数:87
PAT甲级——1073 Scientific Notation (20分)
Scientific notation is the way that scientists easily handle very large numbers or very small numbers. The notation matches the regular expression [+ ...
分类:其他好文   时间:2020-01-30 18:59:25    阅读次数:58
PAT Advanced 1027 Colors in Mars (20分)
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:其他好文   时间:2020-01-28 22:51:58    阅读次数:67
PAT Advanced 1041 Be Unique (20) [Hash散列]
题目 Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a nu ...
分类:其他好文   时间:2020-01-28 19:02:09    阅读次数:70
hdu1062 text reverse
咳咳,这个是为了赶量 需要注意的就是输入方式,别的也没什么难点 Problem Description Ignatius likes to write words in reverse way. Given a single line of text which is written by Igna ...
分类:其他好文   时间:2020-01-27 15:40:56    阅读次数:55
PAT Advanced 1041 Be Unique (20分)
Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a numbe ...
分类:其他好文   时间:2020-01-27 15:17:12    阅读次数:55
POJ3276 Face The Right Way 开关问题
①每个K从最左边进行考虑 ②f[i]=[i,i+k-1]是否进行反转:1代表是,0代表否 ③∑ (i)(i=i+1-K+1) f[j]=∑ (i-1)(i=i-K+1) f[j]+f[i]-f[i-K+1] 1 #include<cstdio> 2 #include<iostream> 3 #inc ...
分类:其他好文   时间:2020-01-23 19:51:17    阅读次数:58
搜索 题解
棋盘问题 https://mp.csdn.net/postedit/104075274 Find a way https://mp.csdn.net/postedit/104073719 Oil Deposits https://mp.csdn.net/postedit/104073305 BFS例 ...
分类:其他好文   时间:2020-01-23 14:00:26    阅读次数:80
2753条   上一页 1 ... 13 14 15 16 17 ... 276 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!